Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp49 static void* readThreadRoutine(void * context) { in readThreadRoutine() function
251 int status = pthread_create(&readThread, NULL, readThreadRoutine, this); in StartReading()
/cts/tests/tests/nativemidi/jni/
Dnative-lib.cpp310 void readThreadRoutine(TestContext* context) { in readThreadRoutine() function
486 context->mReadThread.reset(new std::thread(readThreadRoutine, context)); in Java_android_nativemidi_cts_NativeMidiEchoTest_startReadingMidi()