Home
last modified time | relevance | path

Searched refs:aaudio_audio_thread_proc_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/core/
DAudioStream.h38 typedef void *(*aaudio_audio_thread_proc_t)(void *); typedef
134 aaudio_audio_thread_proc_t threadProc,
593 aaudio_audio_thread_proc_t mThreadProc = nullptr;
DAudioStream.cpp331 aaudio_audio_thread_proc_t threadProc, in createThread()