Searched defs:RotMem (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.cpp62 //============RotMem=========================
64 bool RotMem::close() {
75 RotMem::RotMem() : mCurrIndex(0) { function in class:overlay::RotMem
82 RotMem::~RotMem() {
89 void RotMem::setReleaseFd(const int& fence) {
H A DoverlayRotator.h46 we don't need this RotMem wrapper. The inner class is sufficient.
48 struct RotMem { struct in namespace:overlay
51 RotMem();
52 ~RotMem();
89 RotMem mMem;
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayRotator.cpp63 //============RotMem=========================
65 bool RotMem::close() {
76 RotMem::RotMem() : mCurrIndex(0) { function in class:overlay::RotMem
83 RotMem::~RotMem() {
90 void RotMem::setReleaseFd(const int& fence) {
H A DoverlayRotator.h46 we don't need this RotMem wrapper. The inner class is sufficient.
48 struct RotMem { struct in namespace:overlay
51 RotMem();
52 ~RotMem();
94 RotMem mMem;
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.h45 we don't need this RotMem wrapper. The inner class is sufficient.
47 struct RotMem { struct in namespace:overlay
69 RotMem() : _curr(0) {} function in struct:overlay::RotMem
73 RotMem& operator++() { ++_curr; return *this; }
103 RotMem mMem;
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayRotator.h45 we don't need this RotMem wrapper. The inner class is sufficient.
47 struct RotMem { struct in namespace:overlay
69 RotMem() : _curr(0) {} function in struct:overlay::RotMem
73 RotMem& operator++() { ++_curr; return *this; }
103 RotMem mMem;

Completed in 28 milliseconds