Searched refs:DUMP (Results 1 - 4 of 4) sorted by relevance

/device/asus/fugu/libaudio/
H A DAudioHardwareInput.cpp162 #define DUMP(a...) \ macro
174 DUMP("\nAudioHardwareInput::dump\n");
178 DUMP("device[%d] is valid\n", i);
179 DUMP("\tcapture card: %d\n", mDeviceInfos[i].pcmCard);
180 DUMP("\tcapture device: %d\n", mDeviceInfos[i].pcmDevice);
196 #undef DUMP macro
H A DAudioHardwareOutput.cpp543 #define DUMP(a...) \ macro
564 DUMP("AudioHardwareOutput::dump\n");
565 DUMP("\tMaster Volume : %0.3f\n", s.masterVolume);
566 DUMP("\tMaster Mute : %s\n", B2STR(s.masterMute));
567 DUMP("\tHDMI Output Allowed : %s\n", B2STR(s.hdmi.allowed));
568 DUMP("\tHDMI Delay Comp : %u uSec\n", s.hdmi.delayCompUsec);
569 DUMP("\tHDMI Output Fixed : %s\n", B2STR(s.hdmi.isFixed));
570 DUMP("\tHDMI Fixed Level : %.1f dB\n", s.hdmi.fixedLvl);
571 DUMP("\tVideo Delay Comp : %u uSec\n", s.videoDelayCompUsec);
589 #undef DUMP macro
[all...]
H A DAudioStreamIn.cpp180 #define DUMP(a...) \ macro
190 DUMP("\n AudioStreamIn::dump\n");
193 DUMP("\toutput sample rate: %d\n", mRequestedSampleRate);
195 DUMP("\tinput sample rate: %d\n", mPcmConfig.rate);
196 DUMP("\tinput channels: %d\n", mPcmConfig.channels);
H A DAudioStreamOut.cpp743 #define DUMP(a...) \ macro
754 DUMP("\n%s AudioStreamOut::dump\n", getName());
755 DUMP("\tsample rate : %d\n", sampleRate());
756 DUMP("\tbuffer size : %d\n", bufferSize());
757 DUMP("\tchannel mask : 0x%04x\n", chanMask());
758 DUMP("\tformat : %d\n", format());
759 DUMP("\tdevice mask : 0x%04x\n", mTgtDevices);
760 DUMP("\tIn standby : %s\n", mInStandby? "yes" : "no");
776 #undef DUMP macro

Completed in 51 milliseconds