Searched refs:curSent (Results 1 – 1 of 1) sorted by relevance
293 int curSent = AMidiInputPort_send(sendPort, msg + index, packetSize); in portSend() local294 if (curSent < 0) { in portSend()295 return curSent; in portSend()297 numSent += curSent; in portSend()