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.cpp40 auto& adapter = HWC2OnFbAdapter::cast(device); in dumpHook()
51 auto& adapter = HWC2OnFbAdapter::cast(device); in registerCallbackHook()
91 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayNameHook()
107 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayTypeHook()
117 auto& adapter = HWC2OnFbAdapter::cast(device); in getDozeSupportHook()
129 auto& adapter = HWC2OnFbAdapter::cast(device); in getHdrCapabilitiesHook()
139 auto& adapter = HWC2OnFbAdapter::cast(device); in setPowerModeHook()
149 auto& adapter = HWC2OnFbAdapter::cast(device); in setVsyncEnabledHook()
160 auto& adapter = HWC2OnFbAdapter::cast(device); in getColorModesHook()
178 auto& adapter = HWC2OnFbAdapter::cast(device); in setColorModeHook()
[all …]
DAndroid.bp27 "HWC2OnFbAdapter.cpp",
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h32 class HWC2OnFbAdapter : public hwc2_device_t {
34 HWC2OnFbAdapter(framebuffer_device_t* fbDevice);
36 static HWC2OnFbAdapter& cast(hw_device_t* device);
37 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()