Home
last modified time | relevance | path

Searched refs:ACAMERA_OK (Results 1 – 12 of 12) 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()
120 return ACAMERA_OK; in ACaptureSessionSharedOutput_create()
144 camera_status_t ret = (insert.second) ? ACAMERA_OK : ACAMERA_ERROR_INVALID_PARAMETER; in ACaptureSessionSharedOutput_add()
169 camera_status_t ret = (remove) ? ACAMERA_OK : ACAMERA_ERROR_INVALID_PARAMETER; in ACaptureSessionSharedOutput_remove()
195 return ACAMERA_OK; in ACaptureSessionOutputContainer_add()
208 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()
133 if (ret != ACAMERA_OK) { in createCaptureRequest()
154 return ACAMERA_OK; in createCaptureRequest()
166 if (ret != ACAMERA_OK) { in createCaptureSession()
177 if (ret != ACAMERA_OK) { in createCaptureSession()
190 return ACAMERA_OK; in createCaptureSession()
221 if (ret != ACAMERA_OK) { in submitRequestsLocked()
233 if (ret != ACAMERA_OK) { in submitRequestsLocked()
247 if (ret != ACAMERA_OK) { in submitRequestsLocked()
290 return ACAMERA_OK; in submitRequestsLocked()
[all …]
DACaptureRequest.h50 return ACAMERA_OK; in setContext()
55 return ACAMERA_OK; in getContext()
DACameraManager.cpp386 return ACAMERA_OK; in getCameraIdList()
432 return ACAMERA_OK; in getCameraCharacteristics()
443 if (ret != ACAMERA_OK) { in openCamera()
510 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.h171 camera_status_t mError = ACAMERA_OK;
/frameworks/av/camera/ndk/include/camera/
DNdkCameraError.h46 ACAMERA_OK = 0, enumerator