Searched refs:getSystemCameraKind (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 383 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 …]
|
D | CameraService.h | 784 SystemCameraKind getSystemCameraKind() const; 984 status_t getSystemCameraKind(const std::string& cameraId, SystemCameraKind *kind) const;
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 456 status_t getSystemCameraKind(const std::string& id, SystemCameraKind *kind) const; 748 SystemCameraKind getSystemCameraKind();
|
D | CameraProviderManager.cpp | 1101 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/ |
D | HidlProviderInfo.cpp | 610 mSystemCameraKind = getSystemCameraKind(); in HidlDeviceInfo3()
|
/frameworks/av/services/camera/libcameraservice/common/aidl/ |
D | AidlProviderInfo.cpp | 524 mSystemCameraKind = getSystemCameraKind(); in AidlDeviceInfo3()
|