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

  /hardware/qcom/display/msm8084/libexternal/
external.cpp 177 char *ce_info_str = NULL; local
214 ce_info_str = strtok_r(scanInfo, token, &save_ptr);
215 if (ce_info_str) {
217 ce_info_str = strtok_r(NULL, token, &save_ptr);
218 if (ce_info_str) {
220 ce_info_str = strtok_r(NULL, token, &save_ptr);
221 if (ce_info_str)
222 ce_info = atoi(ce_info_str);
226 if (ce_info_str) {
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 178 char *ce_info_str = NULL; local
215 ce_info_str = strtok_r(scanInfo, token, &save_ptr);
216 if (ce_info_str) {
218 ce_info_str = strtok_r(NULL, token, &save_ptr);
219 if (ce_info_str) {
221 ce_info_str = strtok_r(NULL, token, &save_ptr);
222 if (ce_info_str)
223 ce_info = atoi(ce_info_str);
227 if (ce_info_str) {
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 230 char *ce_info_str = NULL; local
265 ce_info_str = strtok(scanInfo, token);
266 if (ce_info_str) {
268 ce_info_str = strtok(NULL, token);
269 if (ce_info_str) {
271 ce_info_str = strtok(NULL, token);
272 if (ce_info_str)
273 ce_info = atoi(ce_info_str);
277 if (ce_info_str) {
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 280 char *ce_info_str = NULL; local
316 ce_info_str = strtok(scanInfo, token);
317 if (ce_info_str) {
319 ce_info_str = strtok(NULL, token);
320 if (ce_info_str) {
322 ce_info_str = strtok(NULL, token);
323 if (ce_info_str)
324 ce_info = atoi(ce_info_str);
328 if (ce_info_str) {

Completed in 210 milliseconds