Searched refs:SystemCameraKind (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 68 enum SystemCameraKind { enum 218 SystemCameraKind kind) = 0; 456 status_t getSystemCameraKind(const std::string& id, SystemCameraKind *kind) const; 605 SystemCameraKind mSystemCameraKind = SystemCameraKind::PUBLIC; 748 SystemCameraKind getSystemCameraKind(); 926 status_t getSystemCameraKindLocked(const std::string& id, SystemCameraKind *kind) const;
|
D | CameraProviderManager.cpp | 250 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getCameraCount() 256 case SystemCameraKind::PUBLIC: in getCameraCount() 259 case SystemCameraKind::SYSTEM_ONLY_CAMERA: in getCameraCount() 290 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in collectDeviceIdsLocked() 295 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in collectDeviceIdsLocked() 313 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getAPI1CompatibleCameraDeviceIds() 318 return deviceKind == SystemCameraKind::HIDDEN_SECURE_CAMERA;}), in getAPI1CompatibleCameraDeviceIds() 1101 SystemCameraKind CameraProviderManager::ProviderInfo::DeviceInfo3::getSystemCameraKind() { in getSystemCameraKind() 1106 return SystemCameraKind::HIDDEN_SECURE_CAMERA; in getSystemCameraKind() 1114 return SystemCameraKind::SYSTEM_ONLY_CAMERA; in getSystemCameraKind() [all …]
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 148 SystemCameraKind kind) override; 734 SystemCameraKind deviceKind, const std::vector<std::string>& physicalCameras); 784 SystemCameraKind getSystemCameraKind() const; 819 const SystemCameraKind mSystemCameraKind; 977 bool shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, bool isVendorListener, 984 status_t getSystemCameraKind(const std::string& cameraId, SystemCameraKind *kind) const; 1357 SystemCameraKind systemCameraKind); 1370 const std::list<std::string>& logicalCameraIds, SystemCameraKind deviceKind, 1514 TorchModeStatus status, SystemCameraKind systemCameraKind);
|
D | CameraService.cpp | 327 SystemCameraKind systemCameraKind) { in broadcastTorchModeStatus() 382 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in filterAPI1SystemCameraLocked() 387 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in filterAPI1SystemCameraLocked() 399 SystemCameraKind *kind) const { in getSystemCameraKind() 470 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in addStates() 618 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in onDeviceStatusChanged() 655 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in onTorchStatusChanged() 667 TorchModeStatus newStatus, SystemCameraKind systemCameraKind) { in onTorchStatusChanged() 689 TorchModeStatus newStatus, SystemCameraKind systemCameraKind) { in onTorchStatusChangedLocked() 750 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in isAutomotiveExteriorSystemCamera() [all …]
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | CameraProviderManagerTest.cpp | 486 TorchModeStatus, SystemCameraKind) override {} in onTorchStatusChanged()
|