Home
last modified time | relevance | path

Searched refs:PCIGetValue (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dos.cc856 device->vendor_id = PCIGetValue(entry->d_name, "vendor"); in GetPCIDevices()
857 device->device_id = PCIGetValue(entry->d_name, "device"); in GetPCIDevices()
866 int OsLayer::PCIGetValue(string name, string object) { in PCIGetValue() function in OsLayer
Dos.h283 int PCIGetValue(string name, string object);