Home
last modified time | relevance | path

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

123

/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.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/audio/5.0/config/api/
Dcurrent.txt6 method public java.util.List<java.lang.String> getItem();
158 method public java.util.List<audio.policy.configuration.V5_0.Modules> getModules();
161 method public java.util.List<audio.policy.configuration.V5_0.Volumes> getVolumes();
195 …method public java.util.List<audio.policy.configuration.V5_0.DevicePorts.DevicePort> getDevicePort…
201 method public java.util.List<audio.policy.configuration.V5_0.AudioFormat> getEncodedFormats();
203 method public java.util.List<audio.policy.configuration.V5_0.Profile> getProfile();
209 … method public void setEncodedFormats(java.util.List<audio.policy.configuration.V5_0.AudioFormat>);
226 method public java.util.List<audio.policy.configuration.V5_0.Gains.Gain> getGain();
265 method public java.util.List<audio.policy.configuration.V5_0.MixPorts.MixPort> getMixPort();
275 method public java.util.List<audio.policy.configuration.V5_0.AudioUsage> getPreferredUsage();
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h130 List<PendingBufferInfo> mPendingBufferList;
139 List<PendingBuffersInRequest> mPendingBuffersInRequest;
306 List<InternalRequest> &internalReqs);
438 List<InternalRequest> &internallyRequestedStreams);
620 List<RequestedBufferInfo> buffers;
621 List<InternalRequest> internalRequestList;
658 typedef List<QCamera3HardwareInterface::PendingRequestInfo>::iterator
660 typedef List<QCamera3HardwareInterface::RequestedBufferInfo>::iterator
663 List<PendingRequestInfo> mPendingRequestsList;
664 List<PendingFrameDropInfo> mPendingFrameDropList;
[all …]
DQCamera3Channel.h285 List<uint32_t> mFreeOfflineMetaBuffersList;
287 android::List<mm_camera_super_buf_t *> mOutOfSequenceBuffers;
524 List<PpInfo> mOfflinePpInfoList;
526 List<uint32_t> mFreeHeapBufferList;
611 List<uint32_t> mFreeBufferList;
676 android::List<OfflineBuffer> mOfflineBuffers;
677 android::List<OfflineBuffer> mOfflineMetaBuffers;
682 List<int32_t> mFreeBufferList; // Free heap buffers list
/hardware/interfaces/audio/4.0/config/api/
Dcurrent.txt6 method public java.util.List<java.lang.String> getItem();
141 method public java.util.List<audio.policy.configuration.V4_0.Modules> getModules();
143 method public java.util.List<audio.policy.configuration.V4_0.Volumes> getVolumes();
176 …method public java.util.List<audio.policy.configuration.V4_0.DevicePorts.DevicePort> getDevicePort…
183 method public java.util.List<audio.policy.configuration.V4_0.Profile> getProfile();
205 method public java.util.List<audio.policy.configuration.V4_0.Gains.Gain> getGain();
244 method public java.util.List<audio.policy.configuration.V4_0.MixPorts.MixPort> getMixPort();
254 method public java.util.List<audio.policy.configuration.V4_0.AudioUsage> getPreferredUsage();
255 method public java.util.List<audio.policy.configuration.V4_0.Profile> getProfile();
262 … method public void setPreferredUsage(java.util.List<audio.policy.configuration.V4_0.AudioUsage>);
[all …]
/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal30 * @param workBundle List of completed `Work` objects.
37 * @param settingResults List of failures.
84 * @param renderedFrames List of @ref RenderedFrame objects.
123 * @param inputBuffers List of `InputBuffer` objects, identifying input
DIConfigurable.hal78 * @param indices List of C2Param structure indices to query.
150 * @return failures List of update failures.
178 * @return params List of supported parameters in the selected range. This
214 * @param inFields List of field queries.
227 * @return outFields List of supported values and results for the
Dtypes.hal252 /** List of values */
254 /** List of flags that can be OR-ed */
359 * List of enum values. This is not used when #type is not one of the
375 * List of fields in the structure.
619 * List of frame buffers.
624 * List of configuration updates.
629 * List of info buffers.
654 * List of C2Param objects describing tunings to be applied before
660 * List of failures. (Output)
736 * List of `Work` objects.
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal185 * <p>List of aberration correction modes for ANDROID_COLOR_CORRECTION_ABERRATION_MODE that are
224 * <p>List of metering areas to use for auto-exposure adjustment.</p>
252 * <p>List of metering areas to use for auto-focus.</p>
279 * <p>List of metering areas to use for auto-white-balance illuminant
321 * <p>List of auto-exposure antibanding modes for ANDROID_CONTROL_AE_ANTIBANDING_MODE that are
330 * <p>List of auto-exposure modes for ANDROID_CONTROL_AE_MODE that are supported by this camera
339 * <p>List of frame rate ranges for ANDROID_CONTROL_AE_TARGET_FPS_RANGE supported by
366 * <p>List of auto-focus (AF) modes for ANDROID_CONTROL_AF_MODE that are
375 * <p>List of color effects for ANDROID_CONTROL_EFFECT_MODE that are supported by this camera
384 * <p>List of scene modes for ANDROID_CONTROL_SCENE_MODE that are supported by this camera
[all …]
/hardware/google/av/media/eco/aidl/android/media/eco/
DIECOService.aidl63 List<IBinder> getSessions(); in getSessions()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp860 struct C2_HIDE C2FieldUtils::List::Impl {
871 C2FieldUtils::List::List(std::shared_ptr<Impl> impl) in List() function in C2FieldUtils::List
874 C2FieldUtils::Iterator C2FieldUtils::List::begin() const { in begin()
878 C2FieldUtils::Iterator C2FieldUtils::List::end() const { in end()
1034 struct C2FieldUtilsFieldIterable : public C2FieldUtils::List::Impl {
1050 C2FieldUtils::List C2FieldUtils::enumerateFields( in enumerateFields()
1052 return C2FieldUtils::List(std::make_shared<C2FieldUtilsFieldIterable>(param, reflector)); in enumerateFields()
1125 struct C2FieldUtilsCousinsIterable : public C2FieldUtils::List::Impl {
1141 C2FieldUtils::List C2FieldUtils::enumerateCousins(const C2FieldUtils::Info &field, uint32_t level) { in enumerateCousins()
1142 return C2FieldUtils::List(std::make_shared<C2FieldUtilsCousinsIterable>(field, level)); in enumerateCousins()
[all …]
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal64 * List attributes that are service-specific (not node-specific).
143 * List of node attributes.
170 * List of nodes that support this role, ordered by preference.
187 * List roles of supported nodes.
DIOmx.hal42 * List available components.
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.h64 using android::List;
DAudioHardwareALSA.h48 using android::List;
183 typedef List < alsa_handle_t > ALSAHandleList;
189 typedef List < use_case_t > ALSAUseCaseList;
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceUtils.h1076 struct List {
1083 virtual ~List() = default;
1086 List(std::shared_ptr<Impl>);
1105 static List enumerateFields(
1114 static List enumerateCousins(
/hardware/google/interfaces/media/c2/1.0/
DIConfigurable.hal46 * @param indices List of param indices for params to be queried.
56 * @return params List of params queried corresponding to \p indices.
90 * @return failures List of parameter failures.
DIComponentListener.hal66 * @param renderedFrames List of information about renderings of frames.
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal218 * @return modes List of modes supported by the device.
317 * List all the AP iface names configured on the chip.
325 * @return ifnames List of all AP iface names on the chip.
377 * List all the NAN iface names configured on the chip.
385 * @return ifnames List of all NAN iface names on the chip.
437 * List all the P2P iface names configured on the chip.
445 * @return ifnames List of all P2P iface names on the chip.
497 * List all the STA iface names configured on the chip.
505 * @return ifnames List of all STA iface names on the chip.
DIWifiStaIfaceEventCallback.hal48 * @parm scanDatas List of scan result for all AP's seen since last callback.
/hardware/interfaces/radio/1.4/
DIRadioResponse.hal75 * @param cellInfo List of current cell information known to radio
147 * @param dcResponse List of DataCallResult as defined in types.hal
/hardware/interfaces/wifi/1.3/
Dtypes.hal72 * List of channel stats associated with this radio
/hardware/interfaces/radio/config/1.1/
Dtypes.hal60 * List of logical modem information.
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h176 android::List<OfflineBuffer> mOfflineBuffers;

123