HomeSort by relevance Sort by last modified time
    Searched refs:memset0 (Results 1 - 18 of 18) sorted by null

  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 214 ovutils::memset0(mRotImgInfo);
215 ovutils::memset0(mLSRotImgInfo);
216 ovutils::memset0(mRotDataInfo);
217 ovutils::memset0(mMem.curr().mRotOffset);
218 ovutils::memset0(mMem.prev().mRotOffset);
overlayMdssRot.cpp 231 ovutils::memset0(mRotInfo);
232 ovutils::memset0(mRotData);
235 ovutils::memset0(mMem.curr().mRotOffset);
236 ovutils::memset0(mMem.prev().mRotOffset);
overlayRotator.cpp 79 utils::memset0(mRotOffset);
overlayMdp.cpp 57 utils::memset0(mOVInfo);
58 utils::memset0(mLkgo);
overlayMdp.h 175 /* memset0 the underlying mdp object */
362 utils::memset0(m3DOVInfo);
403 overlay::utils::memset0(mOvData);
overlayUtils.h 421 inline void memset0(T& t) { ::memset(&t, 0, sizeof(T)); } function in namespace:overlay::utils
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdpRot.cpp 208 ovutils::memset0(mRotImgInfo);
209 ovutils::memset0(mLSRotImgInfo);
210 ovutils::memset0(mRotDataInfo);
211 ovutils::memset0(mMem.curr().mRotOffset);
212 ovutils::memset0(mMem.prev().mRotOffset);
overlayMdssRot.cpp 233 ovutils::memset0(mRotInfo);
234 ovutils::memset0(mRotData);
237 ovutils::memset0(mMem.curr().mRotOffset);
238 ovutils::memset0(mMem.prev().mRotOffset);
overlayRotator.cpp 79 utils::memset0(mRotOffset);
overlayMdp.h 178 /* memset0 the underlying mdp object */
367 utils::memset0(m3DOVInfo);
408 overlay::utils::memset0(mOvData);
overlayMdp.cpp 46 utils::memset0(mOVInfo);
47 utils::memset0(mLkgo);
overlayUtils.h 418 inline void memset0(T& t) { ::memset(&t, 0, sizeof(T)); } function in namespace:overlay::utils
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdpRot.cpp 206 ovutils::memset0(mRotImgInfo);
207 ovutils::memset0(mLSRotImgInfo);
208 ovutils::memset0(mRotDataInfo);
209 ovutils::memset0(mMem.curr().mRotOffset);
210 ovutils::memset0(mMem.prev().mRotOffset);
overlayMdssRot.cpp 226 ovutils::memset0(mRotInfo);
227 ovutils::memset0(mRotData);
230 ovutils::memset0(mMem.curr().mRotOffset);
231 ovutils::memset0(mMem.prev().mRotOffset);
overlayRotator.cpp 79 utils::memset0(mRotOffset);
overlayMdp.cpp 57 utils::memset0(mOVInfo);
58 utils::memset0(mLkgo);
overlayMdp.h 175 /* memset0 the underlying mdp object */
362 utils::memset0(m3DOVInfo);
403 overlay::utils::memset0(mOvData);
overlayUtils.h 421 inline void memset0(T& t) { ::memset(&t, 0, sizeof(T)); } function in namespace:overlay::utils

Completed in 73 milliseconds