Searched refs:getSystemCameraKind (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 285 if (getSystemCameraKind(String8(deviceId.c_str()), &deviceKind) != OK) { in filterAPI1SystemCameraLocked() 303 *kind = state->getSystemCameraKind(); in getSystemCameraKind() 307 return mCameraProviderManager->getSystemCameraKind(cameraId.c_str(), kind); in getSystemCameraKind() 371 res = mCameraProviderManager->getSystemCameraKind(cameraId, &deviceKind); in addStates() 519 if (getSystemCameraKind(id, &deviceKind) != OK) { in onDeviceStatusChanged() 553 status_t res = getSystemCameraKind(cameraId, &systemCameraKind); in onTorchStatusChanged() 757 if (getSystemCameraKind(String8(cameraId), &deviceKind) != OK) { in getCameraCharacteristics() 1199 if (getSystemCameraKind(cameraId, &deviceKind) != OK) { in validateClientPermissionsLocked() 1578 if (getSystemCameraKind(cameraId, &systemCameraKind) != OK) { in shouldRejectSystemCameraConnection() 3722 SystemCameraKind CameraService::CameraState::getSystemCameraKind() const { in getSystemCameraKind() function in android::CameraService::CameraState [all …]
|
H A D | CameraService.h | 621 SystemCameraKind getSystemCameraKind() const; 768 status_t getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const;
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.h | 322 status_t getSystemCameraKind(const std::string& id, SystemCameraKind *kind) const; 584 SystemCameraKind getSystemCameraKind();
|
H A D | CameraProviderManager.cpp | 575 SystemCameraKind CameraProviderManager::ProviderInfo::DeviceInfo3::getSystemCameraKind() { in getSystemCameraKind() function in android::CameraProviderManager::ProviderInfo::DeviceInfo3 1168 status_t CameraProviderManager::getSystemCameraKind(const std::string& id, in getSystemCameraKind() function in android::CameraProviderManager 2318 mSystemCameraKind = getSystemCameraKind();
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 932 static Status getSystemCameraKind(const camera_metadata_t* staticMeta, 1770 Status status = getSystemCameraKind(chars, &systemCameraKind); in isSecureOnly() 2758 rc = getSystemCameraKind(staticMeta, &systemCameraKind); in TEST_P() 6577 Status CameraHidlTest::getSystemCameraKind(const camera_metadata_t* staticMeta, in getSystemCameraKind() function in CameraHidlTest 7648 Status rc = getSystemCameraKind(metadata, &systemCameraKind); in verifyLogicalOrUltraHighResCameraMetadata() 7735 rc = getSystemCameraKind(staticMetadata, &physSystemCameraKind); in verifyLogicalOrUltraHighResCameraMetadata()
|