Home
last modified time | relevance | path

Searched refs:onSeamlessPossible (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
H A DGraphicsComposerCallback.h55 Return<void> onSeamlessPossible(Display display) override;
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerClient.h96 void onSeamlessPossible(Display display) override { in onSeamlessPossible() function
97 auto ret = mCallback->onSeamlessPossible(display); in onSeamlessPossible()
H A DComposerHal.h52 virtual void onSeamlessPossible(Display display) = 0;
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/
H A DGraphicsComposerCallback.cpp137 Return<void> GraphicsComposerCallback::onSeamlessPossible(Display) { in onSeamlessPossible() function in android::hardware::graphics::composer::V2_4::vts::GraphicsComposerCallback
/aosp12/hardware/interfaces/graphics/composer/2.4/
H A DIComposerCallback.hal54 oneway onSeamlessPossible(Display display);
H A DIComposerClient.hal258 * the vsync period seamlessly, onSeamlessPossible callback
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h384 hardware::Return<void> onSeamlessPossible(Hwc2::Display display) override;
H A Dhardware_composer.cpp1185 Return<void> HardwareComposer::ComposerCallback::onSeamlessPossible( in onSeamlessPossible() function in android::dvr::HardwareComposer::ComposerCallback
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A DHwcHal.h370 hal->mEventCallback_2_4->onSeamlessPossible(display); in seamlessPossibleHook()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h228 static void onSeamlessPossible(hwc2_callback_data_t callbackData, hwc2_display_t display);
H A DQtiComposerClient.cpp183 void QtiComposerClient::onSeamlessPossible(hwc2_callback_data_t callbackData, in onSeamlessPossible() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
186 auto ret = client->callback24_->onSeamlessPossible(display); in onSeamlessPossible()
270 reinterpret_cast<hwc2_function_pointer_t>(onSeamlessPossible)); in enableCallback()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp123 Return<void> onSeamlessPossible(hal::HWDisplayId display) override { in onSeamlessPossible() function in android::__anon6d820a0e0110::ComposerCallbackBridge