HomeSort by relevance Sort by last modified time
    Searched refs:PCIGetValue (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
os.h 283 int PCIGetValue(string name, string object);
os.cc 856 device->vendor_id = PCIGetValue(entry->d_name, "vendor");
857 device->device_id = PCIGetValue(entry->d_name, "device");
866 int OsLayer::PCIGetValue(string name, string object) {

Completed in 45 milliseconds