Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp60 MOCK_METHOD2(onSeamlessPossible, void(int32_t sequenceId, hal::HWDisplayId display));
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h384 hardware::Return<void> onSeamlessPossible(Hwc2::Display display) override;
Dhardware_composer.cpp1218 Return<void> HardwareComposer::ComposerCallback::onSeamlessPossible( in onSeamlessPossible() function in android::dvr::HardwareComposer::ComposerCallback
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp127 android::hardware::Return<void> onSeamlessPossible(hal::HWDisplayId display) override { in onSeamlessPossible() function in __anon8c0bdc220111::ComposerCallbackBridge
128 mCallback->onSeamlessPossible(mSequenceId, display); in onSeamlessPossible()
DHWC2.h74 virtual void onSeamlessPossible(int32_t sequenceId, hal::HWDisplayId display) = 0;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h528 void onSeamlessPossible(int32_t sequenceId, hal::HWDisplayId display) override;
DSurfaceFlinger.cpp1668 void SurfaceFlinger::onSeamlessPossible(int32_t /*sequenceId*/, hal::HWDisplayId /*display*/) { in onSeamlessPossible() function in android::SurfaceFlinger