Searched refs:Ctrl (Results 1 - 15 of 15) 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...]
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
32 ALOGE("Ctrl failed to getScreenInfo");
39 bool Ctrl::setSource(const utils::PipeArgs& args)
44 bool Ctrl::setPosition(const utils::Dim& dim)
47 ALOGE("Ctrl setPosition error in dim");
53 ALOGE("Ctrl failed MDP setPosition");
59 bool Ctrl::setTransform(const utils::eTransform& orient)
62 ALOGE("Ctrl setTransform failed for Mdp");
68 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/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...]
/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...]
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
32 ALOGE("Ctrl failed to getScreenInfo");
39 bool Ctrl::setSource(const utils::PipeArgs& args)
44 bool Ctrl::setPosition(const utils::Dim& dim)
47 ALOGE("Ctrl setPosition error in dim");
53 ALOGE("Ctrl failed MDP setPosition");
59 bool Ctrl::setTransform(const utils::eTransform& orient)
62 ALOGE("Ctrl setTransform failed for Mdp");
68 void Ctrl
[all...]
/hardware/qcom/display/msm8226/liboverlay/pipes/
H A DoverlayGenPipe.cpp36 mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
114 Ctrl* ctrlArray[count];
121 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
H A DoverlayGenPipe.h80 Ctrl *mCtrl;
/hardware/qcom/display/msm8909/liboverlay/pipes/
H A DoverlayGenPipe.cpp36 mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
114 Ctrl* ctrlArray[count];
121 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
H A DoverlayGenPipe.h80 Ctrl *mCtrl;
/hardware/qcom/display/msm8994/liboverlay/pipes/
H A DoverlayGenPipe.cpp36 mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
114 Ctrl* ctrlArray[count];
121 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
H A DoverlayGenPipe.h80 Ctrl *mCtrl;
/hardware/qcom/display/msm8084/liboverlay/pipes/
H A DoverlayGenPipe.cpp36 pipeState(CLOSED), mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
93 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
146 Ctrl* ctrlArray[count];
153 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
H A DoverlayGenPipe.h70 /* return Ctrl fd. Used for S3D */
96 Ctrl *mCtrl;

Completed in 126 milliseconds