Searched refs:updateColorProfile (Results 1 – 5 of 5) sorted by relevance
95 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));
284 virtual void updateColorProfile(const CompositionRefreshArgs&) = 0;
89 void updateColorProfile(const compositionengine::CompositionRefreshArgs&) override;
433 updateColorProfile(refreshArgs); in present()802 void Output::updateColorProfile(const compositionengine::CompositionRefreshArgs& refreshArgs) { in updateColorProfile() function in android::compositionengine::impl::Output
1759 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));1780 EXPECT_CALL(mOutput, updateColorProfile(Ref(args))); in TEST_F()1833 void execute() { getInstance()->mOutput.updateColorProfile(getInstance()->mRefreshArgs); } in execute()1863 mOutput.updateColorProfile(mRefreshArgs); in TEST_F()