Home
last modified time | relevance | path

Searched defs:LibPCI (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/gpu_info_util/
H A DSystemInfo_libpci.cpp28 struct LibPCI : private angle::NonCopyable struct
30 LibPCI() in LibPCI() function
64 bool IsValid() const { return mValid; } in IsValid()
66 ~LibPCI() in ~LibPCI()
74 decltype(&::pci_alloc) Alloc = nullptr;
75 decltype(&::pci_init) Init = nullptr;
76 decltype(&::pci_cleanup) Cleanup = nullptr;
77 decltype(&::pci_scan_bus) ScanBus = nullptr;
78 decltype(&::pci_fill_info) FillInfo = nullptr;
79 decltype(&::pci_lookup_name) LookupName = nullptr;
[all …]