Searched refs:updateColorProfile (Results 1 – 8 of 8) sorted by relevance
91 updateColorProfile(batteryState.hasForegroundContent(), batteryState.color, value)123 updateColorProfile(new.hasForegroundContent(), new.color, colors) in handleUpdateState()127 private fun updateColorProfile( in updateColorProfile() method
56 void updateColorProfile(const compositionengine::CompositionRefreshArgs&) override;
74 void ScreenCaptureOutput::updateColorProfile(const compositionengine::CompositionRefreshArgs&) { in updateColorProfile() function in android::ScreenCaptureOutput
101 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));
297 virtual void updateColorProfile(const CompositionRefreshArgs&) = 0;
98 void updateColorProfile(const compositionengine::CompositionRefreshArgs&) override;
460 updateColorProfile(refreshArgs); in present()939 void Output::updateColorProfile(const compositionengine::CompositionRefreshArgs& refreshArgs) { in updateColorProfile() function in android::compositionengine::impl::Output
2006 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));2038 EXPECT_CALL(mOutput, updateColorProfile(Ref(args))); in TEST_F()2059 EXPECT_CALL(mOutput, updateColorProfile(Ref(args))); in TEST_F()2115 void execute() { getInstance()->mOutput.updateColorProfile(getInstance()->mRefreshArgs); } in execute()2144 mOutput.updateColorProfile(mRefreshArgs); in TEST_F()5468 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));