Searched refs:getDump (Results 1 - 25 of 44) sorted by relevance

12

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp329 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src);
338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect);
339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov.dst_rect);
342 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
352 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
361 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
368 getDump(buf, len, "\tdata(msmfb_data)", ov.data);
371 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
381 void getDump(cha function in namespace:overlay::utils
393 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
[all...]
H A 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) { function in class:overlay::Ctrl
224 mMdp.getDump(buf, len);
263 inline void Data::getDump(char *buf, size_t len) { function in class:overlay::Data
264 mMdp.getDump(buf, len);
H A 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);
H A DoverlayRotator.cpp165 void RotMgr::getDump(char *buf, size_t len) { function in class:overlay::RotMgr
168 mRot[i]->getDump(buf, len);
H A DoverlayMdp.cpp194 void MdpCtrl::getDump(char *buf, size_t len) { function in class:overlay::MdpCtrl
195 ovutils::getDump(buf, len, "Ctrl(mdp_overlay)", mOVInfo);
205 void MdpData::getDump(char *buf, size_t len) { function in class:overlay::MdpData
206 ovutils::getDump(buf, len, "Data(msmfb_overlay_data)", mOvData);
H A DoverlayMdpRot.cpp266 void MdpRot::getDump(char *buf, size_t len) const { function in class:overlay::MdpRot
267 ovutils::getDump(buf, len, "MdpRotCtrl(msm_rotator_img_info)", mRotImgInfo);
268 ovutils::getDump(buf, len, "MdpRotData(msm_rotator_data_info)", mRotDataInfo);
H A DoverlayMdssRot.cpp264 void MdssRot::getDump(char *buf, size_t len) const { function in class:overlay::MdssRot
265 ovutils::getDump(buf, len, "MdssRotCtrl(mdp_overlay)", mRotInfo);
266 ovutils::getDump(buf, len, "MdssRotData(msmfb_overlay_data)", mRotData);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.cpp329 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src);
338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect);
339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov.dst_rect);
342 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
352 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
361 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
368 getDump(buf, len, "\tdata(msmfb_data)", ov.data);
371 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
381 void getDump(cha function in namespace:overlay::utils
393 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
[all...]
H A 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) { function in class:overlay::Ctrl
224 mMdp.getDump(buf, len);
263 inline void Data::getDump(char *buf, size_t len) { function in class:overlay::Data
264 mMdp.getDump(buf, len);
H A DoverlayRotator.h96 virtual void getDump(char *buf, size_t len) const = 0;
130 virtual void getDump(char *buf, size_t len) const;
186 virtual void getDump(char *buf, size_t len) const;
234 void getDump(char *buf, size_t len);
H A DoverlayRotator.cpp165 void RotMgr::getDump(char *buf, size_t len) { function in class:overlay::RotMgr
168 mRot[i]->getDump(buf, len);
H A DoverlayMdp.cpp194 void MdpCtrl::getDump(char *buf, size_t len) { function in class:overlay::MdpCtrl
195 ovutils::getDump(buf, len, "Ctrl(mdp_overlay)", mOVInfo);
205 void MdpData::getDump(char *buf, size_t len) { function in class:overlay::MdpData
206 ovutils::getDump(buf, len, "Data(msmfb_overlay_data)", mOvData);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp379 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
388 getDump(buf, len, "\tsrc", ov.src);
389 getDump(buf, len, "\tsrc_rect", ov.src_rect);
390 getDump(buf, len, "\tdst_rect", ov.dst_rect);
393 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
403 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
412 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
419 getDump(buf, len, "\tdata", ov.data);
422 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
431 void getDump(cha function in namespace:overlay::utils
443 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
[all...]
H A DoverlayCtrlData.h87 void getDump(char *buf, size_t len);
115 void getDump(char *buf, size_t len);
224 inline void Ctrl::getDump(char *buf, size_t len) { function in class:overlay::Ctrl
225 mMdp.getDump(buf, len);
268 inline void Data::getDump(char *buf, size_t len) { function in class:overlay::Data
269 mMdp.getDump(buf, len);
H A DoverlayRotator.h97 virtual void getDump(char *buf, size_t len) const = 0;
132 virtual void getDump(char *buf, size_t len) const;
189 virtual void getDump(char *buf, size_t len) const;
239 void getDump(char *buf, size_t len);
H A DoverlayWriteback.h97 static bool getDump(char *buf, size_t len);
H A DoverlayRotator.cpp165 void RotMgr::getDump(char *buf, size_t len) { function in class:overlay::RotMgr
168 mRot[i]->getDump(buf, len);
H A DoverlayWriteback.cpp241 bool Writeback::getDump(char *buf, size_t len) { function in class:overlay::Writeback
243 utils::getDump(buf, len, "WBData", sWb->mFbData);
H A DoverlayMdpRot.cpp260 void MdpRot::getDump(char *buf, size_t len) const { function in class:overlay::MdpRot
261 ovutils::getDump(buf, len, "MdpRotCtrl", mRotImgInfo);
262 ovutils::getDump(buf, len, "MdpRotData", mRotDataInfo);
/hardware/qcom/display/msm8974/liboverlay/pipes/
H A DoverlayGenPipe.cpp157 void GenericPipe::getDump(char *buf, size_t len) { function in class:overlay::GenericPipe
158 mCtrlData.ctrl.getDump(buf, len);
159 mCtrlData.data.getDump(buf, len);
H A DoverlayGenPipe.h75 void getDump(char *buf, size_t len);
/hardware/qcom/display/msm8960/liboverlay/pipes/
H A DoverlayGenPipe.cpp219 void GenericPipe::getDump(char *buf, size_t len) { function in class:overlay::GenericPipe
220 mCtrlData.ctrl.getDump(buf, len);
221 mCtrlData.data.getDump(buf, len);
223 mRot->getDump(buf, len);
H A DoverlayGenPipe.h76 void getDump(char *buf, size_t len);
/hardware/qcom/display/msm8x26/liboverlay/pipes/
H A DoverlayGenPipe.cpp219 void GenericPipe::getDump(char *buf, size_t len) { function in class:overlay::GenericPipe
220 mCtrlData.ctrl.getDump(buf, len);
221 mCtrlData.data.getDump(buf, len);
223 mRot->getDump(buf, len);
H A DoverlayGenPipe.h76 void getDump(char *buf, size_t len);

Completed in 187 milliseconds

12