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

  /device/generic/car/emulator/audio/driver/
audio_hw.c 76 static pthread_mutex_t adev_init_lock = PTHREAD_MUTEX_INITIALIZER; variable
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 236 static pthread_mutex_t adev_init_lock = PTHREAD_MUTEX_INITIALIZER; variable
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 326 static pthread_mutex_t adev_init_lock = PTHREAD_MUTEX_INITIALIZER; variable
468 pthread_mutex_lock(&adev_init_lock);
479 pthread_mutex_unlock(&adev_init_lock);
491 pthread_mutex_lock(&adev_init_lock);
499 pthread_mutex_unlock(&adev_init_lock);
514 pthread_mutex_lock(&adev_init_lock);
524 pthread_mutex_unlock(&adev_init_lock);
    [all...]

Completed in 219 milliseconds