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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 81 int adFd = open(wbFbPath, O_WRONLY);
82 if(adFd >= 0) {
85 ssize_t ret = write(adFd, opStr, strlen(opStr));
94 close(adFd);
108 int adFd = open(wbFbPath, O_RDONLY);
109 if(adFd >= 0) {
111 if(read(adFd, opStr, strlen(opStr)) >= 0) {
119 close(adFd);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 50 int adFd = open(wbFbPath, O_WRONLY);
51 if(adFd >= 0) {
54 ssize_t ret = write(adFd, opStr, strlen(opStr));
63 close(adFd);
77 int adFd = open(wbFbPath, O_RDONLY);
78 if(adFd >= 0) {
80 if(read(adFd, opStr, strlen(opStr)) >= 0) {
88 close(adFd);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.cpp 80 int adFd = open(wbFbPath, O_WRONLY);
81 if(adFd >= 0) {
84 int ret = write(adFd, opStr, strlen(opStr));
93 close(adFd);
107 int adFd = open(wbFbPath, O_RDONLY);
108 if(adFd >= 0) {
110 if(read(adFd, opStr, strlen(opStr)) >= 0) {
118 close(adFd);

Completed in 71 milliseconds