Home | History | Annotate | Download | only in libaudio

Lines Matching defs:DUMP

743 #define DUMP(a...) \
749 status_t AudioStreamOut::dump(int fd)
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");
768 (*I)->dump(result);
776 #undef DUMP