HomeSort by relevance Sort by last modified time
    Searched refs:readThreadRoutine (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/jni/midi/
MidiTestManager.cpp 49 static void* readThreadRoutine(void * context) {
251 int status = pthread_create(&readThread, NULL, readThreadRoutine, this);
  /cts/tests/tests/nativemidi/jni/
native-lib.cpp 310 void readThreadRoutine(TestContext* context) {
486 context->mReadThread.reset(new std::thread(readThreadRoutine, context));

Completed in 264 milliseconds