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

  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.h 86 virtual int getSrcMemId() const = 0;
142 virtual int getSrcMemId() const;
214 virtual int getSrcMemId() const;
overlayRotator.cpp 92 * At this instance, getSrcMemId() and getSrcOffset() return the
94 if( (fd == getSrcMemId()) and (offset == getSrcOffset()) )
overlayMdpRot.cpp 40 int MdpRot::getSrcMemId() const {
249 int prev_fd = getSrcMemId();
overlayMdssRot.cpp 54 int MdssRot::getSrcMemId() const {
189 int prev_fd = getSrcMemId();

Completed in 269 milliseconds