Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp354 if (newStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
360 updateStatus(StatusInternal::NOT_PRESENT, id); in onDeviceStatusChanged()
387 if (oldStatus == StatusInternal::NOT_PRESENT) { in onDeviceStatusChanged()
762 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
764 case CameraDeviceStatus::NOT_PRESENT: in mapToInternal()
765 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
782 case StatusInternal::NOT_PRESENT: in mapToInterface()
1055 if (currentStatus == StatusInternal::NOT_PRESENT) { in checkIfDeviceIsUsable()
2543 StatusInternal::ENUMERATING, StatusInternal::NOT_PRESENT}; in finishCameraOps()
2915 mStatus(StatusInternal::NOT_PRESENT), mCost(cost), mConflicting(conflicting), in CameraState()
[all …]
DCameraService.h453 NOT_PRESENT = static_cast<int32_t>(CameraDeviceStatus::NOT_PRESENT), enumerator
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1185 listener->onDeviceStatusChanged(id, CameraDeviceStatus::NOT_PRESENT); in removeProvider()
1555 if (newStatus == CameraDeviceStatus::NOT_PRESENT) { in cameraDeviceStatusChange()
1561 } else if (newStatus == CameraDeviceStatus::NOT_PRESENT) { in cameraDeviceStatusChange()
2412 case CameraDeviceStatus::NOT_PRESENT: in deviceStatusToString()