Home
last modified time | relevance | path

Searched refs:ce_info_str (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp177 char *ce_info_str = NULL; in readCEUnderscanInfo() local
214 ce_info_str = strtok_r(scanInfo, token, &save_ptr); in readCEUnderscanInfo()
215 if (ce_info_str) { in readCEUnderscanInfo()
217 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
218 if (ce_info_str) { in readCEUnderscanInfo()
220 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
221 if (ce_info_str) in readCEUnderscanInfo()
222 ce_info = atoi(ce_info_str); in readCEUnderscanInfo()
226 if (ce_info_str) { in readCEUnderscanInfo()
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp230 char *ce_info_str = NULL; in readCEUnderscanInfo() local
265 ce_info_str = strtok(scanInfo, token); in readCEUnderscanInfo()
266 if (ce_info_str) { in readCEUnderscanInfo()
268 ce_info_str = strtok(NULL, token); in readCEUnderscanInfo()
269 if (ce_info_str) { in readCEUnderscanInfo()
271 ce_info_str = strtok(NULL, token); in readCEUnderscanInfo()
272 if (ce_info_str) in readCEUnderscanInfo()
273 ce_info = atoi(ce_info_str); in readCEUnderscanInfo()
277 if (ce_info_str) { in readCEUnderscanInfo()
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp177 char *ce_info_str = NULL; in readCEUnderscanInfo() local
214 ce_info_str = strtok_r(scanInfo, token, &save_ptr); in readCEUnderscanInfo()
215 if (ce_info_str) { in readCEUnderscanInfo()
217 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
218 if (ce_info_str) { in readCEUnderscanInfo()
220 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
221 if (ce_info_str) in readCEUnderscanInfo()
222 ce_info = atoi(ce_info_str); in readCEUnderscanInfo()
226 if (ce_info_str) { in readCEUnderscanInfo()
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.cpp228 char *ce_info_str = NULL; in readCEUnderscanInfo() local
258 ce_info_str = strtok_r(scanInfo, token, &save_ptr); in readCEUnderscanInfo()
259 if (ce_info_str) { in readCEUnderscanInfo()
261 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
262 if (ce_info_str) { in readCEUnderscanInfo()
264 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
265 if (ce_info_str) in readCEUnderscanInfo()
266 ce_info = atoi(ce_info_str); in readCEUnderscanInfo()
270 if (ce_info_str) { in readCEUnderscanInfo()
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp240 char *ce_info_str = NULL; in readCEUnderscanInfo() local
270 ce_info_str = strtok_r(scanInfo, token, &save_ptr); in readCEUnderscanInfo()
271 if (ce_info_str) { in readCEUnderscanInfo()
273 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
274 if (ce_info_str) { in readCEUnderscanInfo()
276 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
277 if (ce_info_str) in readCEUnderscanInfo()
278 ce_info = atoi(ce_info_str); in readCEUnderscanInfo()
282 if (ce_info_str) { in readCEUnderscanInfo()