Searched refs:getSystemCameraKind (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 278 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 …]
|
D | CameraService.h | 575 SystemCameraKind getSystemCameraKind() const; 718 status_t getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const;
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 320 status_t getSystemCameraKind(const std::string& id, SystemCameraKind *kind) const; 564 SystemCameraKind getSystemCameraKind();
|
D | CameraProviderManager.cpp | 607 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();
|