/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | dump_debug_info.c | 396 struct iaxxx_tunnel_info_dump dump = { in dump_tunnel() local 400 if ((ret = ioctl(fd, IAXXX_IOCTL_GET_TUNNEL_INFO_DUMP, &dump)) != 0) { in dump_tunnel() 419 dump.en, in dump_tunnel() 420 dump.st, in dump_tunnel() 421 dump.out_buf_size, in dump_tunnel() 422 dump.out_buf_addr, in dump_tunnel() 423 dump.out_buf_head, in dump_tunnel() 424 dump.out_buf_tail, in dump_tunnel() 425 dump.out_buf_threshold, in dump_tunnel() 426 dump.id, dump.nframe_drops, in dump_tunnel() [all …]
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | mdpWrapper.h | 83 void dump(const char* const s, const msmfb_overlay_data& ov); 84 void dump(const char* const s, const msmfb_data& ov); 85 void dump(const char* const s, const mdp_overlay& ov); 86 void dump(const char* const s, const msmfb_overlay_3d& ov); 87 void dump(const char* const s, const uint32_t u[], uint32_t cnt); 88 void dump(const char* const s, const msmfb_img& ov); 89 void dump(const char* const s, const mdp_rect& ov); 92 void dump(const char* const s, const msm_rotator_img_info& rot); 93 void dump(const char* const s, const msm_rotator_data_info& rot); 96 void dump(const char* const s, const fb_fix_screeninfo& finfo); [all …]
|
D | overlayCtrl.cpp | 48 dim.dump(); in setPosition() 83 void Ctrl::dump() const { in dump() function in overlay::Ctrl 85 mInfo.dump("mInfo"); in dump() 86 mMdp.dump(); in dump()
|
D | overlayCtrlData.h | 85 void dump() const; 112 void dump() const; 185 inline void Ctrl::dump() const { in dump() function 187 mMdp.dump(); in dump() 257 inline void Data::dump() const { in dump() function 259 mMdp.dump(); in dump()
|
D | overlayMdp.cpp | 158 mdp_wrapper::dump("== Bad OVInfo is: ", mOVInfo); in set() 159 mdp_wrapper::dump("== Last good known OVInfo is: ", mLkgo); in set() 187 void MdpCtrl::dump() const { in dump() function in overlay::MdpCtrl 189 mFd.dump(); in dump() 190 mdp_wrapper::dump("mOVInfo", mOVInfo); in dump() 198 void MdpData::dump() const { in dump() function in overlay::MdpData 200 mFd.dump(); in dump() 201 mdp_wrapper::dump("mOvData", mOvData); in dump() 209 void MdpCtrl3D::dump() const { in dump() function in overlay::MdpCtrl3D 211 mFd.dump(); in dump()
|
D | overlayMdssRot.cpp | 123 dump(); in commit() 145 dump(); in queueBuffer() 242 void MdssRot::dump() const { in dump() function in overlay::MdssRot 244 mFd.dump(); in dump() 245 mMem.curr().m.dump(); in dump() 246 mdp_wrapper::dump("mRotInfo", mRotInfo); in dump() 247 mdp_wrapper::dump("mRotData", mRotData); in dump()
|
D | overlayMdpRot.cpp | 138 dump(); in commit() 248 dump(); in queueBuffer() 266 void MdpRot::dump() const { in dump() function in overlay::MdpRot 268 mFd.dump(); in dump() 269 mMem.curr().m.dump(); in dump() 270 mdp_wrapper::dump("mRotImgInfo", mRotImgInfo); in dump() 271 mdp_wrapper::dump("mRotDataInfo", mRotDataInfo); in dump()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | mdpWrapper.h | 103 void dump(const char* const s, const msmfb_overlay_data& ov); 104 void dump(const char* const s, const msmfb_data& ov); 105 void dump(const char* const s, const mdp_overlay& ov); 106 void dump(const char* const s, const msmfb_overlay_3d& ov); 107 void dump(const char* const s, const uint32_t u[], uint32_t cnt); 108 void dump(const char* const s, const msmfb_img& ov); 109 void dump(const char* const s, const mdp_rect& ov); 112 void dump(const char* const s, const msm_rotator_img_info& rot); 113 void dump(const char* const s, const msm_rotator_data_info& rot); 116 void dump(const char* const s, const fb_fix_screeninfo& finfo); [all …]
|
D | overlayCtrl.cpp | 48 dim.dump(); in setPosition() 83 void Ctrl::dump() const { in dump() function in overlay::Ctrl 85 mInfo.dump("mInfo"); in dump() 86 mMdp.dump(); in dump()
|
D | overlayCtrlData.h | 85 void dump() const; 110 void dump() const; 167 inline void Ctrl::dump() const { in dump() function 169 mMdp->dump(); in dump() 237 inline void Data::dump() const { in dump() function 239 mMdp->dump(); in dump()
|
D | overlayMdpRot.cpp | 145 dump(); in commit() 256 dump(); in queueBuffer() 263 void MdpRot::dump() const { in dump() function in overlay::MdpRot 265 mFd.dump(); in dump() 266 mMem.mem.dump(); in dump() 267 mdp_wrapper::dump("mRotImgInfo", mRotImgInfo); in dump() 268 mdp_wrapper::dump("mRotDataInfo", mRotDataInfo); in dump()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | mdpWrapper.h | 106 void dump(const char* const s, const msmfb_overlay_data& ov); 107 void dump(const char* const s, const msmfb_data& ov); 108 void dump(const char* const s, const mdp_overlay& ov); 109 void dump(const char* const s, const msmfb_overlay_3d& ov); 110 void dump(const char* const s, const uint32_t u[], uint32_t cnt); 111 void dump(const char* const s, const msmfb_img& ov); 112 void dump(const char* const s, const mdp_rect& ov); 115 void dump(const char* const s, const msm_rotator_img_info& rot); 116 void dump(const char* const s, const msm_rotator_data_info& rot); 119 void dump(const char* const s, const fb_fix_screeninfo& finfo); [all …]
|
D | overlayCtrlData.h | 85 void dump() const; 110 void dump() const; 162 inline void Ctrl::dump() const { in dump() function 164 mMdp->dump(); in dump() 236 inline void Data::dump() const { in dump() function 238 mMdp->dump(); in dump()
|
D | overlayMdpRot.cpp | 126 dump(); in commit() 237 dump(); in queueBuffer() 244 void MdpRot::dump() const { in dump() function in overlay::MdpRot 246 mFd.dump(); in dump() 247 mMem.mem.dump(); in dump() 248 mdp_wrapper::dump("mRotImgInfo", mRotImgInfo); in dump() 249 mdp_wrapper::dump("mRotDataInfo", mRotDataInfo); in dump()
|
D | overlayMdssRot.cpp | 127 dump(); in commit() 151 dump(); in queueBuffer() 239 void MdssRot::dump() const { in dump() function in overlay::MdssRot 241 mFd.dump(); in dump() 242 mMem.mem.dump(); in dump() 243 mdp_wrapper::dump("mRotInfo", mRotInfo); in dump() 244 mdp_wrapper::dump("mRotData", mRotData); in dump()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | mdpWrapper.h | 106 void dump(const char* const s, const msmfb_overlay_data& ov); 107 void dump(const char* const s, const msmfb_data& ov); 108 void dump(const char* const s, const mdp_overlay& ov); 109 void dump(const char* const s, const uint32_t u[], uint32_t cnt); 110 void dump(const char* const s, const msmfb_img& ov); 111 void dump(const char* const s, const mdp_rect& ov); 114 void dump(const char* const s, const msm_rotator_img_info& rot); 115 void dump(const char* const s, const msm_rotator_data_info& rot); 118 void dump(const char* const s, const fb_fix_screeninfo& finfo); 119 void dump(const char* const s, const fb_var_screeninfo& vinfo); [all …]
|
D | overlayCtrlData.h | 85 void dump() const; 110 void dump() const; 167 inline void Ctrl::dump() const { in dump() function 169 mMdp->dump(); in dump() 237 inline void Data::dump() const { in dump() function 239 mMdp->dump(); in dump()
|
D | overlayMdpRot.cpp | 154 dump(); in commit() 265 dump(); in queueBuffer() 277 void MdpRot::dump() const { in dump() function in overlay::MdpRot 279 mFd.dump(); in dump() 280 mMem.mem.dump(); in dump() 281 mdp_wrapper::dump("mRotImgInfo", mRotImgInfo); in dump() 282 mdp_wrapper::dump("mRotDataInfo", mRotDataInfo); in dump()
|
/hardware/qcom/gps/msm8998/core/ |
D | SystemStatus.h | 71 virtual void dump(void) { }; in dump() function 88 void dump(void); 116 void dump(void); 127 void dump(void); 162 void dump(void); 173 void dump(void); 197 void dump(void); 219 void dump(void); 251 void dump(void); 271 void dump(void); [all …]
|
/hardware/qcom/sdm845/gps/msm8998/core/ |
D | SystemStatus.h | 71 virtual void dump(void) { }; in dump() function 88 void dump(void); 116 void dump(void); 127 void dump(void); 162 void dump(void); 173 void dump(void); 197 void dump(void); 219 void dump(void); 251 void dump(void); 271 void dump(void); [all …]
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatus.h | 78 virtual void dump(void) { }; in dump() function 95 void dump(void); 123 void dump(void); 134 void dump(void); 169 void dump(void); 180 void dump(void); 204 void dump(void); 226 void dump(void); 258 void dump(void); 278 void dump(void); [all …]
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlay3DPipe.h | 61 void dump() const; 91 void dump() const; 121 void dump() const; 151 void dump() const; 229 inline void M3DExtPipe<CHAN>::dump() const { in dump() function 231 mM3d.dump(); in dump() 285 inline void M3DPrimaryPipe<CHAN>::dump() const { in dump() function 287 mM3d.dump(); in dump() 349 inline void S3DExtPipe<CHAN>::dump() const { in dump() function 351 mS3d.dump(); in dump() [all …]
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
D | overlay3DPipe.h | 61 void dump() const; 91 void dump() const; 121 void dump() const; 151 void dump() const; 229 inline void M3DExtPipe<CHAN>::dump() const { in dump() function 231 mM3d.dump(); in dump() 285 inline void M3DPrimaryPipe<CHAN>::dump() const { in dump() function 287 mM3d.dump(); in dump() 349 inline void S3DExtPipe<CHAN>::dump() const { in dump() function 351 mS3d.dump(); in dump() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | SystemStatus.h | 84 virtual void dump(void) {}; in dump() function 101 void dump(void); 131 void dump(void); 142 void dump(void); 189 void dump(void); 200 void dump(void); 224 void dump(void); 246 void dump(void); 278 void dump(void); 298 void dump(void); [all …]
|
/hardware/qcom/sm8150/gps/core/ |
D | SystemStatus.h | 88 virtual void dump(void) {}; in dump() function 105 void dump(void); 135 void dump(void); 146 void dump(void); 193 void dump(void); 204 void dump(void); 228 void dump(void); 250 void dump(void); 286 void dump(void); 306 void dump(void); [all …]
|