Home
last modified time | relevance | path

Searched refs:DeviceHook (Results 1 – 2 of 2) sorted by relevance

/external/drm_hwcomposer/
DDrmHwcTwo.cpp1172 DeviceHook<int32_t, decltype(&DrmHwcTwo::CreateVirtualDisplay), in HookDevGetFunction()
1177 DeviceHook<int32_t, decltype(&DrmHwcTwo::DestroyVirtualDisplay), in HookDevGetFunction()
1181 DeviceHook<void, decltype(&DrmHwcTwo::Dump), &DrmHwcTwo::Dump, in HookDevGetFunction()
1185 DeviceHook<uint32_t, decltype(&DrmHwcTwo::GetMaxVirtualDisplayCount), in HookDevGetFunction()
1189 DeviceHook<int32_t, decltype(&DrmHwcTwo::RegisterCallback), in HookDevGetFunction()
DDrmHwcTwo.h371 static T DeviceHook(hwc2_device_t *dev, Args... args) { in DeviceHook() function