Searched refs:parseLine (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/display/msm8996/libqdutils/ |
D | qd_utils.cpp | 34 int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count) { in parseLine() function 85 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfo()
|
D | qd_utils.h | 61 int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count);
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | qd_utils.cpp | 36 static int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count) { in parseLine() function 141 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB() 265 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
|
/hardware/qcom/sdm845/display/libqdutils/ |
D | qd_utils.cpp | 37 static int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count) { in parseLine() function 142 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB() 266 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | qd_utils.cpp | 36 static int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count) { in parseLine() function 141 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB() 265 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
|
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | qd_utils.cpp | 36 static int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count) { in parseLine() function 141 if (parseLine(line, tokens, maxCount, &tokenCount)) { in querySDEInfoFB() 265 if (!parseLine(line, tokens, maxCount, &tokenCount)) { in getDPTestConfig()
|