Searched refs:onSeamlessPossible (Results 1 – 7 of 7) sorted by relevance
55 Return<void> onSeamlessPossible(Display display) override;
96 void onSeamlessPossible(Display display) override { in onSeamlessPossible() function97 auto ret = mCallback->onSeamlessPossible(display); in onSeamlessPossible()
52 virtual void onSeamlessPossible(Display display) = 0;
137 Return<void> GraphicsComposerCallback::onSeamlessPossible(Display) { in onSeamlessPossible() function in android::hardware::graphics::composer::V2_4::vts::GraphicsComposerCallback
54 oneway onSeamlessPossible(Display display);
258 * the vsync period seamlessly, onSeamlessPossible callback
370 hal->mEventCallback_2_4->onSeamlessPossible(display); in seamlessPossibleHook()