Searched refs:updateColorProfile (Results 1 – 5 of 5) sorted by relevance
90 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));
265 virtual void updateColorProfile(const CompositionRefreshArgs&) = 0;
81 void updateColorProfile(const compositionengine::CompositionRefreshArgs&) override;
311 updateColorProfile(refreshArgs); in present()613 void Output::updateColorProfile(const compositionengine::CompositionRefreshArgs& refreshArgs) { in updateColorProfile() function in android::compositionengine::impl::Output
1545 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));1563 EXPECT_CALL(mOutput, updateColorProfile(Ref(args))); in TEST_F()1613 void execute() { getInstance()->mOutput.updateColorProfile(getInstance()->mRefreshArgs); } in execute()1643 mOutput.updateColorProfile(mRefreshArgs); in TEST_F()