OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDisplayConfigs
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/include/hardware/
hwcomposer.h
579
* (*
getDisplayConfigs
)() returns handles for the configurations available
584
* allocated by the caller is passed in *numConfigs;
getDisplayConfigs
must
600
int (*
getDisplayConfigs
)(struct hwc_composer_device_1* dev, int disp,
606
* returned by
getDisplayConfigs
.
/hardware/libhardware/tests/hwc/
cnativewindow.c
404
if (hwc->
getDisplayConfigs
(hwc, 0, configs, &numconfigs)) {
/hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp
626
dev->device.
getDisplayConfigs
= hwc_getDisplayConfigs;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp
727
dev->device.
getDisplayConfigs
= hwc_getDisplayConfigs;
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc.cpp
627
dev->device.
getDisplayConfigs
= hwc_getDisplayConfigs;
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
346
status_t err = mHwc->
getDisplayConfigs
(mHwc, disp, &config, &numConfigs);
[
all
...]
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
[
all
...]
Completed in 62 milliseconds