HomeSort by relevance Sort by last modified time
    Searched full:getdump (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /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/msm8084/liboverlay/
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...]
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);
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);
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);
  /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);
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);
  /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/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/msm8909/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/msm8994/liboverlay/pipes/
overlayGenPipe.cpp 103 void GenericPipe::getDump(char *buf, size_t len) {
104 mCtrl->getDump(buf, len);
105 mData->getDump(buf, len);
  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationTest.java 39 final NotificationServiceDumpProto dump = getDump(NotificationServiceDumpProto.parser(),
67 final NotificationServiceDumpProto dump = getDump(NotificationServiceDumpProto.parser(),
DiskStatsProtoTest.java 32 final DiskStatsServiceDumpProto dump = getDump(DiskStatsServiceDumpProto.parser(),
BatteryIncidentTest.java 28 getDump(BatteryServiceDumpProto.parser(), "dumpsys battery --proto");
FingerprintIncidentTest.java 43 getDump(FingerprintServiceDumpProto.parser(), "dumpsys fingerprint --proto");
  /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/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 122 void GenericPipe::getDump(char *buf, size_t len) {
123 mCtrl->getDump(buf, len);
124 mData->getDump(buf, len);
  /frameworks/base/tests/net/java/com/android/server/connectivity/
IpConnectivityMetricsTest.java 131 String output1 = getdump("flush");
135 String output2 = getdump("flush");
138 String output3 = getdump("flush");
153 String output1 = getdump("flush");
160 String output2 = getdump("flush");
451 verifySerialization(want, getdump("flush"));
454 String getdump(String ... command) { method in class:IpConnectivityMetricsTest

Completed in 232 milliseconds

1 2 3 4 5