Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DChargerDetect.cpp86 std::string usbType; in getPsyUsbType() local
89 ret = readFromFile(path, &usbType); in getPsyUsbType()
95 start = usbType.find('['); in getPsyUsbType()
97 KLOG_ERROR(LOG_TAG, "'[' not found in %s: %s\n", path.c_str(), usbType.c_str()); in getPsyUsbType()
101 *type = usbType.substr(start + 1, usbType.find(']') - start - 1); in getPsyUsbType()