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

1 2

  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.cpp 80 if(!utils::openDev(mFd, fbNum, Res::fbPath, O_RDWR)) {
81 ALOGE("%s failed to init %s", __func__, Res::fbPath);
overlayMem.h 207 if(!utils::openDev(fbFd, 0, Res::fbPath, O_RDWR)) {
overlayMdp.cpp 45 Res::fbPath, O_RDWR)){
397 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayUtils.cpp 75 const char* const Res::fbPath = "/dev/graphics/fb%u";
336 if(!overlay::open(fd, 0 /*fb*/, Res::fbPath)){
overlayMdssRot.cpp 69 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
overlayUtils.h 728 static const char* const fbPath;
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.cpp 80 if(!utils::openDev(mFd, fbNum, Res::fbPath, O_RDWR)) {
81 ALOGE("%s failed to init %s", __func__, Res::fbPath);
overlayMdp.cpp 45 Res::fbPath, O_RDWR)){
378 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayMdssRot.cpp 84 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
overlayUtils.cpp 75 const char* const Res::fbPath = "/dev/graphics/fb%u";
overlayUtils.h 573 static const char* const fbPath;
  /hardware/qcom/display/msm8909/liboverlay/
overlayWriteback.cpp 80 if(!utils::openDev(mFd, fbNum, Res::fbPath, O_RDWR)) {
81 ALOGE("%s failed to init %s", __func__, Res::fbPath);
overlayMdp.cpp 41 Res::fbPath, O_RDWR)){
386 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayUtils.cpp 75 const char* const Res::fbPath = "/dev/graphics/fb%u";
overlayMdssRot.cpp 106 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
overlayUtils.h 563 static const char* const fbPath;
  /hardware/qcom/display/msm8994/liboverlay/
overlayWriteback.cpp 80 if(!utils::openDev(mFd, fbNum, Res::fbPath, O_RDWR)) {
81 ALOGE("%s failed to init %s", __func__, Res::fbPath);
overlayMdp.cpp 46 Res::fbPath, O_RDWR)){
419 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayUtils.cpp 75 const char* const Res::fbPath = "/dev/graphics/fb%u";
overlayMdssRot.cpp 106 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
  /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;

Completed in 504 milliseconds

1 2