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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 50 char wbFbPath[256];
51 snprintf (wbFbPath, sizeof(wbFbPath),
55 wbFd = open(wbFbPath, O_RDONLY);
78 char wbFbPath[256];
79 snprintf (wbFbPath, sizeof(wbFbPath),
81 int adFd = open(wbFbPath, O_WRONLY);
105 char wbFbPath[256];
106 snprintf (wbFbPath, sizeof(wbFbPath)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 47 char wbFbPath[256];
48 snprintf (wbFbPath, sizeof(wbFbPath),
50 int adFd = open(wbFbPath, O_WRONLY);
74 char wbFbPath[256];
75 snprintf (wbFbPath, sizeof(wbFbPath),
77 int adFd = open(wbFbPath, O_RDONLY);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp 46 char wbFbPath[256];
47 snprintf (wbFbPath, sizeof(wbFbPath),
49 int adFd = open(wbFbPath, O_WRONLY);
73 char wbFbPath[256];
74 snprintf (wbFbPath, sizeof(wbFbPath),
76 int adFd = open(wbFbPath, O_RDONLY);

Completed in 66 milliseconds