Home | History | Annotate | Download | only in src

Lines Matching refs:retValue

3142     OMX_S16 retValue;
3146 retValue = dlclose(pComponentPrivate->pLcmlHandle);
3148 if (retValue != 0) {
3162 OMX_S16 retValue;
3167 retValue = FreeLibrary(pComponentPrivate->pLcmlHandle);
3168 if (retValue == 0) { /* Zero Indicates failure */