Searched defs:RotMem (Results 1 - 9 of 9) 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/msm8909/liboverlay/
H A DoverlayRotator.cpp99 //============RotMem=========================
101 bool RotMem::close() {
112 RotMem::RotMem() : mCurrIndex(0) { function in class:overlay::RotMem
119 RotMem::~RotMem() {
126 void RotMem::setCurrBufReleaseFd(const int& fence) {
144 void RotMem::setPrevBufReleaseFd(const int& fence) {
H A DoverlayRotator.h45 we don't need this RotMem wrapper. The inner class is sufficient.
47 struct RotMem { struct in namespace:overlay
50 RotMem();
51 ~RotMem();
117 RotMem mMem;
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayRotator.cpp99 //============RotMem=========================
101 bool RotMem::close() {
112 RotMem::RotMem() : mCurrIndex(0) { function in class:overlay::RotMem
119 RotMem::~RotMem() {
126 void RotMem::setCurrBufReleaseFd(const int& fence) {
144 void RotMem::setPrevBufReleaseFd(const int& fence) {
H A DoverlayRotator.h45 we don't need this RotMem wrapper. The inner class is sufficient.
47 struct RotMem { struct in namespace:overlay
50 RotMem();
51 ~RotMem();
117 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;

Completed in 205 milliseconds