/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.cpp | 329 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 …]
|
D | overlayCtrlData.h | 87 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()
|
D | overlayRotator.h | 97 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);
|
D | overlayUtils.h | 712 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,
|
D | overlayRotator.cpp | 166 void RotMgr::getDump(char *buf, size_t len) { in getDump() function in overlay::RotMgr 169 mRot[i]->getDump(buf, len); in getDump()
|
D | overlayMdp.cpp | 194 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/ |
D | overlayUtils.cpp | 330 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 …]
|
D | overlayCtrlData.h | 87 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()
|
D | overlayRotator.h | 99 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);
|
D | overlayUtils.h | 552 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/ |
D | overlayUtils.cpp | 337 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 …]
|
D | overlayCtrlData.h | 87 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()
|
D | overlayRotator.h | 88 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);
|
D | overlayUtils.h | 555 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,
|
D | overlayRotator.cpp | 171 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/ |
D | overlayUtils.cpp | 406 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 …]
|
D | overlayCtrlData.h | 87 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()
|
D | overlayRotator.h | 83 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);
|
D | overlayRotator.cpp | 170 void RotMgr::getDump(char *buf, size_t len) { in getDump() function in overlay::RotMgr 173 mRot[i]->getDump(buf, len); in getDump()
|
D | overlayMdpRot.cpp | 253 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()
|
D | overlayUtils.h | 710 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/ |
D | overlayGenPipe.cpp | 103 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/ |
D | overlayGenPipe.cpp | 103 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/ |
D | overlayGenPipe.cpp | 219 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/ |
D | overlayGenPipe.cpp | 122 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()
|