Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp383 if (getSystemCameraKind(cameraId, &deviceKind) != OK) { in filterAPI1SystemCameraLocked()
398 status_t CameraService::getSystemCameraKind(const std::string& cameraId, in getSystemCameraKind() function in android::CameraService
402 *kind = state->getSystemCameraKind(); in getSystemCameraKind()
406 return mCameraProviderManager->getSystemCameraKind(cameraId, kind); in getSystemCameraKind()
471 res = mCameraProviderManager->getSystemCameraKind(cameraId, &deviceKind); in addStates()
619 if (getSystemCameraKind(id, &deviceKind) != OK) { in onDeviceStatusChanged()
656 status_t res = getSystemCameraKind(cameraId, &systemCameraKind); in onTorchStatusChanged()
751 if (getSystemCameraKind(cam_id, &systemCameraKind) != OK) { in isAutomotiveExteriorSystemCamera()
1098 if (getSystemCameraKind(cameraId, &deviceKind) != OK) { in filterSensitiveMetadataIfNeeded()
1770 if (getSystemCameraKind(cameraId, &deviceKind) != OK) { in validateClientPermissionsLocked()
[all …]
DCameraService.h784 SystemCameraKind getSystemCameraKind() const;
984 status_t getSystemCameraKind(const std::string& cameraId, SystemCameraKind *kind) const;
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h456 status_t getSystemCameraKind(const std::string& id, SystemCameraKind *kind) const;
748 SystemCameraKind getSystemCameraKind();
DCameraProviderManager.cpp1101 SystemCameraKind CameraProviderManager::ProviderInfo::DeviceInfo3::getSystemCameraKind() { in getSystemCameraKind() function in android::CameraProviderManager::ProviderInfo::DeviceInfo3
2036 status_t CameraProviderManager::getSystemCameraKind(const std::string& id, in getSystemCameraKind() function in android::CameraProviderManager
/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp610 mSystemCameraKind = getSystemCameraKind(); in HidlDeviceInfo3()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp524 mSystemCameraKind = getSystemCameraKind(); in AidlDeviceInfo3()