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

  /hardware/qcom/display/msm8084/libexternal/
external.cpp 118 char sysFsSPDFilePath[MAX_SYSFS_FILE_PATH];
119 memset(sysFsSPDFilePath, 0, sizeof(sysFsSPDFilePath));
120 snprintf(sysFsSPDFilePath , sizeof(sysFsSPDFilePath),
123 int spdFile = open(sysFsSPDFilePath, O_RDWR, 0);
126 "err str: %s", __FUNCTION__, sysFsSPDFilePath,
136 "err no = %d", __FUNCTION__, sysFsSPDFilePath, errno);
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 119 char sysFsSPDFilePath[MAX_SYSFS_FILE_PATH];
120 memset(sysFsSPDFilePath, 0, sizeof(sysFsSPDFilePath));
121 snprintf(sysFsSPDFilePath , sizeof(sysFsSPDFilePath),
124 int spdFile = open(sysFsSPDFilePath, O_RDWR, 0);
127 "err str: %s", __FUNCTION__, sysFsSPDFilePath,
137 "err no = %d", __FUNCTION__, sysFsSPDFilePath, errno);
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 206 char sysFsSPDFilePath[MAX_SYSFS_FILE_PATH];
207 memset(sysFsSPDFilePath, 0, sizeof(sysFsSPDFilePath));
208 snprintf(sysFsSPDFilePath , sizeof(sysFsSPDFilePath),
211 int spdFile = open(sysFsSPDFilePath, O_RDWR, 0);
214 "err str: %s", __FUNCTION__, sysFsSPDFilePath,
224 "err no = %d", __FUNCTION__, sysFsSPDFilePath, errno);

Completed in 60 milliseconds