Searched refs:setDisplayColorProfile (Results 1 – 6 of 6) sorted by relevance
61 MOCK_METHOD1(setDisplayColorProfile,
43 output->setDisplayColorProfile(std::make_unique<compositionengine::impl::DisplayColorProfile>( in createScreenCaptureOutput()
284 virtual void setDisplayColorProfile(std::unique_ptr<DisplayColorProfile>) = 0;
68 void setDisplayColorProfile(std::unique_ptr<compositionengine::DisplayColorProfile>) override;
144 setDisplayColorProfile(compositionengine::impl::createDisplayColorProfile(args)); in createDisplayColorProfile()
347 void Output::setDisplayColorProfile(std::unique_ptr<compositionengine::DisplayColorProfile> mode) { in setDisplayColorProfile() function in android::compositionengine::impl::Output