Searched defs:fbnum (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { argument
26 if(!mMdp.init(fbnum)) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdp.cpp37 int fbnum = Overlay::getFbForDpy(dpy); local
38 if( fbnum < 0 ) {
44 if(!utils::openDev(mFd, fbnum,
46 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
371 int fbnum = Overlay::getFbForDpy(dpy); local
372 if( fbnum < 0 ) {
378 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
379 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
[all...]
H A DoverlayUtils.h92 /* helper function to open by using fbnum */
93 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
529 inline bool openDev(OvFD& fd, int fbnum, argument
531 return overlay::open(fd, fbnum, devpath, flags);
629 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
632 snprintf(dev_name, sizeof(dev_name), dev, fbnum);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { argument
26 if(!mMdp.init(fbnum)) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdp.cpp46 bool MdpCtrl::init(uint32_t fbnum) { argument
48 if(!utils::openDev(mFd, fbnum,
50 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayCtrlData.h56 bool init(uint32_t fbnum);
102 bool init(uint32_t fbnum);
147 inline bool Ctrl::init(uint32_t fbnum) { argument
149 if(!mMdp.init(fbnum)) {
150 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
237 inline bool Data::init(uint32_t fbnum) { argument
238 if(!mMdp.init(fbnum)) {
H A DoverlayMdp.h42 /* init underlying device using fbnum */
43 bool init(uint32_t fbnum);
130 /* FD for the mdp fbnum */
174 bool init(uint32_t fbnum);
198 /* fd to mdp fbnum */
393 inline bool MdpData::init(uint32_t fbnum) { argument
395 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
396 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayUtils.h89 /* helper function to open by using fbnum */
90 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
694 inline bool openDev(OvFD& fd, int fbnum, argument
696 return overlay::open(fd, fbnum, devpath, flags);
792 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
795 snprintf(dev_name, sizeof(dev_name), dev, fbnum);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayCtrl.cpp24 bool Ctrl::init(uint32_t fbnum) { argument
26 if(!mMdp.init(fbnum)) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayMdp.cpp35 bool MdpCtrl::init(uint32_t fbnum) { argument
37 if(!utils::openDev(mFd, fbnum,
39 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayCtrlData.h56 bool init(uint32_t fbnum);
103 bool init(uint32_t fbnum);
148 inline bool Ctrl::init(uint32_t fbnum) { argument
150 if(!mMdp.init(fbnum)) {
151 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
242 inline bool Data::init(uint32_t fbnum) { argument
243 if(!mMdp.init(fbnum)) {
H A DoverlayMdp.h42 /* init underlying device using fbnum */
43 bool init(uint32_t fbnum);
131 /* FD for the mdp fbnum */
177 bool init(uint32_t fbnum);
201 /* fd to mdp fbnum */
398 inline bool MdpData::init(uint32_t fbnum) { argument
400 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
401 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
H A DoverlayUtils.h88 /* helper function to open by using fbnum */
89 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
672 inline bool openDev(OvFD& fd, int fbnum, argument
674 return overlay::open(fd, fbnum, devpath, flags);
770 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
773 snprintf(dev_name, sizeof(dev_name), dev, fbnum);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.cpp37 int fbnum = Overlay::getFbForDpy(dpy); local
38 if( fbnum < 0 ) {
44 if(!utils::openDev(mFd, fbnum,
46 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
390 int fbnum = Overlay::getFbForDpy(dpy); local
391 if( fbnum < 0 ) {
397 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
398 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
[all...]
H A DoverlayUtils.h92 /* helper function to open by using fbnum */
93 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
692 inline bool openDev(OvFD& fd, int fbnum, argument
694 return overlay::open(fd, fbnum, devpath, flags);
790 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
793 snprintf(dev_name, sizeof(dev_name), dev, fbnum);

Completed in 167 milliseconds