Home
last modified time | relevance | path

Searched refs:deviceKind (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp382 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in filterAPI1SystemCameraLocked() local
383 if (getSystemCameraKind(cameraId, &deviceKind) != OK) { in filterAPI1SystemCameraLocked()
387 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in filterAPI1SystemCameraLocked()
470 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in addStates() local
471 res = mCameraProviderManager->getSystemCameraKind(cameraId, &deviceKind); in addStates()
486 conflicting, deviceKind, physicalCameraIds)); in addStates()
493 broadcastTorchModeStatus(cameraId, TorchModeStatus::AVAILABLE_OFF, deviceKind); in addStates()
618 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in onDeviceStatusChanged() local
619 if (getSystemCameraKind(id, &deviceKind) != OK) { in onDeviceStatusChanged()
625 if (shouldSkipStatusUpdates(deviceKind, listener->isVendorListener(), in onDeviceStatusChanged()
[all …]
DCameraService.h734 SystemCameraKind deviceKind, const std::vector<std::string>& physicalCameras);
1370 const std::list<std::string>& logicalCameraIds, SystemCameraKind deviceKind,
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp250 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getCameraCount() local
251 if (getSystemCameraKindLocked(id, &deviceKind) != OK) { in getCameraCount()
255 switch(deviceKind) { in getCameraCount()
290 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in collectDeviceIdsLocked() local
291 if (getSystemCameraKindLocked(deviceId, &deviceKind) != OK) { in collectDeviceIdsLocked()
295 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in collectDeviceIdsLocked()
313 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getAPI1CompatibleCameraDeviceIds() local
314 if (getSystemCameraKindLocked(s, &deviceKind) != OK) { in getAPI1CompatibleCameraDeviceIds()
318 return deviceKind == SystemCameraKind::HIDDEN_SECURE_CAMERA;}), in getAPI1CompatibleCameraDeviceIds()