Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DGraphicsComposerCallback.h55 Return<void> onSeamlessPossible(Display display) override;
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerClient.h96 void onSeamlessPossible(Display display) override { in onSeamlessPossible() function
97 auto ret = mCallback->onSeamlessPossible(display); in onSeamlessPossible()
DComposerHal.h52 virtual void onSeamlessPossible(Display display) = 0;
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DGraphicsComposerCallback.cpp137 Return<void> GraphicsComposerCallback::onSeamlessPossible(Display) { in onSeamlessPossible() function in android::hardware::graphics::composer::V2_4::vts::GraphicsComposerCallback
/hardware/interfaces/graphics/composer/2.4/
DIComposerCallback.hal54 oneway onSeamlessPossible(Display display);
DIComposerClient.hal258 * the vsync period seamlessly, onSeamlessPossible callback
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h370 hal->mEventCallback_2_4->onSeamlessPossible(display); in seamlessPossibleHook()