/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwcomposer.cpp | 816 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 821 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 826 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 833 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 836 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 841 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 844 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 849 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 856 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() 859 return reinterpret_cast<hwc2_function_pointer_t>( in Hwc2GetFunction() [all …]
|
H A D | hwc_callbacks.h | 47 hwc2_function_pointer_t pointer);
|
H A D | hwc_callbacks.cpp | 62 hwc2_function_pointer_t pointer) { in Register()
|
H A D | hwc_session.h | 145 hwc2_function_pointer_t pointer); 166 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
|
/aosp12/hardware/google/graphics/common/libhwc2.1/ |
H A D | ExynosHWC.cpp | 57 hwc2_function_pointer_t exynos_function_pointer[] = 61 …reinterpret_cast<hwc2_function_pointer_t>(exynos_createLayer), //HWC2_FUNCTION_CRE… 63 …reinterpret_cast<hwc2_function_pointer_t>(exynos_destroyLayer), //HWC2_FUNCTION_DES… 65 …reinterpret_cast<hwc2_function_pointer_t>(exynos_dump), //HWC2_FUNCTION_DUMP 69 …reinterpret_cast<hwc2_function_pointer_t>(exynos_getColorModes), //HWC2_FUNCTION_GET… 72 …reinterpret_cast<hwc2_function_pointer_t>(exynos_getDisplayName), //HWC2_FUNCTION_GET… 79 …reinterpret_cast<hwc2_function_pointer_t>(exynos_presentDisplay), //HWC2_FUNCTION_PRE… 83 …reinterpret_cast<hwc2_function_pointer_t>(exynos_setColorMode), //HWC2_FUNCTION_SET… 100 …reinterpret_cast<hwc2_function_pointer_t>(exynos_setPowerMode), //HWC2_FUNCTION_SET… 175 hwc2_function_pointer_t exynos_getFunction(struct hwc2_device *dev, in exynos_getFunction() [all …]
|
H A D | ExynosHWC.h | 60 hwc2_function_pointer_t exynos_getFunction(struct hwc2_device* device, int32_t descriptor); 93 hwc2_callback_data_t callbackData, hwc2_function_pointer_t pointer);
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
H A D | HwcHal.h | 58 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()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosDevice.h | 66 hwc2_function_pointer_t funcPointer; 274 … int32_t descriptor, hwc2_callback_data_t callbackData, hwc2_function_pointer_t point);
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
H A D | HWC2On1Adapter.h | 76 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;
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
H A D | hwc_callbacks.h | 47 hwc2_function_pointer_t pointer);
|
H A D | hwc_callbacks.cpp | 56 hwc2_function_pointer_t pointer) { in Register()
|
H A D | hwc_session.h | 100 hwc2_function_pointer_t pointer); 124 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_callbacks.h | 47 hwc2_function_pointer_t pointer);
|
H A D | hwc_callbacks.cpp | 62 hwc2_function_pointer_t pointer) { in Register()
|
H A D | hwc_session.h | 134 hwc2_function_pointer_t pointer); 156 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_callbacks.h | 49 hwc2_function_pointer_t pointer);
|
H A D | hwc_callbacks.cpp | 60 hwc2_function_pointer_t pointer) { in Register()
|
H A D | hwc_session.h | 101 hwc2_function_pointer_t pointer); 123 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_callbacks.h | 49 hwc2_function_pointer_t pointer);
|
H A D | hwc_callbacks.cpp | 66 hwc2_function_pointer_t pointer) { in Register()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | HWC2On1Adapter.h | 68 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;
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_callbacks.h | 62 hwc2_function_pointer_t pointer);
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_callbacks.h | 62 hwc2_function_pointer_t pointer);
|
H A D | hwc_callbacks.cpp | 89 hwc2_function_pointer_t pointer) { in Register()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
H A D | HWC2OnFbAdapter.cpp | 52 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()
|