Searched refs:SystemCameraKind (Results 1 – 4 of 4) sorted by relevance
277 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in filterAPI1SystemCameraLocked()282 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in filterAPI1SystemCameraLocked()293 status_t CameraService::getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const { in getSystemCameraKind()319 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in addStates()471 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in onDeviceStatusChanged()686 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getCameraCharacteristics()699 (deviceKind != SystemCameraKind::SYSTEM_ONLY_CAMERA) && in getCameraCharacteristics()1148 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in validateClientPermissionsLocked()1160 (deviceKind != SystemCameraKind::SYSTEM_ONLY_CAMERA) && in validateClientPermissionsLocked()1519 bool CameraService::shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, in shouldSkipStatusUpdates()[all …]
520 SystemCameraKind deviceKind);575 SystemCameraKind getSystemCameraKind() const;597 const SystemCameraKind mSystemCameraKind;711 static bool shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, bool isVendorListener,718 status_t getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const;1009 SystemCameraKind deviceKind);
60 enum SystemCameraKind { enum320 status_t getSystemCameraKind(const std::string& id, SystemCameraKind *kind) const;442 SystemCameraKind mSystemCameraKind = SystemCameraKind::PUBLIC;564 SystemCameraKind getSystemCameraKind();675 status_t getSystemCameraKindLocked(const std::string& id, SystemCameraKind *kind) const;
117 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getCameraCount()123 case SystemCameraKind::PUBLIC: in getCameraCount()126 case SystemCameraKind::SYSTEM_ONLY_CAMERA: in getCameraCount()152 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in collectDeviceIdsLocked()157 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in collectDeviceIdsLocked()175 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getAPI1CompatibleCameraDeviceIds()180 return deviceKind == SystemCameraKind::HIDDEN_SECURE_CAMERA;}), in getAPI1CompatibleCameraDeviceIds()607 SystemCameraKind CameraProviderManager::ProviderInfo::DeviceInfo3::getSystemCameraKind() { in getSystemCameraKind()612 return SystemCameraKind::HIDDEN_SECURE_CAMERA; in getSystemCameraKind()620 return SystemCameraKind::SYSTEM_ONLY_CAMERA; in getSystemCameraKind()[all …]