Home
last modified time | relevance | path

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

/hardware/interfaces/light/utils/
Dmain.cpp48 service->getSupportedTypes([&](const hidl_vec<Type>& types) { in main()
/hardware/google/interfaces/light/1.0/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/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp99 ASSERT_OK(light->getSupportedTypes([this](const hidl_vec<Type> &types) { in SetUp()
/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/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h80 hidl_vec<Hdr> types; in getHdrCapabilities_2_3() local
/hardware/interfaces/thermal/2.0/vts/functional/
DVtsHalThermalV2_0TargetTest.cpp199 auto types = hidl_enum_range<TemperatureType>(); in TEST_F() local
/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp124 std::vector<Hdr> types; in getHdrCapabilities_2_3() 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.cpp241 std::vector<Hdr> types; in getHdrCapabilities() local
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp397 hidl_vec<Type> types = {type2}; in TEST_F() 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()