Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp278 if (getSystemCameraKind(String8(deviceId.c_str()), &deviceKind) != OK) { in filterAPI1SystemCameraLocked()
293 status_t CameraService::getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const { in getSystemCameraKind() function in android::CameraService
296 *kind = state->getSystemCameraKind(); in getSystemCameraKind()
300 return mCameraProviderManager->getSystemCameraKind(cameraId.c_str(), kind); in getSystemCameraKind()
324 res = mCameraProviderManager->getSystemCameraKind(cameraId, &deviceKind); in addStates()
472 if (getSystemCameraKind(id, &deviceKind) != OK) { in onDeviceStatusChanged()
687 if (getSystemCameraKind(String8(cameraId), &deviceKind) != OK) { in getCameraCharacteristics()
1149 if (getSystemCameraKind(cameraId, &deviceKind) != OK) { in validateClientPermissionsLocked()
1547 if (getSystemCameraKind(cameraId, &systemCameraKind) != OK) { in shouldRejectSystemCameraConnection()
2215 if (getSystemCameraKind(s.cameraId, &deviceKind) != OK) { in addListenerHelper()
[all …]
DCameraService.h575 SystemCameraKind getSystemCameraKind() const;
718 status_t getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const;
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h320 status_t getSystemCameraKind(const std::string& id, SystemCameraKind *kind) const;
564 SystemCameraKind getSystemCameraKind();
DCameraProviderManager.cpp607 SystemCameraKind CameraProviderManager::ProviderInfo::DeviceInfo3::getSystemCameraKind() { in getSystemCameraKind() function in android::CameraProviderManager::ProviderInfo::DeviceInfo3
1159 status_t CameraProviderManager::getSystemCameraKind(const std::string& id, in getSystemCameraKind() function in android::CameraProviderManager
2279 mSystemCameraKind = getSystemCameraKind();