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

1 2 3

  /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);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 396 void getDump(char *buf, size_t len, const char *prefix,
405 getDump(buf, len, "\tsrc", ov.src);
406 getDump(buf, len, "\tsrc_rect", ov.src_rect);
407 getDump(buf, len, "\tdst_rect", ov.dst_rect);
410 void getDump(char *buf, size_t len, const char *prefix,
420 void getDump(char *buf, size_t len, const char *prefix,
429 void getDump(char *buf, size_t len, const char *prefix,
436 getDump(buf, len, "\tdata", ov.data);
439 void getDump(char *buf, size_t len, const char *prefix,
448 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);
  /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);
overlayUtils.cpp 406 void getDump(char *buf, size_t len, const char *prefix,
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,
430 void getDump(char *buf, size_t len, const char *prefix,
439 void getDump(char *buf, size_t len, const char *prefix,
446 getDump(buf, len, "\tdata", ov.data);
449 void getDump(char *buf, size_t len, const char *prefix,
458 void getDump(char *buf, size_t len, const char *prefix
    [all...]
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);
overlayRotator.cpp 170 void RotMgr::getDump(char *buf, size_t len) {
173 mRot[i]->getDump(buf, len);
overlayWriteback.h 98 static bool getDump(char *buf, size_t len);
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrlData.h 85 void getDump(char *buf, size_t len);
110 void getDump(char *buf, size_t len);
211 inline void Ctrl::getDump(char *buf, size_t len) {
212 mMdp->getDump(buf, len);
236 inline void Data::getDump(char *buf, size_t len) {
237 mMdp->getDump(buf, len);
overlayUtils.cpp 411 void getDump(char *buf, size_t len, const char *prefix,
420 getDump(buf, len, "\tsrc", ov.src);
421 getDump(buf, len, "\tsrc_rect", ov.src_rect);
422 getDump(buf, len, "\tdst_rect", ov.dst_rect);
425 void getDump(char *buf, size_t len, const char *prefix,
435 void getDump(char *buf, size_t len, const char *prefix,
444 void getDump(char *buf, size_t len, const char *prefix,
451 getDump(buf, len, "\tdata", ov.data);
454 void getDump(char *buf, size_t len, const char *prefix,
463 void getDump(char *buf, size_t len, const char *prefix
    [all...]
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;
227 void getDump(char *buf, size_t len);
overlayWriteback.h 98 static bool getDump(char *buf, size_t len);
  /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);
overlayGenPipe.h 77 void getDump(char *buf, size_t len);
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp 118 void GenericPipe::getDump(char *buf, size_t len) {
119 mCtrl->getDump(buf, len);
120 mData->getDump(buf, len);
overlayGenPipe.h 75 void getDump(char *buf, size_t 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);
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);
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 88 problem.getParameters().putAll(getDump());

Completed in 3825 milliseconds

1 2 3