OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateExternalDisplay
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.h
89
int
CreateExternalDisplay
(int disp, uint32_t primary_width, uint32_t primary_height,
hwc_session.cpp
165
status =
CreateExternalDisplay
(HWC_DISPLAY_PRIMARY, 0, 0, false);
659
status =
CreateExternalDisplay
(disp, primary_width, primary_height, false);
[
all
...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.h
89
int
CreateExternalDisplay
(int disp, uint32_t primary_width, uint32_t primary_height,
hwc_session.cpp
165
status =
CreateExternalDisplay
(HWC_DISPLAY_PRIMARY, 0, 0, false);
659
status =
CreateExternalDisplay
(disp, primary_width, primary_height, false);
[
all
...]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.h
184
int32_t
CreateExternalDisplay
(int disp, uint32_t primary_width = 0,
hwc_session.cpp
196
status =
CreateExternalDisplay
(HWC_DISPLAY_PRIMARY);
[
all
...]
Completed in 366 milliseconds