Home
last modified time | relevance | path

Searched refs:STATUS_ENUMERATING (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraServiceListener.aidl47 const int STATUS_ENUMERATING = 2; field
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp192 case hardware::ICameraServiceListener::STATUS_ENUMERATING: in validStatus()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java913 case ICameraServiceListener.STATUS_ENUMERATING: in validStatus()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1025 } else if (currentStatus == ICameraServiceListener::STATUS_ENUMERATING) { in checkIfDeviceIsUsable()
2209 ICameraServiceListener::STATUS_ENUMERATING}; in finishCameraOps()
2720 if (status != ICameraServiceListener::STATUS_ENUMERATING) { in updateStatus()
DCameraService.h785 status != hardware::ICameraServiceListener::STATUS_ENUMERATING)) { in updateStatus()