Home
last modified time | relevance | path

Searched refs:getDump (Results 1 – 25 of 62) sorted by relevance

123

/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.cpp329 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src); in getDump()
338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect); in getDump()
339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov.dst_rect); in getDump()
342 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
352 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
361 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
368 getDump(buf, len, "\tdata(msmfb_data)", ov.data); in getDump()
371 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
381 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
[all …]
DoverlayCtrlData.h87 void getDump(char *buf, size_t len);
114 void getDump(char *buf, size_t len);
223 inline void Ctrl::getDump(char *buf, size_t len) { in getDump() function
224 mMdp.getDump(buf, len); in getDump()
263 inline void Data::getDump(char *buf, size_t len) { in getDump() function
264 mMdp.getDump(buf, len); in getDump()
DoverlayRotator.h97 virtual void getDump(char *buf, size_t len) const = 0;
132 virtual void getDump(char *buf, size_t len) const;
191 virtual void getDump(char *buf, size_t len) const;
239 void getDump(char *buf, size_t len);
DoverlayUtils.h712 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
713 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
714 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
715 void getDump(char *buf, size_t len, const char *prefix,
717 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
718 void getDump(char *buf, size_t len, const char *prefix,
720 void getDump(char *buf, size_t len, const char *prefix,
DoverlayRotator.cpp166 void RotMgr::getDump(char *buf, size_t len) { in getDump() function in overlay::RotMgr
169 mRot[i]->getDump(buf, len); in getDump()
DoverlayMdp.cpp194 void MdpCtrl::getDump(char *buf, size_t len) { in getDump() function in overlay::MdpCtrl
195 ovutils::getDump(buf, len, "Ctrl(mdp_overlay)", mOVInfo); in getDump()
205 void MdpData::getDump(char *buf, size_t len) { in getDump() function in overlay::MdpData
206 ovutils::getDump(buf, len, "Data(msmfb_overlay_data)", mOvData); in getDump()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp330 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
339 getDump(buf, len, "\tsrc", ov.src); in getDump()
340 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
341 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
344 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
354 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
363 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
370 getDump(buf, len, "\tdata", ov.data); in getDump()
373 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
382 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
[all …]
DoverlayCtrlData.h87 void getDump(char *buf, size_t len);
112 void getDump(char *buf, size_t len);
218 inline void Ctrl::getDump(char *buf, size_t len) { in getDump() function
219 mMdp->getDump(buf, len); in getDump()
243 inline void Data::getDump(char *buf, size_t len) { in getDump() function
244 mMdp->getDump(buf, len); in getDump()
DoverlayRotator.h99 virtual void getDump(char *buf, size_t len) const = 0;
152 virtual void getDump(char *buf, size_t len) const;
224 virtual void getDump(char *buf, size_t len) const;
304 void getDump(char *buf, size_t len);
DoverlayUtils.h552 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
553 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
554 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
555 void getDump(char *buf, size_t len, const char *prefix,
557 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
558 void getDump(char *buf, size_t len, const char *prefix,
560 void getDump(char *buf, size_t len, const char *prefix,
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp337 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
346 getDump(buf, len, "\tsrc", ov.src); in getDump()
347 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
348 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
351 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
361 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
370 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
377 getDump(buf, len, "\tdata", ov.data); in getDump()
380 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
389 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
[all …]
DoverlayCtrlData.h87 void getDump(char *buf, size_t len);
112 void getDump(char *buf, size_t len);
218 inline void Ctrl::getDump(char *buf, size_t len) { in getDump() function
219 mMdp->getDump(buf, len); in getDump()
243 inline void Data::getDump(char *buf, size_t len) { in getDump() function
244 mMdp->getDump(buf, len); in getDump()
DoverlayRotator.h88 virtual void getDump(char *buf, size_t len) const = 0;
125 virtual void getDump(char *buf, size_t len) const;
184 virtual void getDump(char *buf, size_t len) const;
241 void getDump(char *buf, size_t len);
DoverlayUtils.h555 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
556 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
557 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
558 void getDump(char *buf, size_t len, const char *prefix,
560 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
561 void getDump(char *buf, size_t len, const char *prefix,
563 void getDump(char *buf, size_t len, const char *prefix,
DoverlayRotator.cpp171 void RotMgr::getDump(char *buf, size_t len) { in getDump() function in overlay::RotMgr
174 mRot[i]->getDump(buf, len); in getDump()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp406 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
415 getDump(buf, len, "\tsrc", ov.src); in getDump()
416 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
417 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
420 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
430 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
439 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
446 getDump(buf, len, "\tdata", ov.data); in getDump()
449 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
458 void getDump(char *buf, size_t len, const char *prefix, in getDump() function
[all …]
DoverlayCtrlData.h87 void getDump(char *buf, size_t len);
112 void getDump(char *buf, size_t len);
217 inline void Ctrl::getDump(char *buf, size_t len) { in getDump() function
218 mMdp->getDump(buf, len); in getDump()
242 inline void Data::getDump(char *buf, size_t len) { in getDump() function
243 mMdp->getDump(buf, len); in getDump()
DoverlayRotator.h83 virtual void getDump(char *buf, size_t len) const = 0;
118 virtual void getDump(char *buf, size_t len) const;
175 virtual void getDump(char *buf, size_t len) const;
225 void getDump(char *buf, size_t len);
DoverlayRotator.cpp170 void RotMgr::getDump(char *buf, size_t len) { in getDump() function in overlay::RotMgr
173 mRot[i]->getDump(buf, len); in getDump()
DoverlayMdpRot.cpp253 void MdpRot::getDump(char *buf, size_t len) const { in getDump() function in overlay::MdpRot
254 ovutils::getDump(buf, len, "MdpRotCtrl", mRotImgInfo); in getDump()
255 ovutils::getDump(buf, len, "MdpRotData", mRotDataInfo); in getDump()
DoverlayUtils.h710 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
711 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
712 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
713 void getDump(char *buf, size_t len, const char *prefix,
715 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
716 void getDump(char *buf, size_t len, const char *prefix,
718 void getDump(char *buf, size_t len, const char *prefix,
/hardware/qcom/display/msm8226/liboverlay/pipes/
DoverlayGenPipe.cpp103 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe
104 mCtrl->getDump(buf, len); in getDump()
105 mData->getDump(buf, len); in getDump()
/hardware/qcom/display/msm8994/liboverlay/pipes/
DoverlayGenPipe.cpp103 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe
104 mCtrl->getDump(buf, len); in getDump()
105 mData->getDump(buf, len); in getDump()
/hardware/qcom/display/msm8960/liboverlay/pipes/
DoverlayGenPipe.cpp219 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe
220 mCtrlData.ctrl.getDump(buf, len); in getDump()
221 mCtrlData.data.getDump(buf, len); in getDump()
223 mRot->getDump(buf, len); in getDump()
/hardware/qcom/display/msm8084/liboverlay/pipes/
DoverlayGenPipe.cpp122 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe
123 mCtrl->getDump(buf, len); in getDump()
124 mData->getDump(buf, len); in getDump()

123