/aosp12/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayUtils.cpp | 329 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src); in getDump() 342 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 368 getDump(buf, len, "\tdata(msmfb_data)", ov.data); in getDump() 388 getDump(buf, len, "\tsrc", rot.src); in getDump() 389 getDump(buf, len, "\tdst", rot.dst); in getDump() 390 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump() 400 getDump(buf, len, "\tsrc", rot.src); in getDump() 401 getDump(buf, len, "\tdst", rot.dst); in getDump() 402 getDump(buf, len, "\tsrc_chroma", rot.src_chroma); in getDump() [all …]
|
H A D | 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) { in getDump() function 224 mMdp.getDump(buf, len); in getDump() 263 inline void Data::getDump(char *buf, size_t len) { in getDump() function 264 mMdp.getDump(buf, len); in getDump()
|
H A D | 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);
|
H A D | overlayUtils.h | 712 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov); 713 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov); 714 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov); 715 void getDump(char *buf, size_t len, const char *prefix, 717 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov); 718 void getDump(char *buf, size_t len, const char *prefix, 720 void getDump(char *buf, size_t len, const char *prefix,
|
H A D | overlayMdp.cpp | 194 void MdpCtrl::getDump(char *buf, size_t len) { in getDump() function in overlay::MdpCtrl 195 ovutils::getDump(buf, len, "Ctrl(mdp_overlay)", mOVInfo); in getDump() 205 void MdpData::getDump(char *buf, size_t len) { in getDump() function in overlay::MdpData 206 ovutils::getDump(buf, len, "Data(msmfb_overlay_data)", mOvData); in getDump()
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayUtils.cpp | 330 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 339 getDump(buf, len, "\tsrc", ov.src); in getDump() 340 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump() 341 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump() 344 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 370 getDump(buf, len, "\tdata", ov.data); in getDump() 389 getDump(buf, len, "\tsrc", rot.src); in getDump() 390 getDump(buf, len, "\tdst", rot.dst); in getDump() 391 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump() 401 getDump(buf, len, "\tsrc", rot.src); in getDump() [all …]
|
H A D | 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) { in getDump() function 219 mMdp->getDump(buf, len); in getDump() 243 inline void Data::getDump(char *buf, size_t len) { in getDump() function 244 mMdp->getDump(buf, len); in getDump()
|
H A D | overlayUtils.h | 552 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov); 553 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov); 554 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov); 555 void getDump(char *buf, size_t len, const char *prefix, 557 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov); 558 void getDump(char *buf, size_t len, const char *prefix, 560 void getDump(char *buf, size_t len, const char *prefix,
|
H A D | overlayRotator.h | 99 virtual void getDump(char *buf, size_t len) const = 0; 152 virtual void getDump(char *buf, size_t len) const; 224 virtual void getDump(char *buf, size_t len) const; 304 void getDump(char *buf, size_t len);
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayUtils.cpp | 337 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 346 getDump(buf, len, "\tsrc", ov.src); in getDump() 347 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump() 348 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump() 351 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 377 getDump(buf, len, "\tdata", ov.data); in getDump() 396 getDump(buf, len, "\tsrc", rot.src); in getDump() 397 getDump(buf, len, "\tdst", rot.dst); in getDump() 398 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump() 408 getDump(buf, len, "\tsrc", rot.src); in getDump() [all …]
|
H A D | 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) { in getDump() function 219 mMdp->getDump(buf, len); in getDump() 243 inline void Data::getDump(char *buf, size_t len) { in getDump() function 244 mMdp->getDump(buf, len); in getDump()
|
H A D | 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);
|
H A D | overlayUtils.h | 555 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov); 556 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov); 557 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov); 558 void getDump(char *buf, size_t len, const char *prefix, 560 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov); 561 void getDump(char *buf, size_t len, const char *prefix, 563 void getDump(char *buf, size_t len, const char *prefix,
|
H A D | overlayMdp.cpp | 205 void MdpCtrl::getDump(char *buf, size_t len) { in getDump() function in overlay::MdpCtrl 206 ovutils::getDump(buf, len, "Ctrl", mOVInfo); in getDump() 216 void MdpData::getDump(char *buf, size_t len) { in getDump() function in overlay::MdpData 217 ovutils::getDump(buf, len, "Data", mOvData); in getDump()
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayUtils.cpp | 406 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 415 getDump(buf, len, "\tsrc", ov.src); in getDump() 416 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump() 417 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump() 420 void getDump(char *buf, size_t len, const char *prefix, in getDump() function 446 getDump(buf, len, "\tdata", ov.data); in getDump() 465 getDump(buf, len, "\tsrc", rot.src); in getDump() 466 getDump(buf, len, "\tdst", rot.dst); in getDump() 467 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump() 477 getDump(buf, len, "\tsrc", rot.src); in getDump() [all …]
|
H A D | 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) { in getDump() function 218 mMdp->getDump(buf, len); in getDump() 242 inline void Data::getDump(char *buf, size_t len) { in getDump() function 243 mMdp->getDump(buf, len); in getDump()
|
H A D | 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);
|
H A D | overlayUtils.h | 710 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov); 711 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov); 712 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov); 713 void getDump(char *buf, size_t len, const char *prefix, 715 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov); 716 void getDump(char *buf, size_t len, const char *prefix, 718 void getDump(char *buf, size_t len, const char *prefix,
|
H A D | overlayMdpRot.cpp | 253 void MdpRot::getDump(char *buf, size_t len) const { in getDump() function in overlay::MdpRot 254 ovutils::getDump(buf, len, "MdpRotCtrl", mRotImgInfo); in getDump() 255 ovutils::getDump(buf, len, "MdpRotData", mRotDataInfo); in getDump()
|
/aosp12/packages/modules/Permission/PermissionController/tests/outofprocess/src/com/android/permissioncontroller/tests/outofprocess/ |
H A D | DumpTest.kt | 38 private fun getDump(): PermissionControllerDumpProto { regex 53 val dump = getDump() 63 val dump = getDump()
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 103 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe 104 mCtrl->getDump(buf, len); in getDump() 105 mData->getDump(buf, len); in getDump()
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 103 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe 104 mCtrl->getDump(buf, len); in getDump() 105 mData->getDump(buf, len); in getDump()
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 219 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe 220 mCtrlData.ctrl.getDump(buf, len); in getDump() 221 mCtrlData.data.getDump(buf, len); in getDump() 223 mRot->getDump(buf, len); in getDump()
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 122 void GenericPipe::getDump(char *buf, size_t len) { in getDump() function in overlay::GenericPipe 123 mCtrl->getDump(buf, len); in getDump() 124 mData->getDump(buf, len); in getDump()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | BiometricSchedulerTest.java | 213 BiometricSchedulerProto bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_singleCurrentOperation() 224 bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_singleCurrentOperation() 244 BiometricSchedulerProto bsp = getDump(false /* clearSchedulerBuffer */); in testProtoDump_fifo() 258 bsp = getDump(false /* clearSchedulerBuffer */); in testProtoDump_fifo() 270 bsp = getDump(false /* clearSchedulerBuffer */); in testProtoDump_fifo() 281 bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_fifo() 290 bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_fifo() 512 private BiometricSchedulerProto getDump(boolean clearSchedulerBuffer) throws Exception { in getDump() method in BiometricSchedulerTest
|