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 */
112 void dump() const;
113 /* Return the dump in the specified buffer */
185 inline void Ctrl::dump() const {
186 ALOGE("== Dump Ctrl start ==");
187 mMdp.dump();
188 ALOGE("== Dump Ctrl end ==");
257 inline void Data::dump() const {
258 ALOGE("== Dump Data MDP start ==");
259 mMdp.dump();
260 ALOGE("== Dump Data MDP end ==");