Loading graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/HwcHal.h +0 −4 Original line number Diff line number Diff line Loading @@ -58,9 +58,6 @@ class HwcHalImpl : public V2_3::passthrough::detail::HwcHalImpl<Hal> { BaseType2_1::mDispatch.registerCallback( mDevice, HWC2_CALLBACK_REFRESH, this, reinterpret_cast<hwc2_function_pointer_t>(refreshHook)); BaseType2_1::mDispatch.registerCallback( mDevice, HWC2_CALLBACK_VSYNC, this, reinterpret_cast<hwc2_function_pointer_t>(vsyncHook)); BaseType2_1::mDispatch.registerCallback( mDevice, HWC2_CALLBACK_VSYNC_2_4, this, reinterpret_cast<hwc2_function_pointer_t>(vsync_2_4_Hook)); Loading @@ -80,7 +77,6 @@ class HwcHalImpl : public V2_3::passthrough::detail::HwcHalImpl<Hal> { // which is likely incorrect BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_HOTPLUG, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_REFRESH, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC_2_4, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC_PERIOD_TIMING_CHANGED, this, nullptr); Loading Loading
graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/HwcHal.h +0 −4 Original line number Diff line number Diff line Loading @@ -58,9 +58,6 @@ class HwcHalImpl : public V2_3::passthrough::detail::HwcHalImpl<Hal> { BaseType2_1::mDispatch.registerCallback( mDevice, HWC2_CALLBACK_REFRESH, this, reinterpret_cast<hwc2_function_pointer_t>(refreshHook)); BaseType2_1::mDispatch.registerCallback( mDevice, HWC2_CALLBACK_VSYNC, this, reinterpret_cast<hwc2_function_pointer_t>(vsyncHook)); BaseType2_1::mDispatch.registerCallback( mDevice, HWC2_CALLBACK_VSYNC_2_4, this, reinterpret_cast<hwc2_function_pointer_t>(vsync_2_4_Hook)); Loading @@ -80,7 +77,6 @@ class HwcHalImpl : public V2_3::passthrough::detail::HwcHalImpl<Hal> { // which is likely incorrect BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_HOTPLUG, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_REFRESH, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC_2_4, this, nullptr); BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC_PERIOD_TIMING_CHANGED, this, nullptr); Loading