Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1110 std::string::size_type typeSlashIdx = name.find('/', dotIdx); in parseDeviceName() local
1111 if (typeSlashIdx == std::string::npos) { in parseDeviceName()
1140 if (endPtr != name.c_str() + typeSlashIdx) { in parseDeviceName()
1155 std::string::size_type instanceSlashIdx = name.find('/', typeSlashIdx + 1); in parseDeviceName()
1162 std::string typeVal = name.substr(typeSlashIdx + 1, instanceSlashIdx - typeSlashIdx - 1); in parseDeviceName()