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/msm8974/libhwcomposer/
hwc_ad.cpp 49 char wbFbPath[256];
50 snprintf (wbFbPath, sizeof(wbFbPath),
54 wbFd = open(wbFbPath, O_RDONLY);
77 char wbFbPath[256];
78 snprintf (wbFbPath, sizeof(wbFbPath),
80 int adFd = open(wbFbPath, O_WRONLY);
104 char wbFbPath[256];
105 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);

Completed in 95 milliseconds