HomeSort by relevance Sort by last modified time
    Searched refs:fbPath (Results 1 - 16 of 16) sorted by null

  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp 78 if(!utils::openDev(mFd, fbNum, Res::fbPath, O_RDWR)) {
79 ALOGE("%s failed to init %s", __func__, Res::fbPath);
overlayUtils.cpp 74 const char* const Res::fbPath = "/dev/graphics/fb%u";
309 if(!overlay::open(fd, 0 /*fb*/, Res::fbPath)){
overlayMdp.h 400 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayMdssRot.cpp 68 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
overlayMdp.cpp 38 Res::fbPath, O_RDWR)){
overlayUtils.h 708 static const char* const fbPath;
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 74 const char* const Res::fbPath = "/dev/graphics/fb%u";
259 if(!overlay::open(fd, 0 /*fb*/, Res::fbPath)){
overlayMdssRot.cpp 66 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
overlayMdp.cpp 49 Res::fbPath, O_RDWR)){
overlayMdp.h 395 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayUtils.h 730 static const char* const fbPath;
  /hardware/qcom/display/msm8x26/liboverlay/
overlayUtils.cpp 74 const char* const Res::fbPath = "/dev/graphics/fb%u";
259 if(!overlay::open(fd, 0 /*fb*/, Res::fbPath)){
overlayMdssRot.cpp 66 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
overlayMdp.cpp 49 Res::fbPath, O_RDWR)){
overlayMdp.h 395 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayUtils.h 730 static const char* const fbPath;

Completed in 699 milliseconds