Home
last modified time | relevance | path

Searched defs:types (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/light/utils/
Dmain.cpp88 hal->getSupportedTypes([&](const hidl_vec<V2_0::Type>& types) { in setToColorHidl()
/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp86 ASSERT_OK(light->getSupportedTypes([this](const hidl_vec<Type> &types) { in SetUp()
/hardware/google/interfaces/light/1.0/default/
DLight.cpp78 std::vector<Type> types(mLights.size()); in getSupportedTypes() local
/hardware/google/interfaces/light/1.1/default/
DLight.cpp78 std::vector<Type> types(mLights.size()); in getSupportedTypes() local
/hardware/interfaces/light/2.0/default/
DLight.cpp80 Type *types = new Type[mLights.size()]; in getSupportedTypes() local
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp42 auto types = hidl_enum_range<T>(); in getTypeFromString() local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.cpp225 const std::vector<int> types = {REPORT_TYPE_FEATURE, REPORT_TYPE_INPUT, REPORT_TYPE_OUTPUT}; in convertGroupToPacket() local
/hardware/interfaces/thermal/2.0/vts/functional/
DVtsHalThermalV2_0TargetTest.cpp185 auto types = hidl_enum_range<TemperatureType>(); in TEST_P() local
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h80 hidl_vec<Hdr> types; in getHdrCapabilities_2_3() local
/hardware/google/camera/common/hal/tests/
Dcamera_device_session_tests.cc255 std::vector<RequestTemplate> types = { in TEST_F() local
/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp117 std::vector<Hdr> types; in getHdrCapabilities_2_3() local
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TestConfigurations.h210 vector<FrontendStatusType> types; in initFrontendConfig() local
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h246 hidl_vec<Hdr> types; in getHdrCapabilities() local
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h230 std::map<DRMPlaneType, DRMPlaneTypeInfo> types; member
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp234 std::vector<Hdr> types; in getHdrCapabilities() local
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp397 hidl_vec<Type> types = {type2}; in TEST_P() local
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp595 const auto types = {ContentType::NONE, ContentType::GRAPHICS, ContentType::PHOTO, in TEST_P() local
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h172 const std::vector<IComposerClient::Composition>& types) { in setChangedCompositionTypes()
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp575 …hidl_vec<ScriptKernelID>& dstK, const hidl_vec<ScriptFieldID>& dstF, const hidl_vec<Type>& types) { in scriptGroupCreate()