HomeSort by relevance Sort by last modified time
    Searched full:fbpath (Results 1 - 6 of 6) sorted by null

  /frameworks/base/cmds/screencap/
screencap.cpp 156 const char* fbpath = "/dev/graphics/fb0"; local
157 int fb = open(fbpath, O_RDONLY);
  /hardware/qcom/display/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 92 milliseconds