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

1 2

  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 329 void getDump(char *buf, size_t len, const char *prefix,
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,
352 void getDump(char *buf, size_t len, const char *prefix,
361 void getDump(char *buf, size_t len, const char *prefix,
368 getDump(buf, len, "\tdata(msmfb_data)", ov.data);
371 void getDump(char *buf, size_t len, const char *prefix,
381 void getDump(char *buf, size_t len, const char *prefix
    [all...]
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);
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);
overlayRotator.cpp 165 void RotMgr::getDump(char *buf, size_t len) {
168 mRot[i]->getDump(buf, len);
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);
overlayMdpRot.cpp 266 void MdpRot::getDump(char *buf, size_t len) const {
267 ovutils::getDump(buf, len, "MdpRotCtrl(msm_rotator_img_info)", mRotImgInfo);
268 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/msm8x26/liboverlay/
overlayUtils.cpp 329 void getDump(char *buf, size_t len, const char *prefix,
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,
352 void getDump(char *buf, size_t len, const char *prefix,
361 void getDump(char *buf, size_t len, const char *prefix,
368 getDump(buf, len, "\tdata(msmfb_data)", ov.data);
371 void getDump(char *buf, size_t len, const char *prefix,
381 void getDump(char *buf, size_t len, const char *prefix
    [all...]
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);
overlayRotator.h 96 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);
overlayRotator.cpp 165 void RotMgr::getDump(char *buf, size_t len) {
168 mRot[i]->getDump(buf, len);
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);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 379 void getDump(char *buf, size_t len, const char *prefix,
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,
403 void getDump(char *buf, size_t len, const char *prefix,
412 void getDump(char *buf, size_t len, const char *prefix,
419 getDump(buf, len, "\tdata", ov.data);
422 void getDump(char *buf, size_t len, const char *prefix,
431 void getDump(char *buf, size_t len, const char *prefix
    [all...]
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);
overlayRotator.h 97 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);
overlayWriteback.h 97 static bool getDump(char *buf, size_t len);
overlayRotator.cpp 165 void RotMgr::getDump(char *buf, size_t len) {
168 mRot[i]->getDump(buf, len);
overlayWriteback.cpp 241 bool Writeback::getDump(char *buf, size_t len) {
243 utils::getDump(buf, len, "WBData", sWb->mFbData);
  /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);
overlayGenPipe.h 75 void getDump(char *buf, size_t len);
  /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);
overlayGenPipe.h 76 void getDump(char *buf, size_t len);
  /hardware/qcom/display/msm8x26/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);
overlayGenPipe.h 76 void getDump(char *buf, size_t len);
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 88 problem.getParameters().putAll(getDump());

Completed in 696 milliseconds

1 2