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

  /hardware/qcom/audio/hal/
audio_hw.h 121 pthread_cond_t offload_cond; member in struct:stream_out
audio_hw.c 662 pthread_cond_signal(&out->offload_cond);
704 pthread_cond_wait(&out->offload_cond, &out->lock);
772 pthread_cond_init(&out->offload_cond, (const pthread_condattr_t *) NULL);
787 pthread_cond_destroy(&out->offload_cond);
    [all...]

Completed in 32 milliseconds