Home
last modified time | relevance | path

Searched refs:ERROR_DEPRECATED_HAL (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl47 const int ERROR_DEPRECATED_HAL = 9; field
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyExceptionUtils.java122 errorCode = ICameraService.ERROR_DEPRECATED_HAL; in throwOnServiceError()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp130 hardware::ICameraService::ERROR_DEPRECATED_HAL) { in getCameraService()
488 case hardware::ICameraService::ERROR_DEPRECATED_HAL: in openCamera()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java327 if (e.errorCode == ICameraService.ERROR_DEPRECATED_HAL) { in openCameraDeviceUserAsync()
620 case ICameraService.ERROR_DEPRECATED_HAL: in throwAsPublicException()
/frameworks/av/camera/
DCamera.cpp117 case hardware::ICameraService::ERROR_DEPRECATED_HAL: in connectLegacy()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp767 return STATUS_ERROR_FMT(ERROR_DEPRECATED_HAL, in makeClient()