Searched refs:err (Results 226 - 230 of 230) sorted by relevance

12345678910

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp9528 OMX_ERRORTYPE err = OMX_ErrorNone; local
9531 OMX_ERRORTYPE err = iDivXDrmDecrypt->Init(); local
9532 if (err!=OMX_ErrorNone) {
9533 DEBUG_PRINT_ERROR("ERROR :iDivXDrmDecrypt->Init %d", err);
9539 err = OMX_ErrorUndefined;
9541 return err;
9832 DEBUG_PRINT_ERROR("Actual count err in allocate_buffers_color_convert");
/hardware/ril/libril/
H A Dril.cpp3723 int err; local
3755 err = getsockopt(fdCommand, SOL_SOCKET, SO_PEERCRED, &creds, &szCreds);
3757 if (err == 0 && szCreds > 0) {
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp929 TIMM_OSAL_ERRORTYPE err; local
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp1189 res = -1; // indicate an err
1314 res = -1; //Indicate an err
1322 res = -1; //Indicate an err
1432 res = -1; //Indicate an err
1560 res = -1; //Indicate an err
1713 res = -1; //Indicates an err
1762 res = -1; // indicate an err
1773 res = -1; // indicate an err
2834 int what = -1, err = 0; local
3072 return err;
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp1200 res = -1; // indicate an err
1288 res = -1; //Indicate an err
1296 res = -1; //Indicate an err
1406 res = -1; //Indicate an err
1414 res = -1; //Indicate an err
1527 res = -1; //Indicate an err
1661 res = -1; //Indicates an err
1695 res = -1; // indicate an err
1705 res = -1; // indicate an err
1772 res = -1; // indicate an err
2763 int what = -1, err = 0; local
[all...]

Completed in 441 milliseconds

12345678910