Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmhwctwo.cpp860 DeviceHook<int32_t, decltype(&DrmHwcTwo::CreateVirtualDisplay), in HookDevGetFunction()
865 DeviceHook<int32_t, decltype(&DrmHwcTwo::DestroyVirtualDisplay), in HookDevGetFunction()
869 DeviceHook<void, decltype(&DrmHwcTwo::Dump), &DrmHwcTwo::Dump, in HookDevGetFunction()
873 DeviceHook<uint32_t, decltype(&DrmHwcTwo::GetMaxVirtualDisplayCount), in HookDevGetFunction()
877 DeviceHook<int32_t, decltype(&DrmHwcTwo::RegisterCallback), in HookDevGetFunction()
Ddrmhwctwo.h226 static T DeviceHook(hwc2_device_t *dev, Args... args) { in DeviceHook() function