Searched refs:ce_info_str (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 177 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/ |
D | external.cpp | 230 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/msm8994/libhdmi/ |
D | hdmi.cpp | 240 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()
|