Home
last modified time | relevance | path

Searched refs:GetMaxVirtualDisplayCount (Results 1 – 4 of 4) sorted by relevance

/external/drm_hwcomposer/hwc2_device/
DDrmHwcTwo.h46 uint32_t GetMaxVirtualDisplayCount();
Dhwc2_device.cpp132 case HWC2::FunctionDescriptor::GetMaxVirtualDisplayCount: in HookDevGetFunction()
134 DeviceHook<uint32_t, decltype(&DrmHwcTwo::GetMaxVirtualDisplayCount), in HookDevGetFunction()
135 &DrmHwcTwo::GetMaxVirtualDisplayCount>); in HookDevGetFunction()
DDrmHwcTwo.cpp165 uint32_t DrmHwcTwo::GetMaxVirtualDisplayCount() { in GetMaxVirtualDisplayCount() function in android::DrmHwcTwo
/external/drm_hwcomposer/.ci/android_headers/hardware/
Dhwcomposer2.h905 GetMaxVirtualDisplayCount = HWC2_FUNCTION_GET_MAX_VIRTUAL_DISPLAY_COUNT, enumerator