Searched refs:ret_val (Results 1 - 16 of 16) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraChannel.h121 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp795 * @ret_val : result of reprocess.
804 int32_t &ret_val)
825 ret_val = param.reprocess.ret_val;
802 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val) argument
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraChannel.h121 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp795 * @ret_val : result of reprocess.
804 int32_t &ret_val)
825 ret_val = param.reprocess.ret_val;
802 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val) argument
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraChannel.h132 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp1236 * @ret_val : result of reprocess.
1245 int32_t &ret_val)
1266 ret_val = param.reprocess.ret_val;
1243 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val) argument
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3Channel.h266 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp2139 * @ret_val : result of reprocess.
2148 int32_t &ret_val,
2177 ret_val = param.reprocess.ret_val;
2146 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val, mm_camera_super_buf_t *meta_frame) argument
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3Channel.h321 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp2417 * @ret_val : result of reprocess.
2426 int32_t &ret_val,
2455 ret_val = param.reprocess.ret_val;
2424 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val, mm_camera_super_buf_t *meta_frame) argument
/device/asus/flo/camera/QCamera2/stack/common/
H A Dcam_intf.h314 int32_t ret_val; /* return value from reprocess. Could have different meanings. member in struct:__anon65
/device/lge/hammerhead/camera/QCamera2/stack/common/
H A Dcam_intf.h321 int32_t ret_val; /* return value from reprocess. Could have different meanings. member in struct:__anon558
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3Channel.h372 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp3196 * @ret_val : result of reprocess.
3205 int32_t &ret_val,
3234 ret_val = param.reprocess.ret_val;
3203 doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val, mm_camera_super_buf_t *meta_frame) argument
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dcam_intf.h358 int32_t ret_val; /* return value from reprocess. Could have different meanings. member in struct:__anon1615
/device/lge/mako/camera/
H A DQualcommCameraHardware.cpp1264 //pthread_exit((void*) ret_val);
1272 //pthread_exit((void*) ret_val);
1281 //pthread_exit((void*) ret_val);
1287 //pthread_exit((void*) ret_val);
1300 //pthread_exit((void*) ret_val);
1310 // pthread_exit((void*) ret_val);
2250 int ret_val; local
2251 if (pthread_join(mDeviceOpenThread, (void**)&ret_val) != 0) {

Completed in 116 milliseconds