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

  /hardware/qcom/audio/hal/
audio_hw.h 143 pthread_cond_t offload_cond; member in struct:stream_out
audio_hw.c 763 pthread_cond_signal(&out->offload_cond);
805 pthread_cond_wait(&out->offload_cond, &out->lock);
876 pthread_cond_init(&out->offload_cond, (const pthread_condattr_t *) NULL);
891 pthread_cond_destroy(&out->offload_cond);
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 288 pthread_cond_t offload_cond; member in struct:stream_out
audio_hw.c     [all...]

Completed in 64 milliseconds