HomeSort by relevance Sort by last modified time
    Searched refs:pre_lock (Results 1 - 11 of 11) sorted by null

  /device/google/dragon/audio/hal/
audio_hw.h 220 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_out
250 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by member in struct:stream_in
audio_hw.c     [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 181 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_out
228 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */ member in struct:stream_in
audio_hw.c     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 76 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_lock
148 * stream pre_lock is always acquired before stream lock to prevent starvation of control thread by
154 pthread_mutex_init(&lock->pre_lock, (const pthread_mutexattr_t *) NULL);
158 pthread_mutex_lock(&lock->pre_lock);
160 pthread_mutex_unlock(&lock->pre_lock);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /external/python/cpython2/Lib/
mailbox.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]

Completed in 999 milliseconds