HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_init (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 302 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
306 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
310 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 448 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
452 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
456 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 307 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
311 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
315 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 374 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
378 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
382 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 424 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
428 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
432 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 413 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
416 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
419 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 545 pthread_cond_init (&WaitForState_threshold, NULL);
549 pthread_cond_init (&WaitForOUTFlush_threshold, NULL);
551 pthread_cond_init (&WaitForINFlush_threshold, NULL);
    [all...]
  /dalvik/vm/
Profile.cpp 183 pthread_cond_init(&gDvm.methodTrace.threadExitCond, NULL);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 413 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
417 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL);
421 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
425 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 460 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
464 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
468 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
528 if(pthread_cond_init (&pComponentPrivate->StateChangeCondition, NULL)) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 926 extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
    [all...]
  /system/media/wilhelm/src/itf/
IObject.c 780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL);
  /bionic/libc/bionic/
pthread.c 237 pthread_cond_init(&thread->join_cond, NULL);
1394 int pthread_cond_init(pthread_cond_t *cond, function
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 994 pthread_cond_init(&cond, 0);
995 pthread_cond_init(&eos_cond, 0);
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 448 pthread_cond_init(&gHs->gcThreadCond, NULL);
    [all...]
  /external/blktrace/btreplay/
btreplay.c 763 pthread_cond_init(&tip->cond, NULL);
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 568 result = pthread_cond_init(&cond, NULL);
571 printf("pthread_cond_init failed\n");
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 1118 pthread_cond_init(&cv, NULL);
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 461 pthread_cond_init (&WaitForState_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 492 pthread_cond_init (&WaitForState_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 559 pthread_cond_init (&WaitForState_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 538 pthread_cond_init (&WaitForState_threshold, NULL);
    [all...]

Completed in 1764 milliseconds

1 2 3 45 6