Searched refs:bufsz (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayRotator.h | 128 bool open_i(uint32_t numbufs, uint32_t bufsz); 185 bool open_i(uint32_t numbufs, uint32_t bufsz);
|
D | overlayMdpRot.cpp | 142 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 148 if(!mem.open(numbufs, bufsz, mRotImgInfo.secure)){ in open_i()
|
D | overlayMdssRot.cpp | 158 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 164 if(!mem.open(numbufs, bufsz, isSecure)){ in open_i()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayRotator.h | 142 bool open_i(uint32_t numbufs, uint32_t bufsz); 201 bool open_i(uint32_t numbufs, uint32_t bufsz);
|
D | overlayMdssRot.cpp | 163 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 169 if(!mem.open(numbufs, bufsz, isSecure)){ in open_i()
|
D | overlayMdpRot.cpp | 157 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 163 if(!mem.open(numbufs, bufsz, mRotImgInfo.secure)){ in open_i()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayRotator.h | 135 bool open_i(uint32_t numbufs, uint32_t bufsz); 194 bool open_i(uint32_t numbufs, uint32_t bufsz);
|
D | overlayMdpRot.cpp | 161 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 167 if(!mem.open(numbufs, bufsz, mRotImgInfo.secure)){ in open_i()
|
D | overlayMdssRot.cpp | 182 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 188 if(!mem.open(numbufs, bufsz, isSecure)){ in open_i()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayRotator.h | 162 bool open_i(uint32_t numbufs, uint32_t bufsz); 234 bool open_i(uint32_t numbufs, uint32_t bufsz);
|
D | overlayMdpRot.cpp | 169 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 175 if(!mem.open(numbufs, bufsz, mRotImgInfo.secure)){ in open_i()
|
D | overlayMdssRot.cpp | 217 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i() argument 223 if(!mem.open(numbufs, bufsz, isSecure)){ in open_i()
|