Searched defs:getDump (Results 26 - 44 of 44) sorted by relevance

12

/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayRotator.cpp221 void RotMgr::getDump(char *buf, size_t len) { function in class:overlay::RotMgr
224 mRot[i]->getDump(buf, len);
H A DoverlayUtils.cpp308 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
317 getDump(buf, len, "\tsrc", ov.src);
318 getDump(buf, len, "\tsrc_rect", ov.src_rect);
319 getDump(buf, len, "\tdst_rect", ov.dst_rect);
322 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
332 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
341 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
348 getDump(buf, len, "\tdata", ov.data);
351 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
360 void getDump(cha function in namespace:overlay::utils
372 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
[all...]
H A DoverlayMdssRot.cpp323 void MdssRot::getDump(char *buf, size_t len) const { function in class:overlay::MdssRot
324 ovutils::getDump(buf, len, "MdssRotCtrl", mRotInfo);
325 ovutils::getDump(buf, len, "MdssRotData", mRotData);
H A Doverlay.cpp486 void Overlay::getDump(char *buf, size_t len) { function in class:overlay::Overlay
492 mPipeBook[i].mPipe->getDump(buf, len);
/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.cpp278 void Overlay::getDump(char *buf, size_t len) { function in class:overlay::Overlay
284 mPipeBook[i].mPipe->getDump(buf, len);
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 DoverlayMdpRot.cpp275 void MdpRot::getDump(char *buf, size_t len) const { function in class:overlay::MdpRot
276 ovutils::getDump(buf, len, "MdpRotCtrl(msm_rotator_img_info)", mRotImgInfo);
277 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);
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...]
/hardware/qcom/display/msm8994/liboverlay/
H A 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) { function in class:overlay::Ctrl
219 mMdp->getDump(buf, len);
243 inline void Data::getDump(char *buf, size_t len) { function in class:overlay::Data
244 mMdp->getDump(buf, len);
H A DoverlayMdp.cpp205 void MdpCtrl::getDump(char *buf, size_t len) { function in class:overlay::MdpCtrl
206 ovutils::getDump(buf, len, "Ctrl", mOVInfo);
216 void MdpData::getDump(char *buf, size_t len) { function in class:overlay::MdpData
217 ovutils::getDump(buf, len, "Data", mOvData);
H A DoverlayMdpRot.cpp286 void MdpRot::getDump(char *buf, size_t len) const { function in class:overlay::MdpRot
287 ovutils::getDump(buf, len, "MdpRotCtrl", mRotImgInfo);
288 ovutils::getDump(buf, len, "MdpRotData", mRotDataInfo);
H A DoverlayRotator.cpp221 void RotMgr::getDump(char *buf, size_t len) { function in class:overlay::RotMgr
224 mRot[i]->getDump(buf, len);
H A DoverlayUtils.cpp330 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
339 getDump(buf, len, "\tsrc", ov.src);
340 getDump(buf, len, "\tsrc_rect", ov.src_rect);
341 getDump(buf, len, "\tdst_rect", ov.dst_rect);
344 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
354 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
363 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
370 getDump(buf, len, "\tdata", ov.data);
373 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
382 void getDump(cha function in namespace:overlay::utils
394 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
[all...]
H A DoverlayMdssRot.cpp323 void MdssRot::getDump(char *buf, size_t len) const { function in class:overlay::MdssRot
324 ovutils::getDump(buf, len, "MdssRotCtrl", mRotInfo);
325 ovutils::getDump(buf, len, "MdssRotData", mRotData);
H A Doverlay.cpp502 void Overlay::getDump(char *buf, size_t len) { function in class:overlay::Overlay
508 mPipeBook[i].mPipe->getDump(buf, len);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp406 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
415 getDump(buf, len, "\tsrc", ov.src);
416 getDump(buf, len, "\tsrc_rect", ov.src_rect);
417 getDump(buf, len, "\tdst_rect", ov.dst_rect);
420 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
430 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
439 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
446 getDump(buf, len, "\tdata", ov.data);
449 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
458 void getDump(cha function in namespace:overlay::utils
470 void getDump(char *buf, size_t len, const char *prefix, function in namespace:overlay::utils
[all...]
H A Doverlay.cpp507 void Overlay::getDump(char *buf, size_t len) { function in class:overlay::Overlay
513 mPipeBook[i].mPipe->getDump(buf, len);
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.cpp515 void Overlay::getDump(char *buf, size_t len) { function in class:overlay::Overlay
521 mPipeBook[i].mPipe->getDump(buf, len);

Completed in 498 milliseconds

12