Home
last modified time | relevance | path

Searched refs:hwc2_function_pointer_t (Results 1 – 25 of 39) sorted by relevance

12

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp237 hwc2_function_pointer_t pointer) { in Hwc2ImplRegisterCallback()
812 hwc2_function_pointer_t Hwc2GetFunction(struct hwc2_device* /*device*/, in Hwc2GetFunction()
816 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction()
819 return reinterpret_cast<hwc2_function_pointer_t>(Hwc2ImplCreateLayer); in Hwc2GetFunction()
821 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction()
824 return reinterpret_cast<hwc2_function_pointer_t>(Hwc2ImplDestroyLayer); in Hwc2GetFunction()
826 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction()
829 return reinterpret_cast<hwc2_function_pointer_t>(Hwc2ImplDump); in Hwc2GetFunction()
831 return reinterpret_cast<hwc2_function_pointer_t>(Hwc2ImplGetActiveConfig); in Hwc2GetFunction()
833 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction()
[all …]
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
Dhwc_callbacks.cpp62 hwc2_function_pointer_t pointer) { in Register()
Dhwc_session.h145 hwc2_function_pointer_t pointer);
166 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp57 hwc2_function_pointer_t exynos_function_pointer[] =
60 …reinterpret_cast<hwc2_function_pointer_t>(exynos_acceptDisplayChanges), //HWC2_FUNCTION_ACC…
61 …reinterpret_cast<hwc2_function_pointer_t>(exynos_createLayer), //HWC2_FUNCTION_CRE…
62 …reinterpret_cast<hwc2_function_pointer_t>(exynos_createVirtualDisplay), //HWC2_FUNCTION_CRE…
63 …reinterpret_cast<hwc2_function_pointer_t>(exynos_destroyLayer), //HWC2_FUNCTION_DES…
64 …reinterpret_cast<hwc2_function_pointer_t>(exynos_destroyVirtualDisplay), //HWC2_FUNCTION_DES…
65 …reinterpret_cast<hwc2_function_pointer_t>(exynos_dump), //HWC2_FUNCTION_DUMP
66 …reinterpret_cast<hwc2_function_pointer_t>(exynos_getActiveConfig), //HWC2_FUNCTION_GET…
67 …reinterpret_cast<hwc2_function_pointer_t>(exynos_getChangedCompositionTypes), //HWC2_FUNCTION_GET…
68 …reinterpret_cast<hwc2_function_pointer_t>(exynos_getClientTargetSupport), //HWC2_FUNCTION_GET…
[all …]
DExynosHWC.h57 hwc2_function_pointer_t exynos_getFunction(struct hwc2_device* device, int32_t descriptor);
90 hwc2_callback_data_t callbackData, hwc2_function_pointer_t pointer);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
Dhwc_callbacks.cpp56 hwc2_function_pointer_t pointer) { in Register()
Dhwc_session.h100 hwc2_function_pointer_t pointer);
124 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_callbacks.h47 hwc2_function_pointer_t pointer);
Dhwc_callbacks.cpp62 hwc2_function_pointer_t pointer) { in Register()
Dhwc_session.h134 hwc2_function_pointer_t pointer);
156 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_callbacks.h49 hwc2_function_pointer_t pointer);
Dhwc_callbacks.cpp60 hwc2_function_pointer_t pointer) { in Register()
Dhwc_session.h101 hwc2_function_pointer_t pointer);
123 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h58 reinterpret_cast<hwc2_function_pointer_t>(hotplugHook)); in registerEventCallback_2_4()
61 reinterpret_cast<hwc2_function_pointer_t>(refreshHook)); in registerEventCallback_2_4()
64 reinterpret_cast<hwc2_function_pointer_t>(vsync_2_4_Hook)); in registerEventCallback_2_4()
67 reinterpret_cast<hwc2_function_pointer_t>(vsyncPeriodTimingChangedHook)); in registerEventCallback_2_4()
70 reinterpret_cast<hwc2_function_pointer_t>(seamlessPossibleHook)); in registerEventCallback_2_4()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h71 hwc2_function_pointer_t funcPointer;
281 … int32_t descriptor, hwc2_callback_data_t callbackData, hwc2_function_pointer_t point);
339 hwc2_function_pointer_t point);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_callbacks.h62 hwc2_function_pointer_t pointer);
Dhwc_callbacks.cpp89 hwc2_function_pointer_t pointer) { in Register()
/hardware/qcom/sm7250/display/composer/
Dhwc_callbacks.h62 hwc2_function_pointer_t pointer);
Dhwc_callbacks.cpp123 hwc2_function_pointer_t pointer) { in Register()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h76 hwc2_function_pointer_t doGetFunction(HWC2::FunctionDescriptor descriptor);
77 static hwc2_function_pointer_t getFunctionHook(hwc2_device_t* device, in getFunctionHook()
117 hwc2_callback_data_t callbackData, hwc2_function_pointer_t pointer);
120 hwc2_function_pointer_t pointer) { in registerCallbackHook()
716 hwc2_function_pointer_t pointer;
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h68 hwc2_function_pointer_t doGetFunction(HWC2::FunctionDescriptor descriptor);
69 static hwc2_function_pointer_t getFunctionHook(hwc2_device_t* device, in getFunctionHook()
109 hwc2_callback_data_t callbackData, hwc2_function_pointer_t pointer);
112 hwc2_function_pointer_t pointer) { in registerCallbackHook()
679 hwc2_function_pointer_t pointer;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp198 reinterpret_cast<hwc2_function_pointer_t>(hook::hotplug)); in registerEventCallback()
200 reinterpret_cast<hwc2_function_pointer_t>(hook::refresh)); in registerEventCallback()
202 reinterpret_cast<hwc2_function_pointer_t>(hook::vsync)); in registerEventCallback()
204 reinterpret_cast<hwc2_function_pointer_t>(hook::vsyncPeriodTimingChanged)); in registerEventCallback()
206 reinterpret_cast<hwc2_function_pointer_t>(hook::seamlessPossible)); in registerEventCallback()
210 reinterpret_cast<hwc2_function_pointer_t>(hook::vsyncIdle)); in registerEventCallback()
212 reinterpret_cast<hwc2_function_pointer_t>( in registerEventCallback()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp52 hwc2_callback_data_t callbackData, hwc2_function_pointer_t pointer) { in registerCallbackHook()
519 static hwc2_function_pointer_t asFP(T function) { in asFP()
521 return reinterpret_cast<hwc2_function_pointer_t>(function); in asFP()
524 hwc2_function_pointer_t getFunctionHook(hwc2_device_t* /*device*/, int32_t descriptor) { in getFunctionHook()

12