Searched refs:readThreadRoutine (Results 1 – 2 of 2) sorted by relevance
51 static void* readThreadRoutine(void * context) { in readThreadRoutine() function333 int status = pthread_create(&readThread, NULL, readThreadRoutine, this); in StartReading()
313 void readThreadRoutine(TestContext* context) { in readThreadRoutine() function494 context->mReadThread.reset(new std::thread(readThreadRoutine, context)); in Java_android_nativemidi_cts_NativeMidiEchoTest_startReadingMidi()