Home
last modified time | relevance | path

Searched refs:ACAMERA_OK (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/camera/ndk/
DNdkCameraDevice.cpp37 return ACAMERA_OK; in ACameraDevice_close()
85 return ACAMERA_OK; in ACaptureSessionOutputContainer_create()
107 return ACAMERA_OK; in ACaptureSessionOutput_create()
132 return ACAMERA_OK; in ACaptureSessionOutputContainer_add()
145 return ACAMERA_OK; in ACaptureSessionOutputContainer_remove()
DNdkCaptureRequest.cpp37 return ACAMERA_OK; in ACameraOutputTarget_create()
67 return ACAMERA_OK; in ACaptureRequest_addTarget()
85 return ACAMERA_OK; in ACaptureRequest_removeTarget()
DNdkCameraManager.cpp79 return ACAMERA_OK; in ACameraManager_registerAvailabilityCallback()
98 return ACAMERA_OK; in ACameraManager_unregisterAvailabilityCallback()
DNdkCameraCaptureSession.cpp64 return ACAMERA_OK; in ACameraCaptureSession_getDevice()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp61 mError(ACAMERA_OK), in CameraDevice()
120 if (ret != ACAMERA_OK) { in createCaptureRequest()
141 return ACAMERA_OK; in createCaptureRequest()
151 if (ret != ACAMERA_OK) { in createCaptureSession()
162 if (ret != ACAMERA_OK) { in createCaptureSession()
175 return ACAMERA_OK; in createCaptureSession()
206 if (ret != ACAMERA_OK) { in submitRequestsLocked()
218 if (ret != ACAMERA_OK) { in submitRequestsLocked()
232 if (ret != ACAMERA_OK) { in submitRequestsLocked()
275 return ACAMERA_OK; in submitRequestsLocked()
[all …]
DACameraManager.cpp383 return ACAMERA_OK; in getCameraIdList()
429 return ACAMERA_OK; in getCameraCharacteristics()
440 if (ret != ACAMERA_OK) { in openCamera()
507 return ACAMERA_OK; in openCamera()
DACameraMetadata.h93 return ACAMERA_OK; in updateImpl()
DACameraMetadata.cpp176 return ACAMERA_OK; in getConstEntry()
234 return ACAMERA_OK; in getTags()
DACameraCaptureSession.cpp61 if (ret != ACAMERA_OK) { in closeByApp()
DACameraDevice.h161 camera_status_t mError = ACAMERA_OK;
/frameworks/av/camera/include/camera/ndk/
DNdkCameraError.h46 ACAMERA_OK = 0, enumerator