Searched refs:err (Results 76 - 80 of 80) sorted by relevance

1234

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c432 OMX_ERRORTYPE err = OMX_ErrorNone; local
440 OMX_NBCLOSE_PIPE(pComponentPrivate->dataPipe[0],err);
441 OMX_NBCLOSE_PIPE(pComponentPrivate->dataPipe[1],err);
442 OMX_NBCLOSE_PIPE(pComponentPrivate->cmdPipe[0],err);
443 OMX_NBCLOSE_PIPE(pComponentPrivate->cmdPipe[1],err);
444 OMX_NBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[0],err);
445 OMX_NBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[1],err);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c440 OMX_ERRORTYPE err = OMX_ErrorNone; local
449 OMX_WBCLOSE_PIPE(pComponentPrivate->dataPipe[0], err);
450 OMX_WBCLOSE_PIPE(pComponentPrivate->dataPipe[1], err);
451 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdPipe[0], err);
452 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdPipe[1], err);
453 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[0], err);
454 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[1], err);
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_linux.c907 int ret = 0, err = 0; local
936 if ((err = dhd_net_attach(&dhd->pub, ifp->idx)) != 0) {
937 DHD_ERROR(("%s: dhd_net_attach failed, err %d\n",
938 __FUNCTION__, err));
/hardware/ril/libril/
H A Dril.cpp2250 int err; local
2280 err = getsockopt(s_fdCommand, SOL_SOCKET, SO_PEERCRED, &creds, &szCreds);
2282 if (err == 0 && szCreds > 0) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1829 int err = 0; local
1899 err = write (pComponentPrivate->free_outBuf_Q[1], &(pBuffHead), sizeof (pBuffHead));
1900 if (err == -1) {

Completed in 1269 milliseconds

1234