Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp481 procResult = mThreadProc(mThreadArg); in wrapUserThread()
515 mThreadProc = threadProc; in createThread_l()
H A DAudioStream.h848 aaudio_audio_thread_proc_t mThreadProc = nullptr; variable