Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DI2cHelper.cpp88 string i2cClientDevice = strBusNumber + "-" + clientId; in getI2cClientPath() local
96 if (string::npos != string(ep->d_name).find(i2cClientDevice)) { in getI2cClientPath()
98 return string(i2cPathPartial + "/" + i2cClientDevice + "/"); in getI2cClientPath()