HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_t (Results 151 - 175 of 179) sorted by null

1 2 3 4 5 67 8

  /system/media/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 42 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 77 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /system/media/wilhelm/tests/sandbox/
xaplay.c 62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
reverb.c 179 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/bluetooth/bluez/audio/
android_audio_hw.c 116 pthread_cond_t buf_cond; /* condition signaling data write/read to/from pcm buffer */
121 pthread_cond_t write_cond; /* condition associated with write_busy flag */
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 217 pthread_cond_t WaitForState_threshold;
222 pthread_cond_t WaitForOUTFlush_threshold;
224 pthread_cond_t WaitForINFlush_threshold;
    [all...]
  /bootable/recovery/
ui.c 95 static pthread_cond_t key_queue_cond = PTHREAD_COND_INITIALIZER;
  /dalvik/vm/
Debugger.cpp 134 void dvmDbgInitCond(pthread_cond_t* pCond)
138 void dvmDbgCondWait(pthread_cond_t* pCond, pthread_mutex_t* pMutex)
143 void dvmDbgCondSignal(pthread_cond_t* pCond)
148 void dvmDbgCondBroadcast(pthread_cond_t* pCond)
    [all...]
Sync.cpp 577 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex,
    [all...]
  /external/libxml2/
threads.c 128 pthread_cond_t cv;
  /hardware/ril/reference-ril/
atchannel.c 82 static pthread_cond_t s_commandcond = PTHREAD_COND_INITIALIZER;
reference-ril.c 105 static pthread_cond_t s_state_cond = PTHREAD_COND_INITIALIZER;
    [all...]
  /system/media/wilhelm/tests/examples/
slesTestDecodeAac.cpp 125 pthread_cond_t eosCondition = PTHREAD_COND_INITIALIZER;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 626 pthread_cond_t condition;
    [all...]
  /external/blktrace/
blktrace.c 302 static pthread_cond_t dp_cond = PTHREAD_COND_INITIALIZER;
309 static pthread_cond_t mt_cond = PTHREAD_COND_INITIALIZER;
522 static void t_pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 175 pthread_cond_t gcThreadCond;
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 123 pthread_cond_t cond;
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 1099 pthread_cond_t cv;
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 241 static pthread_cond_t m_signal;
    [all...]
  /hardware/ril/libril/
ril.cpp 174 static pthread_cond_t s_startupCond = PTHREAD_COND_INITIALIZER;
177 static pthread_cond_t s_dispatchCond = PTHREAD_COND_INITIALIZER;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 224 pthread_cond_t WaitForState_threshold;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 140 pthread_cond_t WaitForState_threshold;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 295 pthread_cond_t WaitForState_threshold;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 306 pthread_cond_t WaitForState_threshold;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 291 pthread_cond_t WaitForState_threshold;
    [all...]

Completed in 917 milliseconds

1 2 3 4 5 67 8