Home
last modified time | relevance | path

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

/device/google/wahoo/usb/
DUsb.cpp752 const std::string &deviceIdProduct) { in canProductAutoSuspend() argument
754 deviceIdProduct == GOOGLE_USBC_35_ADAPTER_UNPLUGGED_ID_STR) { in canProductAutoSuspend()
762 std::string deviceIdProduct; in canUsbDeviceAutoSuspend() local
764 readFile(devicePath + "/idProduct", &deviceIdProduct); in canUsbDeviceAutoSuspend()
767 return canProductAutoSuspend(deviceIdVendor, deviceIdProduct); in canUsbDeviceAutoSuspend()