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