OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ce_info_str
(Results
1 - 5
of
5
) 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
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/msm8909/libhdmi/
hdmi.cpp
228
char *
ce_info_str
= NULL;
local
258
ce_info_str
= strtok_r(scanInfo, token, &save_ptr);
259
if (
ce_info_str
) {
261
ce_info_str
= strtok_r(NULL, token, &save_ptr);
262
if (
ce_info_str
) {
264
ce_info_str
= strtok_r(NULL, token, &save_ptr);
265
if (
ce_info_str
)
266
ce_info = atoi(
ce_info_str
);
270
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/msm8994/libhdmi/
hdmi.cpp
240
char *
ce_info_str
= NULL;
local
270
ce_info_str
= strtok_r(scanInfo, token, &save_ptr);
271
if (
ce_info_str
) {
273
ce_info_str
= strtok_r(NULL, token, &save_ptr);
274
if (
ce_info_str
) {
276
ce_info_str
= strtok_r(NULL, token, &save_ptr);
277
if (
ce_info_str
)
278
ce_info = atoi(
ce_info_str
);
282
if (
ce_info_str
) {
Completed in 55 milliseconds