Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/core/
DAudioStream.cpp315 procResult = mThreadProc(mThreadArg); in wrapUserThread()
342 mThreadProc = threadProc; in createThread()
DAudioStream.h593 aaudio_audio_thread_proc_t mThreadProc = nullptr; variable