Lines Matching refs:dump
84 /* dump the state of the object */
85 void dump() const;
86 /* Return the dump in the specified buffer */
110 void dump() const;
111 /* Return the dump in the specified buffer */
162 inline void Ctrl::dump() const {
163 ALOGE("== Dump Ctrl start ==");
164 mMdp->dump();
165 ALOGE("== Dump Ctrl end ==");
236 inline void Data::dump() const {
237 ALOGE("== Dump Data MDP start ==");
238 mMdp->dump();
239 ALOGE("== Dump Data MDP end ==");