HomeSort by relevance Sort by last modified time
    Searched refs:pre_lock (Results 1 - 10 of 10) 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 173 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_out
217 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 75 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_lock
147 * stream pre_lock is always acquired before stream lock to prevent starvation of control thread by
153 pthread_mutex_init(&lock->pre_lock, (const pthread_mutexattr_t *) NULL);
157 pthread_mutex_lock(&lock->pre_lock);
159 pthread_mutex_unlock(&lock->pre_lock);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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 2807 milliseconds