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

/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1213 std::string::size_type typeSlashIdx = name.find('/', dotIdx); local
1214 if (typeSlashIdx == std::string::npos) {
1243 if (endPtr != name.c_str() + typeSlashIdx) {
1258 std::string::size_type instanceSlashIdx = name.find('/', typeSlashIdx + 1);
1265 std::string typeVal = name.substr(typeSlashIdx + 1, instanceSlashIdx - typeSlashIdx - 1);

Completed in 44 milliseconds