OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAttrForMode
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libexternal/
external.h
73
void
getAttrForMode
(int& width, int& height, int& fps);
external.cpp
702
getAttrForMode
(width, height, fps);
712
void ExternalDisplay::
getAttrForMode
(int& width, int& height, int& fps) {
/hardware/qcom/display/msm8974/libexternal/
external.h
76
void
getAttrForMode
(int& width, int& height, int& fps);
external.cpp
715
getAttrForMode
(width, height, fps);
725
void ExternalDisplay::
getAttrForMode
(int& width, int& height, int& fps) {
/hardware/qcom/display/msm8x26/libexternal/
external.h
73
void
getAttrForMode
(int& width, int& height, int& fps);
external.cpp
702
getAttrForMode
(width, height, fps);
712
void ExternalDisplay::
getAttrForMode
(int& width, int& height, int& fps) {
Completed in 182 milliseconds