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

  /device/htc/flounder/audio/hal/
audio_hw.h 269 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_out
318 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by member in struct:stream_in
audio_hw.c     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 83 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */ member in struct:stream_out
108 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */ member in struct:stream_in
133 * stream pre_lock is always acquired before stream lock to prevent starvation of control thread by
217 pthread_mutex_lock(&in->pre_lock);
219 pthread_mutex_unlock(&in->pre_lock);
224 pthread_mutex_lock(&out->pre_lock);
226 pthread_mutex_unlock(&out->pre_lock);
512 pthread_mutex_init(&out->pre_lock, (const pthread_mutexattr_t *) NULL);
892 pthread_mutex_init(&in->pre_lock, (const pthread_mutexattr_t *) NULL);
    [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 91 milliseconds