Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:ENUMERATING

694         case CameraDeviceStatus::ENUMERATING:
695 serviceStatus = StatusInternal::ENUMERATING;
712 case StatusInternal::ENUMERATING:
953 } else if (currentStatus == StatusInternal::ENUMERATING) {
2276 StatusInternal::ENUMERATING, StatusInternal::NOT_PRESENT};
2897 if (status != StatusInternal::ENUMERATING) {
2939 status != StatusInternal::ENUMERATING)) {
2941 ALOGW("%s: From NOT_PRESENT can only transition into PRESENT or ENUMERATING",
2950 * only if we weren't already in NOT_PRESENT or ENUMERATING.