Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.h69 bool StartWriting(AMidiDevice* nativeWriteDevice);
DMidiTestManager.cpp258 bool MidiTestManager::StartWriting(AMidiDevice* nativeWriteDevice) { in StartWriting() function in MidiTestManager
289 if (!StartWriting(sendDevice) || !StartReading(receiveDevice)) { in RunTest()