Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp395 if (newStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
401 updateStatus(StatusInternal::NOT_PRESENT, id); in onDeviceStatusChanged()
422 if (oldStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
910 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
912 case CameraDeviceStatus::NOT_PRESENT: in mapToInternal()
913 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
930 case StatusInternal::NOT_PRESENT: in mapToInterface()
1220 if (currentStatus == StatusInternal::NOT_PRESENT) { in checkIfDeviceIsUsable()
2097 if (status == StatusInternal::NOT_PRESENT || status == StatusInternal::ENUMERATING) { in getConcurrentCameraIds()
2973 StatusInternal::ENUMERATING, StatusInternal::NOT_PRESENT}; in finishCameraOps()
[all …]
DCameraService.h496 NOT_PRESENT = static_cast<int32_t>(CameraDeviceStatus::NOT_PRESENT), enumerator
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1288 listener->onDeviceStatusChanged(id, CameraDeviceStatus::NOT_PRESENT); in removeProvider()
1754 if (newStatus == CameraDeviceStatus::NOT_PRESENT) { in cameraDeviceStatusChange()
1760 } else if (newStatus == CameraDeviceStatus::NOT_PRESENT) { in cameraDeviceStatusChange()
2745 case CameraDeviceStatus::NOT_PRESENT: in deviceStatusToString()