Searched refs:rv (Results 1 - 14 of 14) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp78 int rv = -EINVAL; local
84 return rv;
88 rv = gCameraHals[ti_dev->cameraid]->setPreviewWindow(window);
90 return rv;
156 int rv = -EINVAL; local
162 return rv;
166 rv = gCameraHals[ti_dev->cameraid]->startPreview();
168 return rv;
187 int rv = -EINVAL; local
193 return rv;
203 int rv = -EINVAL; local
221 int rv = -EINVAL; local
251 int rv = -EINVAL; local
282 int rv = -EINVAL; local
298 int rv = -EINVAL; local
314 int rv = -EINVAL; local
330 int rv = -EINVAL; local
346 int rv = -EINVAL; local
394 int rv = -EINVAL; local
424 int rv = -EINVAL; local
486 int rv = 0; local
642 int rv = 0; local
[all...]
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp96 int rv = -EINVAL; local
100 return rv;
104 rv = gCameraHals[ti_dev->cameraid]->setPreviewWindow(window);
106 return rv;
131 int rv = -EINVAL; local
135 return rv;
139 rv = gCameraHals[ti_dev->cameraid]->setBufferSource(tapin, tapout);
141 return rv;
150 int rv = -EINVAL; local
154 return rv;
229 int rv = -EINVAL; local
260 int rv = -EINVAL; local
276 int rv = -EINVAL; local
294 int rv = -EINVAL; local
324 int rv = -EINVAL; local
355 int rv = -EINVAL; local
371 int rv = -EINVAL; local
387 int rv = -EINVAL; local
404 int rv = -EINVAL; local
421 int rv = -EINVAL; local
438 int rv = -EINVAL; local
454 int rv = -EINVAL; local
471 int rv = -EINVAL; local
519 int rv = -EINVAL; local
567 int rv = -EINVAL; local
629 int rv = 0; local
781 int rv = 0; local
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dmsg_q.c187 msq_q_err_type rv; local
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc));
220 return rv;
230 msq_q_err_type rv; local
262 rv = convert_linked_list_err_type(linked_list_remove(p_msg_q->msg_list, msg_obj));
266 LOC_LOGD("%s: Received message 0x%08X rv = %d\n", __FUNCTION__, *msg_obj, rv);
268 return rv;
278 msq_q_err_type rv; local
292 rv
[all...]
/hardware/qcom/gps/utils/
H A Dmsg_q.c187 msq_q_err_type rv; local
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc));
220 return rv;
230 msq_q_err_type rv; local
262 rv = convert_linked_list_err_type(linked_list_remove(p_msg_q->msg_list, msg_obj));
266 LOC_LOGD("%s: Received message 0x%p rv = %d\n", __FUNCTION__, *msg_obj, rv);
268 return rv;
278 msq_q_err_type rv; local
292 rv
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_idct.h83 int rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); local
84 return (int16_t)rv;
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp155 inv_error_t rv; local
273 //rv = inv_dmp_start();
274 //ALOGE_IF(rv != INV_SUCCESS, "Fatal error: could not start the DMP correctly. (code = %d)\n", rv);
367 inv_error_t rv; local
387 rv = inv_set_mpu_sensors(sen_mask);
388 ALOGE_IF(rv != INV_SUCCESS,
390 sen_mask, rv);
409 rv = inv_store_calibration();
410 ALOGE_IF(rv !
624 int rv; local
899 int rv = 0; local
976 inv_error_t rv; local
[all...]
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c272 int rv = 0; local
280 rv = rgz_hwc_layer_blit(params, &rgz->rgz_layers[i]);
281 if (rv) {
282 OUTE("bvdirect_paint: error in layer %d: %d", i, rv);
285 return rv;
290 return rv;
534 int rv = 0; local
564 rv = rgz_hwc_layer_blit(params, rgz_layer);
565 if (rv) {
566 OUTE("bvcmd_paint: error in layer %d: %d", i, rv);
1445 int rv = -1; local
1497 int rv = 0; local
1633 int rv = -1; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
H A Dvpx_mem.c610 int rv = 0; local
611 rv = vpx_memory_tracker_set_functions(g_malloc_l
619 if (rv < 0) {
620 return rv;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_dct.c22 int rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); local
23 assert(INT16_MIN <= rv && rv <= INT16_MAX);
24 return rv;
999 int rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); local
1000 assert(-131072 <= rv && rv <= 131071);
1001 return rv;
1005 int rv = (input + 1 + (input < 0)) >> 2; local
1006 return rv;
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c288 int rv; local
291 rv = chown(path, owner, group);
292 } while (rv != 0 && errno == EINTR);
294 if (rv == 0)
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp179 inv_error_t rv; local
321 rv = inv_load_calibration();
322 if(rv == INV_SUCCESS)
325 LOGE("HAL:Could not open or load MPL calibration file (%d)", rv);
1254 LOGV_IF(HANDLER_DATA, "HAL:rv data: %+f %+f %+f %+f - %+lld - %d",
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c1607 int rv = 1; local
1616 return rv;
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp136 inv_error_t rv; local
518 rv = inv_load_calibration();
519 if(rv == INV_SUCCESS) {
538 LOGE("HAL:Could not open or load MPL calibration file (%d)", rv);
2640 LOGV_IF(HANDLER_DATA, "HAL:rv data: %+f %+f %+f %+f %+f %d- %+lld - %d",
6356 "HAL:MPL rv 6 axis sample rate: (mpl)=%d us (mpu)=%.2f Hz", mplQuatRate,
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp259 inv_error_t rv; local
619 rv = inv_load_calibration();
620 if(rv == INV_SUCCESS) {
639 LOGE("HAL:Could not open or load MPL calibration file (%d)", rv);
2584 LOGV_IF(HANDLER_DATA, "HAL:rv data: %+f %+f %+f %+f %+f- %+lld - %d",

Completed in 799 milliseconds