Home
last modified time | relevance | path

Searched refs:fbfd (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
DmdpWrapper.h90 bool wbInitStart(int fbfd);
93 bool wbStopTerminate(int fbfd);
96 bool wbQueueBuffer(int fbfd, struct msmfb_data& fbData);
99 bool wbDequeueBuffer(int fbfd, struct msmfb_data& fbData);
241 inline bool wbInitStart(int fbfd) { in wbInitStart() argument
243 if(ioctl(fbfd, MSMFB_WRITEBACK_INIT, NULL) < 0) { in wbInitStart()
248 if(ioctl(fbfd, MSMFB_WRITEBACK_START, NULL) < 0) { in wbInitStart()
256 inline bool wbStopTerminate(int fbfd) { in wbStopTerminate() argument
258 if(ioctl(fbfd, MSMFB_WRITEBACK_STOP, NULL) < 0) { in wbStopTerminate()
263 if(ioctl(fbfd, MSMFB_WRITEBACK_TERMINATE, NULL) < 0) { in wbStopTerminate()
[all …]
/hardware/qcom/display/msm8084/liboverlay/
DmdpWrapper.h90 bool wbInitStart(int fbfd);
93 bool wbStopTerminate(int fbfd);
96 bool wbQueueBuffer(int fbfd, struct msmfb_data& fbData);
99 bool wbDequeueBuffer(int fbfd, struct msmfb_data& fbData);
241 inline bool wbInitStart(int fbfd) { in wbInitStart() argument
242 if(ioctl(fbfd, MSMFB_WRITEBACK_INIT, NULL) < 0) { in wbInitStart()
247 if(ioctl(fbfd, MSMFB_WRITEBACK_START, NULL) < 0) { in wbInitStart()
255 inline bool wbStopTerminate(int fbfd) { in wbStopTerminate() argument
256 if(ioctl(fbfd, MSMFB_WRITEBACK_STOP, NULL) < 0) { in wbStopTerminate()
261 if(ioctl(fbfd, MSMFB_WRITEBACK_TERMINATE, NULL) < 0) { in wbStopTerminate()
[all …]
/hardware/qcom/display/msm8994/liboverlay/
DmdpWrapper.h93 bool wbInitStart(int fbfd);
96 bool wbStopTerminate(int fbfd);
99 bool wbQueueBuffer(int fbfd, struct msmfb_data& fbData);
102 bool wbDequeueBuffer(int fbfd, struct msmfb_data& fbData);
270 inline bool wbInitStart(int fbfd) { in wbInitStart() argument
272 if(ioctl(fbfd, MSMFB_WRITEBACK_INIT, NULL) < 0) { in wbInitStart()
277 if(ioctl(fbfd, MSMFB_WRITEBACK_START, NULL) < 0) { in wbInitStart()
285 inline bool wbStopTerminate(int fbfd) { in wbStopTerminate() argument
287 if(ioctl(fbfd, MSMFB_WRITEBACK_STOP, NULL) < 0) { in wbStopTerminate()
292 if(ioctl(fbfd, MSMFB_WRITEBACK_TERMINATE, NULL) < 0) { in wbStopTerminate()
[all …]