Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp114 CameraDeviceStatus newStatus{CameraDeviceStatus::NOT_PRESENT}; in camera_device_status_change()
117 newStatus = CameraDeviceStatus::NOT_PRESENT; in camera_device_status_change()
324 if (newStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
334 updateStatus(StatusInternal::NOT_PRESENT, id); in onDeviceStatusChanged()
358 if (oldStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
698 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
700 case CameraDeviceStatus::NOT_PRESENT: in mapToInternal()
701 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
718 case StatusInternal::NOT_PRESENT: in mapToInterface()
951 if (currentStatus == StatusInternal::NOT_PRESENT) { in checkIfDeviceIsUsable()
[all …]
DCameraService.h423 NOT_PRESENT = static_cast<int32_t>(CameraDeviceStatus::NOT_PRESENT), enumerator
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp442 listener->onDeviceStatusChanged(id, CameraDeviceStatus::NOT_PRESENT); in removeProvider()
666 if (newStatus == CameraDeviceStatus::NOT_PRESENT) { in cameraDeviceStatusChange()
1233 case CameraDeviceStatus::NOT_PRESENT: in deviceStatusToString()