Searched defs:queueBuffer (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DmdpRotator.cpp172 bool MdpRot::queueBuffer(int fd, uint32_t offset) { function in class:overlay::MdpRot
179 "queueBuffer numbufs is 0");
H A DmdssRotator.cpp92 bool MdssRot::queueBuffer(int fd, uint32_t offset) { function in class:overlay::MdssRot
98 OVASSERT(mMem.curr().m.numBufs(), "queueBuffer numbufs is 0");
H A Doverlay.cpp93 bool Overlay::queueBuffer(int fd, uint32_t offset, function in class:overlay::Overlay
101 if(!mOv->queueBuffer(fd, offset, dest)) {
H A DoverlayCtrlData.h120 bool queueBuffer(int fd, uint32_t offset);
214 inline bool Data::queueBuffer(int fd, uint32_t offset) { function in class:overlay::Data
H A DoverlayImpl.h72 virtual bool queueBuffer(int fd, uint32_t offset,
106 bool queueBuffer(int fd, uint32_t offset) { return true; } function in class:overlay::NullPipe
147 virtual bool queueBuffer(int fd, uint32_t offset,
574 bool OverlayImpl<P0, P1, P2>::queueBuffer(int fd, uint32_t offset, function in class:overlay::OverlayImpl
582 if(!mPipe0->queueBuffer(fd, offset)) {
583 ALOGE("OverlayImpl p0 failed to queueBuffer");
589 if(!mPipe1->queueBuffer(fd, offset)) {
590 ALOGE("OverlayImpl p1 failed to queueBuffer");
596 if(!mPipe2->queueBuffer(fd, offset)) {
597 ALOGE("OverlayImpl p2 failed to queueBuffer");
[all...]
H A DoverlayRotator.h57 virtual bool queueBuffer(int fd, uint32_t offset) = 0;
97 virtual bool queueBuffer(int fd, uint32_t offset) = 0;
143 virtual bool queueBuffer(int fd, uint32_t offset);
162 virtual bool queueBuffer(int fd, uint32_t offset);
223 bool queueBuffer(int fd, uint32_t offset);
281 bool queueBuffer(int fd, uint32_t offset);
378 inline bool Rotator::queueBuffer(int fd, uint32_t offset) { function in class:overlay::Rotator
379 return mRot->queueBuffer(fd, offset);
397 inline bool NullRotator::queueBuffer(int fd, uint32_t offset) { return true; } function in class:overlay::NullRotator
/hardware/qcom/display/liboverlay/pipes/
H A DoverlayUIMirrorPipe.h52 bool queueBuffer(int fd, uint32_t offset);
77 inline bool UIMirrorPipe::queueBuffer(int fd, uint32_t offset) { function in class:overlay::UIMirrorPipe
78 return mUI.queueBuffer(fd, offset);
H A DoverlayVideoExtPipe.h52 bool queueBuffer(int fd, uint32_t offset);
72 inline bool VideoExtPipe::queueBuffer(int fd, uint32_t offset) { function in class:overlay::VideoExtPipe
73 return mVideoExt.queueBuffer(fd, offset);
H A Doverlay3DPipe.h56 bool queueBuffer(int fd, uint32_t offset);
86 bool queueBuffer(int fd, uint32_t offset);
116 bool queueBuffer(int fd, uint32_t offset);
146 bool queueBuffer(int fd, uint32_t offset);
187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { function in class:overlay::M3DExtPipe
188 return mM3d.queueBuffer(fd, offset);
256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { function in class:overlay::M3DPrimaryPipe
257 return mM3d.queueBuffer(fd, offset);
314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { function in class:overlay::S3DExtPipe
315 return mS3d.queueBuffer(f
389 inline bool S3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { function in class:overlay::S3DPrimaryPipe
[all...]
H A DoverlayGenPipe.h65 bool queueBuffer(int fd, uint32_t offset);
243 inline bool GenericPipe<PANEL>::queueBuffer(int fd, uint32_t offset) { function in class:overlay::GenericPipe
245 OVASSERT(isOpen(), "State is closed, cannot queueBuffer");
255 if(!mRot->queueBuffer(fd, offset)) {
270 return mCtrlData.data.queueBuffer(finalFd, finalOffset);

Completed in 66 milliseconds