Home
last modified time | relevance | path

Searched refs:onComposerHalSeamlessPossible (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp67 MOCK_METHOD1(onComposerHalSeamlessPossible, void(hal::HWDisplayId));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h68 virtual void onComposerHalSeamlessPossible(hal::HWDisplayId) = 0;
DHWComposer.cpp124 mCallback->onComposerHalSeamlessPossible(display); in onSeamlessPossible()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h737 void onComposerHalSeamlessPossible(hal::HWDisplayId) override;
DSurfaceFlinger.cpp1800 void SurfaceFlinger::onComposerHalSeamlessPossible(hal::HWDisplayId) { in onComposerHalSeamlessPossible() function in android::SurfaceFlinger