Searched refs:matchStream (Results 1 – 3 of 3) sorted by relevance
40 int matchStream(uint8_t* bytes, int count);
211 int MidiTestManager::matchStream(uint8_t* bytes, int count) { in matchStream() function in MidiTestManager377 int matchResult = matchStream(readBuffer, numBytesReceived); in ProcessInput()
219 private boolean matchStream(byte[] bytes, int offset, int count) { in matchStream() method in JavaMidiTestModule440 mTestMismatched = !matchStream(msg, offset, count); in onSend()