Home
last modified time | relevance | path

Searched refs:HWC2OnFbAdapter (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp42 auto& adapter = HWC2OnFbAdapter::cast(device); in dumpHook()
53 auto& adapter = HWC2OnFbAdapter::cast(device); in registerCallbackHook()
93 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayNameHook()
109 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayTypeHook()
119 auto& adapter = HWC2OnFbAdapter::cast(device); in getDozeSupportHook()
131 auto& adapter = HWC2OnFbAdapter::cast(device); in getHdrCapabilitiesHook()
141 auto& adapter = HWC2OnFbAdapter::cast(device); in setPowerModeHook()
151 auto& adapter = HWC2OnFbAdapter::cast(device); in setVsyncEnabledHook()
162 auto& adapter = HWC2OnFbAdapter::cast(device); in getColorModesHook()
180 auto& adapter = HWC2OnFbAdapter::cast(device); in setColorModeHook()
[all …]
DAndroid.bp27 "HWC2OnFbAdapter.cpp",
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h36 class HWC2OnFbAdapter : public hwc2_device_t {
38 HWC2OnFbAdapter(framebuffer_device_t* fbDevice);
40 static HWC2OnFbAdapter& cast(hw_device_t* device);
41 static HWC2OnFbAdapter& cast(hwc2_device_t* device);
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcLoader.h132 return new HWC2OnFbAdapter(device); in adaptGrallocModule()