Searched refs:devOptRepaintFlash (Results 1 – 5 of 5) sorted by relevance
111 MOCK_METHOD1(devOptRepaintFlash, void(const compositionengine::CompositionRefreshArgs&));
298 virtual void devOptRepaintFlash(const CompositionRefreshArgs&) = 0;
100 void devOptRepaintFlash(const CompositionRefreshArgs&) override;
455 devOptRepaintFlash(refreshArgs); in present()1142 void Output::devOptRepaintFlash(const compositionengine::CompositionRefreshArgs& refreshArgs) { in devOptRepaintFlash() function in android::compositionengine::impl::Output
2024 MOCK_METHOD1(devOptRepaintFlash, void(const compositionengine::CompositionRefreshArgs&));2046 EXPECT_CALL(mOutput, devOptRepaintFlash(Ref(args))); in TEST_F()2066 EXPECT_CALL(mOutput, devOptRepaintFlash(Ref(args))); in TEST_F()2999 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()3010 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()3022 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()3038 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()