Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp115 CameraDeviceStatus newStatus{CameraDeviceStatus::NOT_PRESENT}; in camera_device_status_change()
118 newStatus = CameraDeviceStatus::NOT_PRESENT; in camera_device_status_change()
329 if (newStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
339 updateStatus(StatusInternal::NOT_PRESENT, id); in onDeviceStatusChanged()
363 if (oldStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
703 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
705 case CameraDeviceStatus::NOT_PRESENT: in mapToInternal()
706 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
723 case StatusInternal::NOT_PRESENT: in mapToInterface()
956 if (currentStatus == StatusInternal::NOT_PRESENT) { in checkIfDeviceIsUsable()
[all …]
DCameraService.h425 NOT_PRESENT = static_cast<int32_t>(CameraDeviceStatus::NOT_PRESENT), enumerator
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp447 listener->onDeviceStatusChanged(id, CameraDeviceStatus::NOT_PRESENT); in removeProvider()
671 if (newStatus == CameraDeviceStatus::NOT_PRESENT) { in cameraDeviceStatusChange()
1238 case CameraDeviceStatus::NOT_PRESENT: in deviceStatusToString()