Lines Matching refs:NOT_PRESENT
395 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()
3346 mStatus(StatusInternal::NOT_PRESENT), mCost(cost), mConflicting(conflicting), in CameraState()
3833 if (oldStatus == StatusInternal::NOT_PRESENT && in updateStatus()