Searched refs:intents (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/graphics/composer/2.3/utils/vts/ |
D | ComposerVts.cpp | 79 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/ |
D | HwcHal.h | 195 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/ |
D | ComposerClient.h | 135 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/ |
D | ComposerClient.h | 55 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/ |
D | ComposerVts.cpp | 158 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/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 591 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/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 332 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/ |
D | IComposerClient.hal | 355 * 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/ |
D | IComposerClient.hal | 399 * 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/ |
D | types.hal | 245 * RenderIntent overrides the render intents defined for individual color
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 136 * different capture intents).
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 1209 * Two common intents are described below.
|