Lines Matching refs:PRESENT
208 onDeviceStatusChanged(id8, CameraDeviceStatus::PRESENT);
316 if (newStatus == StatusInternal::PRESENT) {
745 case CameraDeviceStatus::PRESENT:
746 serviceStatus = StatusInternal::PRESENT;
763 case StatusInternal::PRESENT:
856 ALOGE("%s: Parameters were not initialized, or were empty. Device may not be present.",
1558 if (cameraStatus != StatusInternal::PRESENT &&
2472 // Transition device availability listeners from PRESENT -> NOT_AVAILABLE
2502 std::initializer_list<StatusInternal> rejected = {StatusInternal::PRESENT,
2505 // Transition to PRESENT if the camera is not in either of the rejected states
2506 sCameraService->updateStatus(StatusInternal::PRESENT,
3253 status == StatusInternal::PRESENT ?
3294 (status != StatusInternal::PRESENT &&
3297 ALOGW("%s: From NOT_PRESENT can only transition into PRESENT or ENUMERATING",
3305 * For example if a client disconnects, we want to go to PRESENT