/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayCtrlData.h | 56 bool init(uint32_t fbnum); 102 bool init(uint32_t fbnum); 147 inline bool Ctrl::init(uint32_t fbnum) { in init() argument 149 if(!mMdp.init(fbnum)) { in init() 150 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init() 237 inline bool Data::init(uint32_t fbnum) { in init() argument 238 if(!mMdp.init(fbnum)) { in init()
|
D | overlayCtrl.cpp | 24 bool Ctrl::init(uint32_t fbnum) { in init() argument 26 if(!mMdp.init(fbnum)) { in init() 27 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
|
D | overlayMdp.h | 43 bool init(uint32_t fbnum); 174 bool init(uint32_t fbnum); 393 inline bool MdpData::init(uint32_t fbnum) { in init() argument 395 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){ in init() 396 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
|
D | overlayUtils.h | 90 bool open(OvFD& fd, uint32_t fbnum, const char* const dev, 694 inline bool openDev(OvFD& fd, int fbnum, in openDev() argument 696 return overlay::open(fd, fbnum, devpath, flags); in openDev() 792 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) in open() argument 795 snprintf(dev_name, sizeof(dev_name), dev, fbnum); in open()
|
D | overlayMdp.cpp | 46 bool MdpCtrl::init(uint32_t fbnum) { in init() argument 48 if(!utils::openDev(mFd, fbnum, in init() 50 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayCtrl.cpp | 24 bool Ctrl::init(uint32_t fbnum) { in init() argument 26 if(!mMdp.init(fbnum)) { in init() 27 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
|
D | overlayMdp.cpp | 37 int fbnum = Overlay::getFbForDpy(dpy); in init() local 38 if( fbnum < 0 ) { in init() 44 if(!utils::openDev(mFd, fbnum, in init() 46 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init() 371 int fbnum = Overlay::getFbForDpy(dpy); in init() local 372 if( fbnum < 0 ) { in init() 378 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){ in init() 379 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
|
D | overlayUtils.h | 93 bool open(OvFD& fd, uint32_t fbnum, const char* const dev, 529 inline bool openDev(OvFD& fd, int fbnum, in openDev() argument 531 return overlay::open(fd, fbnum, devpath, flags); in openDev() 629 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) in open() argument 632 snprintf(dev_name, sizeof(dev_name), dev, fbnum); in open()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdp.cpp | 37 int fbnum = Overlay::getFbForDpy(dpy); in init() local 38 if( fbnum < 0 ) { in init() 44 if(!utils::openDev(mFd, fbnum, in init() 46 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init() 390 int fbnum = Overlay::getFbForDpy(dpy); in init() local 391 if( fbnum < 0 ) { in init() 397 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){ in init() 398 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
|
D | overlayUtils.h | 93 bool open(OvFD& fd, uint32_t fbnum, const char* const dev, 692 inline bool openDev(OvFD& fd, int fbnum, in openDev() argument 694 return overlay::open(fd, fbnum, devpath, flags); in openDev() 790 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) in open() argument 793 snprintf(dev_name, sizeof(dev_name), dev, fbnum); in open()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdp.cpp | 38 int fbnum = Overlay::getFbForDpy(dpy); in init() local 39 if( fbnum < 0 ) { in init() 45 if(!utils::openDev(mFd, fbnum, in init() 47 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init() 412 int fbnum = Overlay::getFbForDpy(dpy); in init() local 413 if( fbnum < 0 ) { in init() 419 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){ in init() 420 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
|
D | overlayUtils.h | 93 bool open(OvFD& fd, uint32_t fbnum, const char* const dev, 526 inline bool openDev(OvFD& fd, int fbnum, in openDev() argument 528 return overlay::open(fd, fbnum, devpath, flags); in openDev() 626 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) in open() argument 629 snprintf(dev_name, sizeof(dev_name), dev, fbnum); in open()
|