Home | History | Annotate | Download | only in libaudio

Lines Matching refs:DUMP

544 #define DUMP(a...) \
550 status_t AudioHardwareOutput::dump(int fd)
565 DUMP("AudioHardwareOutput::dump\n");
566 DUMP("\tMaster Volume : %0.3f\n", s.masterVolume);
567 DUMP("\tMaster Mute : %s\n", B2STR(s.masterMute));
568 DUMP("\tHDMI Output Allowed : %s\n", B2STR(s.hdmi.allowed));
569 DUMP("\tHDMI Delay Comp : %u uSec\n", s.hdmi.delayCompUsec);
570 DUMP("\tHDMI Output Fixed : %s\n", B2STR(s.hdmi.isFixed));
571 DUMP("\tHDMI Fixed Level : %.1f dB\n", s.hdmi.fixedLvl);
572 DUMP("\tVideo Delay Comp : %u uSec\n", s.videoDelayCompUsec);
580 mMainOutput->dump(fd);
583 mMCOutput->dump(fd);
590 #undef DUMP