Home | History | Annotate | Download | only in libaudio

Lines Matching refs:DUMP

540 #define DUMP(a...) \
546 status_t AudioHardwareOutput::dump(int fd)
561 DUMP("AudioHardwareOutput::dump\n");
562 DUMP("\tMaster Volume : %0.3f\n", s.masterVolume);
563 DUMP("\tMaster Mute : %s\n", B2STR(s.masterMute));
564 DUMP("\tHDMI Output Allowed : %s\n", B2STR(s.hdmi.allowed));
565 DUMP("\tHDMI Delay Comp : %u uSec\n", s.hdmi.delayCompUsec);
566 DUMP("\tHDMI Output Fixed : %s\n", B2STR(s.hdmi.isFixed));
567 DUMP("\tHDMI Fixed Level : %.1f dB\n", s.hdmi.fixedLvl);
568 DUMP("\tVideo Delay Comp : %u uSec\n", s.videoDelayCompUsec);
576 mMainOutput->dump(fd);
579 mMCOutput->dump(fd);
586 #undef DUMP