HomeSort by relevance Sort by last modified time
    Searched defs:write_cond (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
android_audio_hw.c 125 pthread_cond_t write_cond; /* condition associated with write_busy flag */ member in struct:astream_out
246 ret = pthread_cond_timeout_np(&out->write_cond,
522 pthread_cond_signal(&out->write_cond);
  /external/bluetooth/glib/glib/
gthread.h 287 GCond *write_cond; member in struct:_GStaticRWLock

Completed in 170 milliseconds