HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_destroy (Results 26 - 50 of 71) sorted by null

12 3

  /hardware/msm7k/librpc/
clnt.c 645 pthread_cond_destroy(&client->input_xdr_wait);
648 pthread_cond_destroy(&client->wait_reply);
  /external/bluetooth/glib/gthread/
gthread-posix.c 261 posix_check_cmd (pthread_cond_destroy ((pthread_cond_t *) cond));
  /frameworks/base/include/utils/
threads.h 440 pthread_cond_destroy(&mCond);
  /external/bluetooth/bluez/audio/
liba2dp.c 1019 pthread_cond_destroy(&data->client_wait);
1020 pthread_cond_destroy(&data->thread_wait);
1021 pthread_cond_destroy(&data->thread_start);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 326 pthread_cond_destroy(&android_app->cond);
  /system/core/adb/
sysdeps.h 290 #define adb_cond_destroy pthread_cond_destroy
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 287 pthread_cond_destroy (&loc_eng_data.deferred_action_cond);
290 pthread_cond_destroy (&loc_eng_data.ioctl_data.cb_arrived_cond);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]
  /system/media/opensles/libopensles/
IObject.c 770 ok = pthread_cond_destroy(&this->mCond);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 505 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
508 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
511 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
514 pthread_cond_destroy(&pComponentPrivate->codecStop_threshold);
517 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 532 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
535 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
538 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
541 pthread_cond_destroy(&pComponentPrivate->codecStop_threshold);
544 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 515 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
518 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
521 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 445 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
448 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
451 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 645 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
648 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
651 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 759 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
762 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
765 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 516 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
519 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
522 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/blktrace/btreplay/
btreplay.c 846 pthread_cond_destroy(&tip->cond);
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp     [all...]

Completed in 703 milliseconds

12 3