Searched refs:cast (Results 1 – 6 of 6) 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 …]
22 * To use 1.1 features you must cast specific interfaces returned from the24 * which can be cast with V1_1::ITuner::castFrom() call.
36 static HWC2OnFbAdapter& cast(hw_device_t* device);37 static HWC2OnFbAdapter& cast(hwc2_device_t* device);
24 * castFrom method to cast the IUsbCallback object.
30 * To use 1.1 features the caller must cast the returned interface to a
209 Added cast and mask to suffice size_t v. unsigned int conversion