Searched refs:matchStream (Results 1 – 3 of 3) sorted by relevance
40 bool matchStream(uint8_t* bytes, int count);
153 bool MidiTestManager::matchStream(uint8_t* bytes, int count) { in matchStream() function in MidiTestManager291 if (!matchStream(readBuffer, numBytesReceived)) { in ProcessInput()
292 private boolean matchStream(byte[] bytes, int offset, int count) { in matchStream() method in MidiJavaTestActivity.JavaMidiTestModule444 mTestMismatched = !matchStream(msg, offset, count); in onSend()