Lines Matching refs:dump
82 /* dump the state of the object */
83 void dump() const;
84 /* Return the dump in the specified buffer */
108 void dump() const;
109 /* Return the dump in the specified buffer */
160 inline void Ctrl::dump() const {
161 ALOGE("== Dump Ctrl start ==");
162 mMdp->dump();
163 ALOGE("== Dump Ctrl end ==");
230 inline void Data::dump() const {
231 ALOGE("== Dump Data MDP start ==");
232 mMdp->dump();
233 ALOGE("== Dump Data MDP end ==");