Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp134 mMidiSendPort(NULL), mMidiReceivePort(NULL), in MidiTestManager()
363 AMidiOutputPort_receive(mMidiReceivePort, &opCode, readBuffer, MAX_PACKET_SIZE, in ProcessInput()
423 AMidiOutputPort_open(nativeReadDevice, 0, &mMidiReceivePort); in StartReading()
512 if (mMidiReceivePort != NULL) { in EndTest()
513 AMidiOutputPort_close(mMidiReceivePort); in EndTest()
514 mMidiReceivePort = NULL; in EndTest()
DMidiTestManager.h54 AMidiOutputPort* mMidiReceivePort; variable