Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp293 int curSent = AMidiInputPort_send(sendPort, msg + index, packetSize); in portSend() local
294 if (curSent < 0) { in portSend()
295 return curSent; in portSend()
297 numSent += curSent; in portSend()