Searched defs:retValue (Results 1 - 9 of 9) sorted by relevance

/hardware/akm/AK8975_FS/akmdfs/
H A Dmain.c199 int retValue = 0; local
213 retValue = ERROR_INITDEVICE;
220 retValue = ERROR_OPTPARSE;
227 retValue = ERROR_SELF_TEST;
234 retValue = ERROR_READ_FUSE;
240 retValue = ERROR_INIT;
255 retValue = ERROR_GETOPEN_STAT;
266 retValue = ERROR_STARTCLONE;
272 retValue = ERROR_GETCLOSE_STAT;
289 Disp_EndMessage(retValue);
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlsupervisor.c108 int retValue = INV_SUCCESS; local
182 return retValue;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c2159 OMX_S16 retValue = 0; local
2163 retValue = dlclose(pComponentPrivate->pLcmlHandle);
2165 if (retValue != 0) {
2179 OMX_S16 retValue = 0; local
2184 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);
2185 if (retValue == 0) { /* Zero Indicates failure */
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c2453 OMX_S16 retValue = 0; local
2457 retValue = dlclose(pComponentPrivate_CC->pLcmlHandle);
2459 if (retValue != 0) {
2476 OMX_S16 retValue = 0; local
2481 retValue = FreeLibrary(pComponentPrivate_CC->pLcmlHandle);
2482 if (retValue == 0) { /* Zero Indicates failure */
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c1821 int retValue = 0; local
1824 retValue = dlclose(pComponentPrivate_CC->lcml_handle);
1826 if (retValue != 0) {
1837 int retValue = 0; local
1842 retValue = FreeLibrary(pComponentPrivate_CC->pLcmlHandle);
1843 if (retValue == 0) { /* Zero Indicates failure */
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c3005 OMX_S16 retValue; local
3009 retValue = dlclose(pComponentPrivate->pLcmlHandle);
3011 if (retValue != 0) {
3023 OMX_S16 retValue; local
3028 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);
3029 if (retValue == 0) { /* Zero Indicates failure */
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c2521 int retValue; local
2526 retValue = dlclose(pComponentPrivate->pLcmlHandle);
2528 if (retValue != 0)
2544 int retValue; local
2550 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);
2551 if (retValue == 0) /* Zero Indicates failure */
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c3142 OMX_S16 retValue; local
3146 retValue = dlclose(pComponentPrivate->pLcmlHandle);
3148 if (retValue != 0) {
3162 OMX_S16 retValue; local
3167 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);
3168 if (retValue == 0) { /* Zero Indicates failure */
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c3093 int retValue; local
3097 retValue = dlclose(pComponentPrivate->pLcmlHandle);
3099 if (retValue != 0) {
3113 int retValue; local
3118 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);
3119 if (retValue == 0) { /* Zero Indicates failure */

Completed in 964 milliseconds