Searched defs:commit (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DmdpRotator.cpp82 bool MdpRot::commit() { function in class:overlay::MdpRot
86 ALOGE("MdpRot commit failed");
H A DmdssRotator.cpp80 bool MdssRot::commit() { function in class:overlay::MdssRot
84 ALOGE("MdssRot commit failed!");
H A Doverlay.cpp78 bool Overlay::commit(utils::eDest dest) function in class:overlay::Overlay
85 if(!mOv->commit(dest)) {
H A DoverlayCtrlData.h68 /* mdp set overlay/commit changes */
69 bool commit();
156 inline bool Ctrl::commit() { function in class:overlay::Ctrl
158 ALOGE("Ctrl commit failed set overlay");
H A DoverlayImpl.h69 virtual bool commit(utils::eDest dest = utils::OV_PIPE_ALL) = 0;
101 bool commit() { return true; } function in class:overlay::NullPipe
138 virtual bool commit(utils::eDest dest = utils::OV_PIPE_ALL);
415 bool OverlayImpl<P0, P1, P2>::commit(utils::eDest dest) function in class:overlay::OverlayImpl
422 if(!mPipe0->commit()) {
423 ALOGE("OverlayImpl p0 failed to commit");
429 if(!mPipe1->commit()) {
430 ALOGE("OverlayImpl p1 failed to commit");
436 if(!mPipe2->commit()) {
437 ALOGE("OverlayImpl p2 failed to commit");
[all...]
H A DoverlayRotator.h56 virtual bool commit() = 0;
95 virtual bool commit() = 0;
134 virtual bool commit();
160 virtual bool commit();
222 bool commit();
280 bool commit();
354 inline bool Rotator::commit() { function in class:overlay::Rotator
355 return mRot->commit();
387 inline bool NullRotator::commit() { return true; } function in class:overlay::NullRotator
/hardware/qcom/display/liboverlay/pipes/
H A DoverlayUIMirrorPipe.h51 bool commit();
76 inline bool UIMirrorPipe::commit() { return mUI.commit(); } function in class:overlay::UIMirrorPipe
H A DoverlayVideoExtPipe.h51 bool commit();
71 inline bool VideoExtPipe::commit() { return mVideoExt.commit(); } function in class:overlay::VideoExtPipe
H A Doverlay3DPipe.h55 bool commit();
85 bool commit();
115 bool commit();
145 bool commit();
185 inline bool M3DExtPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DExtPipe
254 inline bool M3DPrimaryPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DPrimaryPipe
312 inline bool S3DExtPipe<CHAN>::commit() { return mS3d.commit(); } function in class:overlay::S3DExtPipe
380 inline bool S3DPrimaryPipe<CHAN>::commit() { function in class:overlay::S3DPrimaryPipe
[all...]
H A DoverlayGenPipe.h60 /* commit changes to the overlay "set"*/
61 bool commit();
228 inline bool GenericPipe<PANEL>::commit() { function in class:overlay::GenericPipe
232 if(!mRot->commit()) {
233 ALOGE("GenPipe Rotator commit failed");
237 ret = mCtrlData.ctrl.commit();
/hardware/qcom/display/libgralloc/
H A Dfb_priv.h49 struct mdp_display_commit commit; member in struct:private_module_t

Completed in 167 milliseconds