HomeSort by relevance Sort by last modified time
    Searched defs:getDump (Results 1 - 25 of 45) sorted by null

1 2

  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 122 void GenericPipe::getDump(char *buf, size_t len) {
123 mCtrl->getDump(buf, len);
124 mData->getDump(buf, len);
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp 103 void GenericPipe::getDump(char *buf, size_t len) {
104 mCtrl->getDump(buf, len);
105 mData->getDump(buf, len);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 194 void MdpCtrl::getDump(char *buf, size_t len) {
195 ovutils::getDump(buf, len, "Ctrl(mdp_overlay)", mOVInfo);
205 void MdpData::getDump(char *buf, size_t len) {
206 ovutils::getDump(buf, len, "Data(msmfb_overlay_data)", mOvData);
overlayRotator.cpp 166 void RotMgr::getDump(char *buf, size_t len) {
169 mRot[i]->getDump(buf, len);
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) {
224 mMdp.getDump(buf, len);
263 inline void Data::getDump(char *buf, size_t len) {
264 mMdp.getDump(buf, len);
overlayMdpRot.cpp 275 void MdpRot::getDump(char *buf, size_t len) const {
276 ovutils::getDump(buf, len, "MdpRotCtrl(msm_rotator_img_info)", mRotImgInfo);
277 ovutils::getDump(buf, len, "MdpRotData(msm_rotator_data_info)", mRotDataInfo);
overlayMdssRot.cpp 264 void MdssRot::getDump(char *buf, size_t len) const {
265 ovutils::getDump(buf, len, "MdssRotCtrl(mdp_overlay)", mRotInfo);
266 ovutils::getDump(buf, len, "MdssRotData(msmfb_overlay_data)", mRotData);
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 219 void GenericPipe::getDump(char *buf, size_t len) {
220 mCtrlData.ctrl.getDump(buf, len);
221 mCtrlData.data.getDump(buf, len);
223 mRot->getDump(buf, len);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 207 void MdpCtrl::getDump(char *buf, size_t len) {
208 ovutils::getDump(buf, len, "Ctrl", mOVInfo);
218 void MdpData::getDump(char *buf, size_t len) {
219 ovutils::getDump(buf, len, "Data", mOvData);
overlayRotator.cpp 166 void RotMgr::getDump(char *buf, size_t len) {
169 mRot[i]->getDump(buf, len);
overlayWriteback.cpp 241 bool Writeback::getDump(char *buf, size_t len) {
243 utils::getDump(buf, len, "WBData", sWb->mFbData);
overlayCtrlData.h 87 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) {
225 mMdp.getDump(buf, len);
268 inline void Data::getDump(char *buf, size_t len) {
269 mMdp.getDump(buf, len);
  /hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.cpp 157 void GenericPipe::getDump(char *buf, size_t len) {
158 mCtrlData.ctrl.getDump(buf, len);
159 mCtrlData.data.getDump(buf, len);
  /hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.cpp 103 void GenericPipe::getDump(char *buf, size_t len) {
104 mCtrl->getDump(buf, len);
105 mData->getDump(buf, len);
  /hardware/qcom/display/msm8084/liboverlay/
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) {
218 mMdp->getDump(buf, len);
242 inline void Data::getDump(char *buf, size_t len) {
243 mMdp->getDump(buf, len);
overlayMdp.cpp 218 void MdpCtrl::getDump(char *buf, size_t len) {
219 ovutils::getDump(buf, len, "Ctrl", mOVInfo);
229 void MdpData::getDump(char *buf, size_t len) {
230 ovutils::getDump(buf, len, "Data", mOvData);
overlayMdpRot.cpp 253 void MdpRot::getDump(char *buf, size_t len) const {
254 ovutils::getDump(buf, len, "MdpRotCtrl", mRotImgInfo);
255 ovutils::getDump(buf, len, "MdpRotData", mRotDataInfo);
overlayRotator.cpp 170 void RotMgr::getDump(char *buf, size_t len) {
173 mRot[i]->getDump(buf, len);
overlayWriteback.cpp 259 bool Writeback::getDump(char *buf, size_t len) {
261 utils::getDump(buf, len, "WBData", sWb->mFbData);
  /hardware/qcom/display/msm8226/liboverlay/
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) {
219 mMdp->getDump(buf, len);
243 inline void Data::getDump(char *buf, size_t len) {
244 mMdp->getDump(buf, len);
overlayMdp.cpp 205 void MdpCtrl::getDump(char *buf, size_t len) {
206 ovutils::getDump(buf, len, "Ctrl", mOVInfo);
216 void MdpData::getDump(char *buf, size_t len) {
217 ovutils::getDump(buf, len, "Data", mOvData);
overlayMdpRot.cpp 272 void MdpRot::getDump(char *buf, size_t len) const {
273 ovutils::getDump(buf, len, "MdpRotCtrl", mRotImgInfo);
274 ovutils::getDump(buf, len, "MdpRotData", mRotDataInfo);
overlayRotator.cpp 171 void RotMgr::getDump(char *buf, size_t len) {
174 mRot[i]->getDump(buf, len);
overlayUtils.cpp 337 void getDump(char *buf, size_t len, const char *prefix,
346 getDump(buf, len, "\tsrc", ov.src);
347 getDump(buf, len, "\tsrc_rect", ov.src_rect);
348 getDump(buf, len, "\tdst_rect", ov.dst_rect);
351 void getDump(char *buf, size_t len, const char *prefix,
361 void getDump(char *buf, size_t len, const char *prefix,
370 void getDump(char *buf, size_t len, const char *prefix,
377 getDump(buf, len, "\tdata", ov.data);
380 void getDump(char *buf, size_t len, const char *prefix,
389 void getDump(char *buf, size_t len, const char *prefix
    [all...]
overlayWriteback.cpp 259 bool Writeback::getDump(char *buf, size_t len) {
261 utils::getDump(buf, len, "WBData", sWb->mFbData);

Completed in 364 milliseconds

1 2