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

1 2 3 4

  /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/msm8226/liboverlay/
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...]
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);
overlayRotator.h 88 virtual void getDump(char *buf, size_t len) const = 0;
125 virtual void getDump(char *buf, size_t len) const;
184 virtual void getDump(char *buf, size_t len) const;
241 void getDump(char *buf, size_t len);
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp 308 void getDump(char *buf, size_t len, const char *prefix,
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,
332 void getDump(char *buf, size_t len, const char *prefix,
341 void getDump(char *buf, size_t len, const char *prefix,
348 getDump(buf, len, "\tdata", ov.data);
351 void getDump(char *buf, size_t len, const char *prefix,
360 void getDump(char *buf, size_t len, const char *prefix
    [all...]
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);
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 330 void getDump(char *buf, size_t len, const char *prefix,
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,
354 void getDump(char *buf, size_t len, const char *prefix,
363 void getDump(char *buf, size_t len, const char *prefix,
370 getDump(buf, len, "\tdata", ov.data);
373 void getDump(char *buf, size_t len, const char *prefix,
382 void getDump(char *buf, size_t len, const char *prefix
    [all...]
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);
  /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);
  /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);
overlayGenPipe.h 73 void getDump(char *buf, size_t len);
  /hardware/qcom/display/msm8909/liboverlay/pipes/
overlayGenPipe.cpp 103 void GenericPipe::getDump(char *buf, size_t len) {
104 mCtrl->getDump(buf, len);
105 mData->getDump(buf, len);
overlayGenPipe.h 73 void getDump(char *buf, size_t 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);
overlayGenPipe.h 73 void 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/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 922 milliseconds

1 2 3 4