Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 180) sorted by relevance

12345678

/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/java/
DEnumForVehicleProperty.java27 import java.util.List;
32 public static final Map<Integer, List<Class<?>>> values = Map.ofEntries(
33 Map.entry(VehicleProperty.INFO_FUEL_TYPE, List.of(FuelType.class)),
34 Map.entry(VehicleProperty.INFO_EV_CONNECTOR_TYPE, List.of(EvConnectorType.class)),
35 Map.entry(VehicleProperty.INFO_FUEL_DOOR_LOCATION, List.of(PortLocationType.class)),
36 Map.entry(VehicleProperty.INFO_EV_PORT_LOCATION, List.of(PortLocationType.class)),
37 Map.entry(VehicleProperty.INFO_DRIVER_SEAT, List.of(VehicleAreaSeat.class)),
38 Map.entry(VehicleProperty.INFO_MULTI_EV_PORT_LOCATIONS, List.of(PortLocationType.class)),
39 Map.entry(VehicleProperty.ENGINE_OIL_LEVEL, List.of(VehicleOilLevel.class)),
40 Map.entry(VehicleProperty.IMPACT_DETECTED, List.of(ImpactSensorLocation.class)),
[all …]
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/java/
DEnumForVehicleProperty.java27 import java.util.List;
32 public static final Map<Integer, List<Class<?>>> values = Map.ofEntries(
33 Map.entry(VehicleProperty.INFO_FUEL_TYPE, List.of(FuelType.class)),
34 Map.entry(VehicleProperty.INFO_EV_CONNECTOR_TYPE, List.of(EvConnectorType.class)),
35 Map.entry(VehicleProperty.INFO_FUEL_DOOR_LOCATION, List.of(PortLocationType.class)),
36 Map.entry(VehicleProperty.INFO_EV_PORT_LOCATION, List.of(PortLocationType.class)),
37 Map.entry(VehicleProperty.INFO_DRIVER_SEAT, List.of(VehicleAreaSeat.class)),
38 Map.entry(VehicleProperty.INFO_MULTI_EV_PORT_LOCATIONS, List.of(PortLocationType.class)),
39 Map.entry(VehicleProperty.ENGINE_OIL_LEVEL, List.of(VehicleOilLevel.class)),
40 Map.entry(VehicleProperty.IMPACT_DETECTED, List.of(ImpactSensorLocation.class)),
[all …]
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPlugin.aidl172 List<LogMessage> getLogMessages(); in getLogMessages()
184 List<DrmMetricGroup> getMetrics(); in getMetrics()
220 List<KeySetId> getOfflineLicenseKeySetIds(); in getOfflineLicenseKeySetIds()
335 List<SecureStopId> getSecureStopIds(); in getSecureStopIds()
364 List<SecureStop> getSecureStops(); in getSecureStops()
466 List<KeyValue> queryKeyStatus(in byte[] sessionId); in queryKeyStatus()
DDrmMetric.aidl36 List<DrmMetricNamedValue> attributes;
45 List<DrmMetricNamedValue> values;
DCryptoSchemes.aidl28 List<Uuid> uuids;
33 List<SupportedContentType> mimeTypes;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPlugin.aidl42 List<android.hardware.drm.LogMessage> getLogMessages(); in getLogMessages()
43 List<android.hardware.drm.DrmMetricGroup> getMetrics(); in getMetrics()
45 List<android.hardware.drm.KeySetId> getOfflineLicenseKeySetIds(); in getOfflineLicenseKeySetIds()
51 List<android.hardware.drm.SecureStopId> getSecureStopIds(); in getSecureStopIds()
52 List<android.hardware.drm.SecureStop> getSecureStops(); in getSecureStops()
57 List<android.hardware.drm.KeyValue> queryKeyStatus(in byte[] sessionId); in queryKeyStatus()
DCryptoSchemes.aidl37 List<android.hardware.drm.Uuid> uuids;
38 List<android.hardware.drm.SupportedContentType> mimeTypes;
DDrmMetric.aidl38 List<android.hardware.drm.DrmMetricNamedValue> attributes;
39 List<android.hardware.drm.DrmMetricNamedValue> values;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPlugin.aidl42 List<android.hardware.drm.LogMessage> getLogMessages(); in getLogMessages()
43 List<android.hardware.drm.DrmMetricGroup> getMetrics(); in getMetrics()
45 List<android.hardware.drm.KeySetId> getOfflineLicenseKeySetIds(); in getOfflineLicenseKeySetIds()
51 List<android.hardware.drm.SecureStopId> getSecureStopIds(); in getSecureStopIds()
52 List<android.hardware.drm.SecureStop> getSecureStops(); in getSecureStops()
57 List<android.hardware.drm.KeyValue> queryKeyStatus(in byte[] sessionId); in queryKeyStatus()
DCryptoSchemes.aidl37 List<android.hardware.drm.Uuid> uuids;
38 List<android.hardware.drm.SupportedContentType> mimeTypes;
DDrmMetric.aidl38 List<android.hardware.drm.DrmMetricNamedValue> attributes;
39 List<android.hardware.drm.DrmMetricNamedValue> values;
/hardware/google/gfxstream/guest/mesa/src/util/
Dglsl2spirv.py86 def create_include_guard(lines: T.List[str], filename: str) -> T.List[str]:
103 def convert_to_static_variable(lines: T.List[str], varname: str) -> T.List[str]:
111 def override_version(lines: T.List[str], glsl_version: str) -> T.List[str]:
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt6 method public java.util.List<audio.policy.V1_0.AttributesType> getAttributes_optional();
25 method public java.util.List<audio.policy.V1_0.AttributesRefType> getReference();
62 method public java.util.List<audio.policy.V1_0.AttributesRef> getAttributesRef();
63 method public java.util.List<audio.policy.V1_0.CriteriaType> getCriteria();
64 method public java.util.List<audio.policy.V1_0.CriterionTypesType> getCriterion_types();
65 method public java.util.List<audio.policy.V1_0.ProductStrategies> getProductStrategies();
67 method public java.util.List<audio.policy.V1_0.VolumeGroupsType> getVolumeGroups();
68 method public java.util.List<audio.policy.V1_0.VolumesType> getVolumes();
89 method public java.util.List<audio.policy.V1_0.CriterionType> getCriterion();
114 method public java.util.List<audio.policy.V1_0.CriterionTypeType> getCriterion_type();
[all …]
/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
DEmuMetadataGenerator.java55 import java.util.List;
98 private static final List<String> ANNOTATIONS =
99 List.of("@change_mode", "@access", "@version", "@data_enum", "@unit");
139 public final List<ValueField> valueFields = new ArrayList<>();
145 public final List<String> dataEnums = new ArrayList<>();
162 List<FieldDeclaration> variables = vehiclePropertyIdsClass.findAll(FieldDeclaration.class); in parseEnumInterface()
214 Map<String, List<String>> valuesByKey = new LinkedHashMap<>(); in Args()
231 List<String> values = valuesByKey.get(PACKAGE_NAME_OPTION); in Args()
243 List<String> inputFiles = valuesByKey.get(INPUT_FILES_OPTION); in Args()
299 List<FieldDeclaration> variables = vehiclePropertyIdsClass.findAll(FieldDeclaration.class); in main()
[all …]
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/
Dcurrent.txt6 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.AttributesType> g…
25 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.AttributesRefType…
62 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.AttributesRef> ge…
63 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.CriteriaType> get…
64 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.CriterionTypesTyp…
65 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.ProductStrategies…
67 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.VolumeGroupsType>…
68 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.VolumesType> getV…
89 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.CriterionType> ge…
114 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.CriterionTypeType…
[all …]
/hardware/interfaces/audio/effect/5.0/xml/api/
Dcurrent.txt20 method public java.util.List<audio.effects.V5_0.StreamPostprocessType> getStream();
25 method public java.util.List<audio.effects.V5_0.StreamPreprocessType> getStream();
52 method public java.util.List<audio.effects.V5_0.EffectProxyType> getEffectProxy_optional();
53 method public java.util.List<audio.effects.V5_0.EffectType> getEffect_optional();
58 method public java.util.List<audio.effects.V5_0.LibrariesType.Library> getLibrary();
110 method public java.util.List<audio.effects.V5_0.StreamProcessingType.Apply> getApply();
/hardware/interfaces/wifi/1.4/
DIWifiChipEventCallback.hal38 * List of bands on which this radio chain is operating.
53 * List of interfaces on this radio chain (hardware MAC).
65 * @param radioModeInfos List of RadioModeInfo structures for each
/hardware/interfaces/wifi/1.2/
DIWifiChipEventCallback.hal48 * List of bands on which this radio chain is operating.
56 /** List of interfaces on this radio chain (hardware MAC). */
67 * @param radioModeInfos List of RadioModeInfo structures for each
/hardware/interfaces/tv/tuner/config/api/
Dcurrent.txt52 method @Nullable public java.util.List<java.lang.String> getOptionalFilters();
60 method public void setOptionalFilters(@Nullable java.util.List<java.lang.String>);
74 method @Nullable public java.util.List<java.lang.String> getOptionalFilters();
82 method public void setOptionalFilters(@Nullable java.util.List<java.lang.String>);
90 method @Nullable public java.util.List<java.lang.String> getOptionalFilters();
95 method public void setOptionalFilters(@Nullable java.util.List<java.lang.String>);
120 method @Nullable public java.util.List<java.lang.String> getDiseqcMsgSender();
126 method public void setDiseqcMsgSender(@Nullable java.util.List<java.lang.String>);
135 method @Nullable public java.util.List<java.lang.String> getDiseqcMsgSender();
138 method @Nullable public java.util.List<java.lang.String> getOptionalFilters();
[all …]
/hardware/interfaces/audio/5.0/config/api/
Dcurrent.txt6 method public java.util.List<java.lang.String> getItem();
159 method public java.util.List<audio.policy.configuration.V5_0.Modules> getModules();
162 method public java.util.List<audio.policy.configuration.V5_0.Volumes> getVolumes();
196 …method public java.util.List<audio.policy.configuration.V5_0.DevicePorts.DevicePort> getDevicePort…
202 method public java.util.List<java.lang.String> getEncodedFormats();
204 method public java.util.List<audio.policy.configuration.V5_0.Profile> getProfile();
210 method public void setEncodedFormats(java.util.List<java.lang.String>);
227 method public java.util.List<audio.policy.configuration.V5_0.Gains.Gain> getGain();
268 method public java.util.List<audio.policy.configuration.V5_0.MixPorts.MixPort> getMixPort();
278 method public java.util.List<audio.policy.configuration.V5_0.AudioUsage> getPreferredUsage();
[all …]
/hardware/interfaces/audio/6.0/config/api/
Dcurrent.txt6 method public java.util.List<java.lang.String> getItem();
160 method public java.util.List<audio.policy.configuration.V6_0.Modules> getModules();
163 method public java.util.List<audio.policy.configuration.V6_0.Volumes> getVolumes();
197 …method public java.util.List<audio.policy.configuration.V6_0.DevicePorts.DevicePort> getDevicePort…
203 method public java.util.List<java.lang.String> getEncodedFormats();
205 method public java.util.List<audio.policy.configuration.V6_0.Profile> getProfile();
211 method public void setEncodedFormats(java.util.List<java.lang.String>);
234 method public java.util.List<audio.policy.configuration.V6_0.Gains.Gain> getGain();
279 method public java.util.List<audio.policy.configuration.V6_0.MixPorts.MixPort> getMixPort();
289 method public java.util.List<audio.policy.configuration.V6_0.AudioUsage> getPreferredUsage();
[all …]
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/1/android/hardware/camera/provider/
DConcurrentCameraIdCombination.aidl37 List<String> combination;
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/2/android/hardware/camera/provider/
DConcurrentCameraIdCombination.aidl37 List<String> combination;
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/3/android/hardware/camera/provider/
DConcurrentCameraIdCombination.aidl37 List<String> combination;
/hardware/interfaces/camera/provider/aidl/android/hardware/camera/provider/
DConcurrentCameraIdCombination.aidl25 List<String> combination;

12345678