Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmhwctwo.cpp1152 DeviceHook<int32_t, decltype(&DrmHwcTwo::CreateVirtualDisplay), in HookDevGetFunction()
1157 DeviceHook<int32_t, decltype(&DrmHwcTwo::DestroyVirtualDisplay), in HookDevGetFunction()
1161 DeviceHook<void, decltype(&DrmHwcTwo::Dump), &DrmHwcTwo::Dump, in HookDevGetFunction()
1165 DeviceHook<uint32_t, decltype(&DrmHwcTwo::GetMaxVirtualDisplayCount), in HookDevGetFunction()
1169 DeviceHook<int32_t, decltype(&DrmHwcTwo::RegisterCallback), in HookDevGetFunction()
/external/drm_hwcomposer/include/
Ddrmhwctwo.h276 static T DeviceHook(hwc2_device_t *dev, Args... args) { in DeviceHook() function