Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp199 static void oboe_stop_thread_proc(AudioStream *oboeStream) { in oboe_stop_thread_proc() function
207 std::thread t(oboe_stop_thread_proc, this); in launchStopThread()