Searched refs:DeviceHook (Results 1 – 2 of 2) sorted by relevance
/external/drm_hwcomposer/ |
D | drmhwctwo.cpp | 860 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()
|
D | drmhwctwo.h | 226 static T DeviceHook(hwc2_device_t *dev, Args... args) { in DeviceHook() function
|