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

  /hardware/qcom/display/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 193 milliseconds