Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp118 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::CameraProviderManager
1179 return getSystemCameraKindLocked(isHiddenAndParent.second->mId, kind); in getSystemCameraKindLocked()
DCameraProviderManager.h675 status_t getSystemCameraKindLocked(const std::string& id, SystemCameraKind *kind) const;