OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ce_info
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/libexternal/
external.cpp
232
int
ce_info
= -1;
local
273
ce_info
= atoi(ce_info_str);
278
//
ce_info
contains the underscan information
279
if (
ce_info
== EXT_SCAN_ALWAYS_UNDERSCANED ||
280
ce_info
== EXT_SCAN_BOTH_SUPPORTED)
/hardware/qcom/display/msm8974/libexternal/
external.cpp
282
int
ce_info
= -1;
local
324
ce_info
= atoi(ce_info_str);
329
//
ce_info
contains the underscan information
330
if (
ce_info
== EXT_SCAN_ALWAYS_UNDERSCANED ||
331
ce_info
== EXT_SCAN_BOTH_SUPPORTED)
/hardware/qcom/display/msm8x26/libexternal/
external.cpp
232
int
ce_info
= -1;
local
273
ce_info
= atoi(ce_info_str);
278
//
ce_info
contains the underscan information
279
if (
ce_info
== EXT_SCAN_ALWAYS_UNDERSCANED ||
280
ce_info
== EXT_SCAN_BOTH_SUPPORTED)
Completed in 2552 milliseconds