Home
last modified time | relevance | path

Searched refs:intents (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp79 std::vector<RenderIntent> intents; in getRenderIntents_2_3() local
82 intents = tmpIntents; in getRenderIntents_2_3()
84 return intents; in getRenderIntents_2_3()
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h195 std::vector<RenderIntent> intents(count); in getRenderIntents()
198 reinterpret_cast<std::underlying_type<RenderIntent>::type*>(intents.data())); in getRenderIntents()
202 intents.resize(count); in getRenderIntents()
204 *outIntents = std::move(intents); in getRenderIntents()
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerClient.h135 std::vector<RenderIntent> intents; in getRenderIntents() local
136 Error err = mHal->getRenderIntents(display, mode, &intents); in getRenderIntents()
137 hidl_cb(err, intents); in getRenderIntents()
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h55 std::vector<RenderIntent> intents; in getRenderIntents_2_3() local
56 Error err = mHal->getRenderIntents_2_3(display, mode, &intents); in getRenderIntents_2_3()
57 hidl_cb(err, intents); in getRenderIntents_2_3()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp158 std::vector<RenderIntent> intents; in getRenderIntents() local
161 intents = tmpIntents; in getRenderIntents()
163 return intents; in getRenderIntents()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp591 std::vector<RenderIntent> intents = in TEST_P() local
607 auto iter = std::find(intents.cbegin(), intents.cend(), requiredIntent); in TEST_P()
608 EXPECT_NE(intents.cend(), iter); in TEST_P()
645 std::vector<RenderIntent> intents = in TEST_P() local
647 for (auto intent : intents) { in TEST_P()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp332 std::vector<RenderIntent> intents = in TEST_P() local
348 auto iter = std::find(intents.cbegin(), intents.cend(), requiredIntent); in TEST_P()
349 EXPECT_NE(intents.cend(), iter); in TEST_P()
408 std::vector<RenderIntent> intents = in TEST_P() local
410 for (auto intent : intents) { in TEST_P()
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal355 * Returns the render intents supported by the specified display and color
366 * @return intents is an array of render intents.
370 vec<RenderIntent> intents);
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal399 * Returns the render intents supported by the specified display and color
410 * @return intents is an array of render intents.
414 vec<RenderIntent> intents);
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal245 * RenderIntent overrides the render intents defined for individual color
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal136 * different capture intents).
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal1209 * Two common intents are described below.