Lines Matching refs:SystemCameraKind
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()
623 return SystemCameraKind::PUBLIC; in getSystemCameraKind()
1160 SystemCameraKind *kind) const { in getSystemCameraKind()
1166 SystemCameraKind *kind) const { in getSystemCameraKindLocked()