Searched refs:intents (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/graphics/composer/2.3/utils/vts/ |
D | ComposerVts.cpp | 86 std::vector<RenderIntent> intents; in getRenderIntents_2_3() local 89 intents = tmpIntents; in getRenderIntents_2_3() 91 return intents; in getRenderIntents_2_3()
|
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
D | HwcHal.h | 187 std::vector<RenderIntent> intents(count); in getRenderIntents() 190 reinterpret_cast<std::underlying_type<RenderIntent>::type*>(intents.data())); in getRenderIntents() 194 intents.resize(count); in getRenderIntents() 196 *outIntents = std::move(intents); in getRenderIntents()
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 607 std::vector<RenderIntent> intents = in TEST_F() local 623 auto iter = std::find(intents.cbegin(), intents.cend(), requiredIntent); in TEST_F() 624 EXPECT_NE(intents.cend(), iter); in TEST_F() 661 std::vector<RenderIntent> intents = in TEST_F() local 663 for (auto intent : intents) { in TEST_F()
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 339 std::vector<RenderIntent> intents = in TEST_F() local 355 auto iter = std::find(intents.cbegin(), intents.cend(), requiredIntent); in TEST_F() 356 EXPECT_NE(intents.cend(), iter); in TEST_F() 415 std::vector<RenderIntent> intents = in TEST_F() local 417 for (auto intent : intents) { in TEST_F()
|
/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 | 159 std::vector<RenderIntent> intents; in getRenderIntents() local 162 intents = tmpIntents; in getRenderIntents() 164 return intents; in getRenderIntents()
|
/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/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 132 * different capture intents).
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 245 * RenderIntent overrides the render intents defined for individual color
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 1209 * Two common intents are described below.
|