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

  /hardware/qcom/audio/hal/
audio_hw.h 122 pthread_t offload_thread; member in struct:stream_out
audio_hw.c 774 pthread_create(&out->offload_thread, (const pthread_attr_t *) NULL,
786 pthread_join(out->offload_thread, (void **) NULL);
    [all...]

Completed in 86 milliseconds