OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getdisplayattributes
(Results
1 - 8
of
8
) sorted by null
/hardware/libhardware/include/hardware/
hwcomposer_defs.h
152
/* display attributes returned by
getDisplayAttributes
() */
hwcomposer.h
604
* (*
getDisplayAttributes
)() returns attributes for a specific config of a
621
int (*
getDisplayAttributes
)(struct hwc_composer_device_1* dev, int disp,
/hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp
494
//This config is passed to
getDisplayAttributes
. Ignore for now.
627
dev->device.
getDisplayAttributes
= hwc_getDisplayAttributes;
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc.cpp
495
//This config is passed to
getDisplayAttributes
. Ignore for now.
628
dev->device.
getDisplayAttributes
= hwc_getDisplayAttributes;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp
589
//This config is passed to
getDisplayAttributes
. Ignore for now.
728
dev->device.
getDisplayAttributes
= hwc_getDisplayAttributes;
/hardware/libhardware/tests/hwc/
cnativewindow.c
411
if ((r = hwc->
getDisplayAttributes
(hwc, 0, configs[0], attrs, values))) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
353
err = mHwc->
getDisplayAttributes
(mHwc, disp, config, DISPLAY_ATTRIBUTES, values);
[
all
...]
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
[
all
...]
Completed in 935 milliseconds