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