Searched refs:TRACE2 (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp56 TRACE2(", %f Hz, flags=0x%lX", (float)inDesc->mSampleRate, (long unsigned)inDesc->mFormatFlags);
57 TRACE2(", %ld channels, %ld bits", (long)inDesc->mChannelsPerFrame, (long)inDesc->mBitsPerChannel);
133 TRACE2(" DAUDIO_GetFormats: got %d channels, sampleRate == %f\n", totalChannels, hardwareSampleRate);
223 TRACE2("RingBuffer::Allocate: OK, bufferSize=%d, allocated:%d\n", nBufferSize, nAllocatedBytes);
253 TRACE2("RingBuffer::Write (%d bytes, preventOverflow=%d)\n", len, preventOverflow ? 1 : 0);
254 TRACE2(" writePos = %lld (%d)", (long long)nWritePos, Pos2Offset(nWritePos));
255 TRACE2(" readPos=%lld (%d)", (long long)nReadPos, Pos2Offset(nReadPos));
256 TRACE2(" flushPos=%lld (%d)\n", (long long)nFlushPos, Pos2Offset(nFlushPos));
268 TRACE2(" preventOverlow: desrease len: %d => %d\n", len, avail_write);
291 TRACE2(" writePo
[all...]
H A DPLATFORM_API_MacOSX_MidiOut.c95 TRACE2("> MIDI_OUT_SendShortMessage %x, time: %d\n", (uint) packedMsg, (int) timestamp);
186 TRACE2("> MIDI_OUT_SendLongMessage size %d, time: %d\n", (int) size, (int) timestamp);
H A DPLATFORM_API_MacOSX_Ports.cpp265 TRACE2("<<PORT_Open (mixerIndex=%d) %p\n", mixerIndex, mixer);
355 TRACE2("<<PORT_GetPortType (portIndex=%d) = %d\n", portIndex, ret);
396 TRACE2("<<PORT_GetPortName (portIndex = %d) = %s\n", portIndex, name);
564 TRACE2(" PORT_GetControls (master volume): totalChannels = %d, valid volume controls = %d\n",
576 TRACE2(" PORT_GetControls (master mute): totalChannels = %d, valid volume controls = %d\n",
586 TRACE2(" PORT_GetControls (naster balance): totalChannels = %d, valid volume controls = %d\n",
H A DPLATFORM_API_MacOSX_Utils.cpp210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result);
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiOut.c127 TRACE2("> MIDI_OUT_SendShortMessage() %x, time: %u\n", packedMsg, (unsigned int) timestamp);
155 TRACE2("> MIDI_OUT_SendLongMessage() size %u, time: %u\n", (unsigned int) size, (unsigned int) timestamp);
H A DPLATFORM_API_LinuxOS_ALSA_MidiOut.c127 TRACE2("> MIDI_OUT_SendShortMessage() %x, time: %u\n", packedMsg, (unsigned int) timestamp);
155 TRACE2("> MIDI_OUT_SendLongMessage() size %u, time: %u\n", (unsigned int) size, (unsigned int) timestamp);
H A DPLATFORM_API_SolarisOS_PCM.c81 TRACE2("DAUDIO_GetFormats, mixer %d, isSource=%d\n", mixerIndex, isSource);
121 TRACE2(" DAUDIO_GetFormats: more than %d formats. Use -1 for sample rates mixer %d\n",
258 TRACE2("DAUDIO: buffersize in bytes: requested=%d, got %d\n",
405 TRACE2("transferedBytes=%d -> %d, ",
408 TRACE2("positionOffset=%d -> %d\n",
499 /*TRACE2("---> device paused: %d eof=%d\n",
H A DPLATFORM_API_BsdOS_ALSA_MidiUtils.c252 TRACE2("Returning %s, %s\n", desc->name, desc->description);
H A DPLATFORM_API_LinuxOS_ALSA_MidiUtils.c252 TRACE2("Returning %s, %s\n", desc->name, desc->description);
H A DPLATFORM_API_BsdOS_ALSA_PCM.c695 TRACE2("xrun_recovery: unexpected error %d: %s\n", err, snd_strerror(err));
756 TRACE2(" info->frameSize=%d, info->handle=%p\n",
H A DPLATFORM_API_BsdOS_ALSA_Ports.c249 TRACE2("Simple mixer control '%s',%i\n",
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c695 TRACE2("xrun_recovery: unexpected error %d: %s\n", err, snd_strerror(err));
756 TRACE2(" info->frameSize=%d, info->handle=%p\n",
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c249 TRACE2("Simple mixer control '%s',%i\n",
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPlatformMidi.c121 TRACE2("MIDI_QueueAddShort. index=%d, size=%d\n", queue->writeIndex, queue->size);
146 TRACE2("MIDI_QueueAddLong. index=%d, size=%d\n", queue->writeIndex, queue->size);
167 TRACE2("MIDI_QueueRead. index=%d, size=%d\n", queue->readIndex, queue->size);
181 TRACE2("MIDI_QueueRemove. index=%d, size=%d\n", queue->readIndex, queue->size);
H A DUtilities.h54 #define TRACE2(string, p1, p2) { fprintf(stdout, (string), (p1), (p2)); fflush(stdout); } macro
61 #define TRACE2(string, p1, p2) macro
H A DPortMixer.c220 TRACE2("PORT_NewCompoundControl: creating '%s' with %d controls\n", type, controlCount);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_MidiOut.c334 TRACE2("> MIDI_OUT_SendShortMessage %x, time: %d\n", packedMsg, timestamp);
352 TRACE2("> MIDI_OUT_SendLongMessage size %d, time: %d\n", size, timestamp);
399 TRACE2("-> sending %d bytes with buffer index=%d\n", (int) size, (int) hdr->dwUser);
H A DPLATFORM_API_WinOS_MidiIn.cpp55 TRACE2(" dwParam1: %x, dwParam2: %x\n", dwParam1, dwParam2);
89 TRACE2(" MIDI_IN_PutMessage: Adding to queue: index %d, %d bytes\n", (INT32) hdr->dwUser, hdr->dwBytesRecorded);
113 TRACE2(" MIDI_IN_PutMessage: MIM_LONGERROR! recorded: %d bytes with status 0x%2x\n",
H A DPLATFORM_API_WinOS_Ports.c147 TRACE2("MIXERLINE destination=%d, source=%d, ", mixerLine->dwDestination, mixerLine->dwSource);
249 TRACE2("usedMuxData=%d, muxData=%p, controlIDs=%p \n", info->usedMuxData, info->muxData);
299 //TRACE2(">getControlInfo for line %s with %d controls\n", line->szName, line->cControls);
687 TRACE2("Reusing paDetails=%p of controlID[%d]\n", info->controlIDs[m].details.paDetails, m);
695 TRACE2("Setting paDetails=%p to muxData[%d] \n", details->paDetails, info->usedMuxData);
916 TRACE2("Creating muxData for %d elements and %d controlIDs.\n", muxCount, maxCount);
H A DPLATFORM_API_WinOS_DirectSound.cpp58 #define DEBUG_SILENCING2(p1,p2,p3) TRACE2(p1,p2,p3)
1055 TRACE2("DS_GetAvailable: fromPlayCursor=%d, deviceID=%d\n", fromPlayCursor, info->deviceID);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DUtil.java123 public static void TRACE2() { method in class:Util
124 System.out.println("TRACE2");
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h206 #define TRACE2(s, p1, p2) { printf(s, p1, p2); fflush(stdout); } macro
211 #define TRACE2(s, p1, p2) macro
H A Dp11_objmgmt.c237 TRACE2("DEBUG: jAttributeArrayToCKAttributeArray finished with ckpAttribute = %d, Length = %d\n", ckpAttributes, ckAttributesLength);

Completed in 411 milliseconds