Searched refs:devOptRepaintFlash (Results 1 – 5 of 5) sorted by relevance
114 MOCK_METHOD1(devOptRepaintFlash, void(const compositionengine::CompositionRefreshArgs&));
307 virtual void devOptRepaintFlash(const CompositionRefreshArgs&) = 0;
104 void devOptRepaintFlash(const CompositionRefreshArgs&) override;
2041 MOCK_METHOD1(devOptRepaintFlash, void(const compositionengine::CompositionRefreshArgs&));2073 EXPECT_CALL(mOutput, devOptRepaintFlash(Ref(args))); in TEST_F()2094 EXPECT_CALL(mOutput, devOptRepaintFlash(Ref(args))); in TEST_F()2971 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()2983 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()2996 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()3013 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()5497 MOCK_METHOD1(devOptRepaintFlash, void(const compositionengine::CompositionRefreshArgs&));
481 devOptRepaintFlash(refreshArgs); in present()1218 void Output::devOptRepaintFlash(const compositionengine::CompositionRefreshArgs& refreshArgs) { in devOptRepaintFlash() function in android::compositionengine::impl::Output