Searched refs:getSystemCameraKindLocked (Results 1 – 2 of 2) sorted by relevance
251 if (getSystemCameraKindLocked(id, &deviceKind) != OK) { in getCameraCount()291 if (getSystemCameraKindLocked(deviceId, &deviceKind) != OK) { in collectDeviceIdsLocked()314 if (getSystemCameraKindLocked(s, &deviceKind) != OK) { in getAPI1CompatibleCameraDeviceIds()2039 return getSystemCameraKindLocked(id, kind); in getSystemCameraKind()2042 status_t CameraProviderManager::getSystemCameraKindLocked(const std::string& id, in getSystemCameraKindLocked() function in android::CameraProviderManager2056 return getSystemCameraKindLocked(isHiddenAndParent.second->mId, kind); in getSystemCameraKindLocked()
926 status_t getSystemCameraKindLocked(const std::string& id, SystemCameraKind *kind) const;