Searched refs:packetList (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiOut.c103 MIDIPacketList* packetList = (MIDIPacketList*) mBuffers; local
109 packet = MIDIPacketListInit(packetList);
174 MIDIPacketListAdd(packetList, sizeof(mBuffers), packet, 0, nData, data);
175 err = MIDISend(macHandle->port, (MIDIEndpointRef) (intptr_t) handle->deviceHandle, packetList);
197 MIDIPacketList* packetList = (MIDIPacketList*) mBuffers; local
208 packet = MIDIPacketListInit(packetList);
218 if ((packet = MIDIPacketListAdd(packetList, sizeof(mBuffers), packet, 0, nData, (const Byte*) data)) == NULL) {
220 err = MIDISend(macHandle->port, (MIDIEndpointRef) (intptr_t) handle->deviceHandle, packetList);
H A DPLATFORM_API_MacOSX_MidiUtils.c414 static void midiReadProc(const MIDIPacketList* packetList, void* refCon, void* connRefCon) { argument
419 packet = packetList->packet;
420 for (i = 0; i < packetList->numPackets; ++i) {

Completed in 141 milliseconds