Home
last modified time | relevance | path

Searched refs:updateColorProfile (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt91 updateColorProfile(batteryState.hasForegroundContent(), batteryState.color, value)
123 updateColorProfile(new.hasForegroundContent(), new.color, colors) in handleUpdateState()
127 private fun updateColorProfile( in updateColorProfile() method
/frameworks/native/services/surfaceflinger/
DScreenCaptureOutput.h56 void updateColorProfile(const compositionengine::CompositionRefreshArgs&) override;
DScreenCaptureOutput.cpp74 void ScreenCaptureOutput::updateColorProfile(const compositionengine::CompositionRefreshArgs&) { in updateColorProfile() function in android::ScreenCaptureOutput
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h101 MOCK_METHOD1(updateColorProfile, void(const compositionengine::CompositionRefreshArgs&));
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h297 virtual void updateColorProfile(const CompositionRefreshArgs&) = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h98 void updateColorProfile(const compositionengine::CompositionRefreshArgs&) override;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp460 updateColorProfile(refreshArgs); in present()
939 void Output::updateColorProfile(const compositionengine::CompositionRefreshArgs& refreshArgs) { in updateColorProfile() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp2006 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&));