Searched refs:devOptRepaintFlash (Results 1 – 5 of 5) sorted by relevance
101 MOCK_METHOD1(devOptRepaintFlash, void(const compositionengine::CompositionRefreshArgs&));
284 virtual void devOptRepaintFlash(const CompositionRefreshArgs&) = 0;
91 void devOptRepaintFlash(const CompositionRefreshArgs&) override;
434 devOptRepaintFlash(refreshArgs); in present()951 void Output::devOptRepaintFlash(const compositionengine::CompositionRefreshArgs& refreshArgs) { in devOptRepaintFlash() function in android::compositionengine::impl::Output
1767 MOCK_METHOD1(devOptRepaintFlash, void(const compositionengine::CompositionRefreshArgs&));1787 EXPECT_CALL(mOutput, devOptRepaintFlash(Ref(args))); in TEST_F()2717 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()2729 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()2742 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()2757 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()