Searched refs:onSeamlessPossible (Results 1 – 7 of 7) sorted by relevance
60 MOCK_METHOD2(onSeamlessPossible, void(int32_t sequenceId, hal::HWDisplayId display));
384 hardware::Return<void> onSeamlessPossible(Hwc2::Display display) override;
1218 Return<void> HardwareComposer::ComposerCallback::onSeamlessPossible( in onSeamlessPossible() function in android::dvr::HardwareComposer::ComposerCallback
127 android::hardware::Return<void> onSeamlessPossible(hal::HWDisplayId display) override { in onSeamlessPossible() function in __anon8c0bdc220111::ComposerCallbackBridge128 mCallback->onSeamlessPossible(mSequenceId, display); in onSeamlessPossible()
74 virtual void onSeamlessPossible(int32_t sequenceId, hal::HWDisplayId display) = 0;
528 void onSeamlessPossible(int32_t sequenceId, hal::HWDisplayId display) override;
1668 void SurfaceFlinger::onSeamlessPossible(int32_t /*sequenceId*/, hal::HWDisplayId /*display*/) { in onSeamlessPossible() function in android::SurfaceFlinger