Searched defs:Ctrl (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayCtrlData.h48 class Ctrl : utils::NoCopy { class in namespace:overlay
52 explicit Ctrl(const int& dpy);
54 ~Ctrl();
89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) { function in class:overlay::Ctrl
124 inline Ctrl::~Ctrl() {
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
133 inline void Ctrl
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayCtrlData.h48 class Ctrl : utils::NoCopy { class in namespace:overlay
52 explicit Ctrl(const int& dpy);
54 ~Ctrl();
89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) { function in class:overlay::Ctrl
124 inline Ctrl::~Ctrl() {
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
133 inline void Ctrl
[all...]
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayCtrlData.h48 class Ctrl : utils::NoCopy { class in namespace:overlay
52 explicit Ctrl(const int& dpy);
54 ~Ctrl();
89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) { function in class:overlay::Ctrl
124 inline Ctrl::~Ctrl() {
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
133 inline void Ctrl
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayCtrlData.h48 class Ctrl : utils::NoCopy { class in namespace:overlay
52 explicit Ctrl();
54 ~Ctrl();
121 /* This class just creates a Ctrl Data pair to be used by a pipe.
123 * need to use the Ctrl channel in hwc_prepare (i.e config stage) and Data
127 Ctrl ctrl;
133 inline Ctrl::Ctrl() { function in class:overlay::Ctrl
137 inline Ctrl::~Ctrl() {
[all...]
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayCtrlData.h48 class Ctrl : utils::NoCopy { class in namespace:overlay
52 explicit Ctrl(const int& dpy);
54 ~Ctrl();
89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) { function in class:overlay::Ctrl
124 inline Ctrl::~Ctrl() {
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
133 inline void Ctrl
[all...]

Completed in 166 milliseconds