Searched refs:getSystemCameraKindLocked (Results 1 – 2 of 2) sorted by relevance
118 if (getSystemCameraKindLocked(id, &deviceKind) != OK) { in getCameraCount()153 if (getSystemCameraKindLocked(deviceId, &deviceKind) != OK) { in collectDeviceIdsLocked()176 if (getSystemCameraKindLocked(s, &deviceKind) != OK) { in getAPI1CompatibleCameraDeviceIds()1162 return getSystemCameraKindLocked(id, kind); in getSystemCameraKind()1165 status_t CameraProviderManager::getSystemCameraKindLocked(const std::string& id, in getSystemCameraKindLocked() function in android::CameraProviderManager1179 return getSystemCameraKindLocked(isHiddenAndParent.second->mId, kind); in getSystemCameraKindLocked()
675 status_t getSystemCameraKindLocked(const std::string& id, SystemCameraKind *kind) const;