Home | History | Annotate | Download | only in libaudio

Lines Matching refs:DUMP

735 #define DUMP(a...) \
741 status_t AudioStreamOut::dump(int fd)
746 DUMP("\n%s AudioStreamOut::dump\n", getName());
747 DUMP("\tsample rate : %d\n", sampleRate());
748 DUMP("\tbuffer size : %d\n", bufferSize());
749 DUMP("\tchannel mask : 0x%04x\n", chanMask());
750 DUMP("\tformat : %d\n", format());
751 DUMP("\tdevice mask : 0x%04x\n", mTgtDevices);
752 DUMP("\tIn standby : %s\n", mInStandby? "yes" : "no");
760 (*I)->dump(result);
768 #undef DUMP