Lines Matching refs:getSystemCameraKind
285 if (getSystemCameraKind(String8(deviceId.c_str()), &deviceKind) != OK) { in filterAPI1SystemCameraLocked()
300 status_t CameraService::getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const { in getSystemCameraKind() function in android::CameraService
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()
2390 if (getSystemCameraKind(s.cameraId, &deviceKind) != OK) { in addListenerHelper()
3722 SystemCameraKind CameraService::CameraState::getSystemCameraKind() const { in getSystemCameraKind() function in android::CameraService::CameraState
4197 if (getSystemCameraKind(cameraId, &deviceKind) != OK) { in updateStatus()