Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:dump

84     /* dump the state of the object */
85 void dump() const;
86 /* Return the dump in the specified buffer */
113 void dump() const;
114 /* Return the dump in the specified buffer */
186 inline void Ctrl::dump() const {
187 ALOGE("== Dump Ctrl start ==");
188 mMdp.dump();
189 ALOGE("== Dump Ctrl end ==");
262 inline void Data::dump() const {
263 ALOGE("== Dump Data MDP start ==");
264 mMdp.dump();
265 ALOGE("== Dump Data MDP end ==");