Home
last modified time | relevance | path

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

/cts/tests/tests/nativemidi/jni/
Dnative-lib.cpp89 std::unique_ptr<std::thread> mReadThread; member in TestContext
494 context->mReadThread.reset(new std::thread(readThreadRoutine, context)); in Java_android_nativemidi_cts_NativeMidiEchoTest_startReadingMidi()
512 context->mReadThread->join(); in Java_android_nativemidi_cts_NativeMidiEchoTest_stopReadingMidi()