HomeSort by relevance Sort by last modified time
    Searched refs:pthread_mutex_destroy (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 517 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
520 pthread_mutex_destroy(&pComponentPrivate->InIdle_mutex);
523 pthread_mutex_destroy(&pComponentPrivate->AlloBuf_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 479 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
482 pthread_mutex_destroy(&pComponentPrivate->InIdle_mutex);
485 pthread_mutex_destroy(&pComponentPrivate->AlloBuf_mutex);
    [all...]
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 598 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
601 pthread_mutex_destroy(&pComponentPrivate->InIdle_mutex);
604 pthread_mutex_destroy(&pComponentPrivate->AlloBuf_mutex);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 524 pthread_mutex_destroy(&pComponentPrivate->jpege_mutex);
529 pthread_mutex_destroy(&pComponentPrivate->jpege_mutex_app);
    [all...]
OMX_JpegEncoder.c     [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_share.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 666 pthread_mutex_destroy(&pComponentPrivate->vpp_mutex);
668 pthread_mutex_destroy(&pComponentPrivate->buf_mutex);
    [all...]
  /external/blktrace/
blktrace.c 1140 pthread_mutex_destroy(&hd->mutex);
    [all...]
  /external/chromium/third_party/icu/source/
configure     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 260 pthread_mutex_destroy(&m_lock);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 524 if (pthread_mutex_destroy(&(pComponentPrivate->mJpegDecMutex)) != 0){
525 OMX_TRACE4(pComponentPrivate->dbg, "Error with pthread_mutex_destroy");
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp 408 #define MUTEX_CLEANUP(x) pthread_mutex_destroy(&(x))
    [all...]
  /external/icu4c/
configure     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 354 pthread_mutex_destroy(&m_lock);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 514 if (pthread_mutex_destroy (&(queue->mMutex)) != 0) {
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 569 milliseconds

1 2 3 45