Searched refs:HWC2OnFbAdapter (Results 1 – 4 of 4) sorted by relevance
40 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 …]
27 "HWC2OnFbAdapter.cpp",
32 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);
132 return new HWC2OnFbAdapter(device); in adaptGrallocModule()