Searched defs:rv (Results 1 - 4 of 4) 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/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/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/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp251 inv_error_t rv; local
572 rv = inv_load_calibration();
573 if(rv == INV_SUCCESS) {
587 LOGE("HAL:Could not open or load MPL calibration file (%d)", rv);
2457 LOGV_IF(HANDLER_DATA, "HAL:rv data: %+f %+f %+f %+f %+f- %+lld - %d",

Completed in 758 milliseconds