Home
last modified time | relevance | path

Searched defs:read (Results 26 – 50 of 6627) sorted by relevance

12345678910>>...266

/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DSafeInterface.h43 status_t read(const Parcel& parcel, bool* b) const { in read() function
50 typename std::enable_if<std::is_enum<E>::value, status_t>::type read(const Parcel& parcel, in read() function
63 typename std::enable_if<std::is_base_of<Flattenable<T>, T>::value, status_t>::type read( in read() function
73 typename std::enable_if<std::is_base_of<Flattenable<T>, T>::value, status_t>::type read( in read() function
84 typename std::enable_if<std::is_base_of<LightFlattenable<T>, T>::value, status_t>::type read( in read() function
94 typename std::enable_if<std::is_same<NH, sp<NativeHandle>>::value, status_t>::type read( in read() function
106 typename std::enable_if<std::is_base_of<Parcelable, T>::value, status_t>::type read( in read() function
115 status_t read(const Parcel& parcel, String8* str) const { in read() function
122 typename std::enable_if<std::is_same<IBinder, T>::value, status_t>::type read( in read() function
134 typename std::enable_if<std::is_base_of<IInterface, T>::value, status_t>::type read( in read() function
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/xsd/permission/gen/cpp/
Dcom_android_xml_permission_configfile.cpp37 std::optional<Permissions> read(const char* configFile) { in read() function
90 Group Group::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::Group
114 Permission Permission::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::Permission
147 AssignPermission AssignPermission::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::AssignPermission
177 SplitPermission::Library SplitPermission::Library::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::SplitPermission::Library
225 SplitPermission SplitPermission::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::SplitPermission
280 Library Library::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::Library
334 Feature Feature::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::Feature
370 UnavailableFeature UnavailableFeature::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::UnavailableFeature
394 AllowInPowerSaveExceptIdle AllowInPowerSaveExceptIdle::read(xmlNode *root) { in read() function in com::android::xml::permission::configfile::AllowInPowerSaveExceptIdle
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/utils/satellite/s2storage/satellite-s2storage-ro/android_common/repackaged-jarjar/javac/
Dsatellite-s2storage-ro.jar ... com/android/telephony/sats2range/read/UnpopulatedSuffixTableBlock.class UnpopulatedSuffixTableBlock.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/utils/satellite/s2storage/satellite-s2storage-ro/android_common/javac/
Dsatellite-s2storage-ro.jar ... sats2range/ com/android/telephony/sats2range/read/ com/android/telephony/sats2range/read ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/config/car_audio_configuration_xsd/gen/cpp/
Dandroid_hardware_automotive_audiocontrol.cpp36 std::optional<CarAudioConfigurationType> read(const char* configFile) { in read() function
163 CarAudioConfigurationType CarAudioConfigurationType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::CarAudioConfigurationType
216 ZonesType ZonesType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::ZonesType
247 ActivationVolumeConfigsType ActivationVolumeConfigsType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::ActivationVolumeConfigsType
278 OemContextsType OemContextsType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::OemContextsType
309 DeviceConfigurationsType DeviceConfigurationsType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::DeviceConfigurationsType
390 ZoneType ZoneType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::ZoneType
449 ZoneConfigsType ZoneConfigsType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::ZoneConfigsType
513 ZoneConfigType ZoneConfigType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::ZoneConfigType
560 ApplyFadeConfigsType ApplyFadeConfigsType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::ApplyFadeConfigsType
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/GeoTZ/s2storage/s2storage_ro/android_common/turbine/
Ds2storage_ro.jar ... com/android/storage/block/read/Block$BlockVisitor.class <Unknown> package ...
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dtypes.rs32 fn read(is: &mut CodedInputStream) -> ProtobufResult<Self::Value>; in read() method
128 fn read(is: &mut CodedInputStream) -> ProtobufResult<f32> { in read() method
161 fn read(is: &mut CodedInputStream) -> ProtobufResult<f64> { in read() method
194 fn read(is: &mut CodedInputStream) -> ProtobufResult<i32> { in read() method
226 fn read(is: &mut CodedInputStream) -> ProtobufResult<i64> { in read() method
254 fn read(is: &mut CodedInputStream) -> ProtobufResult<u32> { in read() method
282 fn read(is: &mut CodedInputStream) -> ProtobufResult<u64> { in read() method
310 fn read(is: &mut CodedInputStream) -> ProtobufResult<i32> { in read() method
338 fn read(is: &mut CodedInputStream) -> ProtobufResult<i64> { in read() method
366 fn read(is: &mut CodedInputStream) -> ProtobufResult<u32> { in read() method
[all …]
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java248 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
253 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
258 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
321 final int read = super.read(buf, 0, toRead); in skipRaw$ravenwood() local
338 public int read() throws IOException { in read() method in AssetFileDescriptor.NonSeekableAutoCloseInputStream
345 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.NonSeekableAutoCloseInputStream
358 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.NonSeekableAutoCloseInputStream
433 public int read() throws IOException { in read() method in AssetFileDescriptor.SeekableAutoCloseInputStream
440 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.SeekableAutoCloseInputStream
466 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.SeekableAutoCloseInputStream
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/audio_policy_engine_configuration_aidl_default/gen/cpp/
Dandroid_audio_policy_engine_configuration.cpp37 std::optional<Configuration> read(const char* configFile) { in read() function
112 … ProductStrategies::ProductStrategy ProductStrategies::ProductStrategy::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::ProductStrategies::ProductStrategy
155 ProductStrategies ProductStrategies::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::ProductStrategies
279 AttributesGroup AttributesGroup::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::AttributesGroup
369 … VolumeGroupsType::VolumeGroup VolumeGroupsType::VolumeGroup::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::VolumeGroupsType::VolumeGroup
430 VolumeGroupsType VolumeGroupsType::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::VolumeGroupsType
461 VolumesType VolumesType::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::VolumesType
492 AttributesRef AttributesRef::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::AttributesRef
523 CriteriaType CriteriaType::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::CriteriaType
564 CriterionType CriterionType::read(xmlNode *root) { in read() function in android::audio::policy::engine::configuration::CriterionType
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/policy/1.0/xml/audio_policy_engine_conf_V1_0/gen/cpp/
Daudio_policy_V1_0.cpp35 std::optional<Configuration> read(const char* configFile) { in read() function
110 … ProductStrategies::ProductStrategy ProductStrategies::ProductStrategy::read(xmlNode *root) { in read() function in audio::policy::V1_0::ProductStrategies::ProductStrategy
153 ProductStrategies ProductStrategies::read(xmlNode *root) { in read() function in audio::policy::V1_0::ProductStrategies
277 AttributesGroup AttributesGroup::read(xmlNode *root) { in read() function in audio::policy::V1_0::AttributesGroup
367 VolumeGroupsType::VolumeGroup VolumeGroupsType::VolumeGroup::read(xmlNode *root) { in read() function in audio::policy::V1_0::VolumeGroupsType::VolumeGroup
428 VolumeGroupsType VolumeGroupsType::read(xmlNode *root) { in read() function in audio::policy::V1_0::VolumeGroupsType
459 VolumesType VolumesType::read(xmlNode *root) { in read() function in audio::policy::V1_0::VolumesType
490 AttributesRef AttributesRef::read(xmlNode *root) { in read() function in audio::policy::V1_0::AttributesRef
521 CriteriaType CriteriaType::read(xmlNode *root) { in read() function in audio::policy::V1_0::CriteriaType
562 CriterionType CriterionType::read(xmlNode *root) { in read() function in audio::policy::V1_0::CriterionType
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Dtypes.rs45 fn read(is: &mut CodedInputStream) -> Result<Self::ProtobufValue>; in read() method
164 fn read(is: &mut CodedInputStream) -> Result<f32> { in read() method
197 fn read(is: &mut CodedInputStream) -> Result<f64> { in read() method
230 fn read(is: &mut CodedInputStream) -> Result<i32> { in read() method
263 fn read(is: &mut CodedInputStream) -> Result<i64> { in read() method
292 fn read(is: &mut CodedInputStream) -> Result<u32> { in read() method
321 fn read(is: &mut CodedInputStream) -> Result<u64> { in read() method
350 fn read(is: &mut CodedInputStream) -> Result<i32> { in read() method
376 fn read(is: &mut CodedInputStream) -> Result<i64> { in read() method
402 fn read(is: &mut CodedInputStream) -> Result<u32> { in read() method
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/metrics/
H A DBytesReadTrackingInputStream.java41 public int read() throws IOException { in read() method in BytesReadTrackingInputStream
42 int read = super.read(); in read() local
48 public int read(byte[] b, int off, int len) throws IOException { in read() method in BytesReadTrackingInputStream
49 int read = super.read(b, off, len); in read() local
62 public int read(byte[] b) throws IOException { in read() method in BytesReadTrackingInputStream
63 int read = super.read(b); in read() local
68 private void updateBytesRead(long read) { in updateBytesRead()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/effect/6.0/xml/audio_effects_conf_V6_0/gen/cpp/
Daudio_effects_V6_0.cpp35 std::optional<AudioEffectsConf> read(const char* configFile) { in read() function
95 LibrariesType::Library LibrariesType::Library::read(xmlNode *root) { in read() function in audio::effects::V6_0::LibrariesType::Library
131 LibrariesType LibrariesType::read(xmlNode *root) { in read() function in audio::effects::V6_0::LibrariesType
163 EffectImplType EffectImplType::read(xmlNode *root) { in read() function in audio::effects::V6_0::EffectImplType
192 EffectType EffectType::read(xmlNode *root) { in read() function in audio::effects::V6_0::EffectType
249 EffectProxyType EffectProxyType::read(xmlNode *root) { in read() function in audio::effects::V6_0::EffectProxyType
317 EffectsType EffectsType::read(xmlNode *root) { in read() function in audio::effects::V6_0::EffectsType
345 StreamProcessingType::Apply StreamProcessingType::Apply::read(xmlNode *root) { in read() function in audio::effects::V6_0::StreamProcessingType::Apply
375 StreamProcessingType StreamProcessingType::read(xmlNode *root) { in read() function in audio::effects::V6_0::StreamProcessingType
399 StreamPreprocessType StreamPreprocessType::read(xmlNode *root) { in read() function in audio::effects::V6_0::StreamPreprocessType
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/effect/7.0/xml/audio_effects_conf_V7_0/gen/cpp/
Daudio_effects_V7_0.cpp35 std::optional<AudioEffectsConf> read(const char* configFile) { in read() function
95 LibrariesType::Library LibrariesType::Library::read(xmlNode *root) { in read() function in audio::effects::V7_0::LibrariesType::Library
131 LibrariesType LibrariesType::read(xmlNode *root) { in read() function in audio::effects::V7_0::LibrariesType
163 EffectImplType EffectImplType::read(xmlNode *root) { in read() function in audio::effects::V7_0::EffectImplType
192 EffectType EffectType::read(xmlNode *root) { in read() function in audio::effects::V7_0::EffectType
249 EffectProxyType EffectProxyType::read(xmlNode *root) { in read() function in audio::effects::V7_0::EffectProxyType
317 EffectsType EffectsType::read(xmlNode *root) { in read() function in audio::effects::V7_0::EffectsType
345 StreamProcessingType::Apply StreamProcessingType::Apply::read(xmlNode *root) { in read() function in audio::effects::V7_0::StreamProcessingType::Apply
375 StreamProcessingType StreamProcessingType::read(xmlNode *root) { in read() function in audio::effects::V7_0::StreamProcessingType
399 StreamPreprocessType StreamPreprocessType::read(xmlNode *root) { in read() function in audio::effects::V7_0::StreamPreprocessType
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/audio_policy_engine_configurable_configuration_V1_0/gen/cpp/
Daudio_policy_configurable_V1_0.cpp106 ParameterType ParameterType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::ParameterType
134 BooleanParameterType BooleanParameterType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::BooleanParameterType
236 IntegerParameterType IntegerParameterType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::IntegerParameterType
326 EnumParameterType::ValuePair EnumParameterType::ValuePair::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::EnumParameterType::ValuePair
370 EnumParameterType EnumParameterType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::EnumParameterType
425 PointParameterType PointParameterType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::PointParameterType
487 BitParameterBlockType BitParameterBlockType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::BitParameterBlockType
526 StringParameterType StringParameterType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::StringParameterType
718 ParameterBlockType ParameterBlockType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::ParameterBlockType
814 SelectionCriterionRuleType SelectionCriterionRuleType::read(xmlNode *root) { in read() function in audio::policy::configurable::V1_0::SelectionCriterionRuleType
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/xsd/display-device-config/gen/cpp/
Dcom_android_server_display_config.cpp37 std::optional<DisplayConfiguration> read(const char* configFile) { in read() function
96 DisplayQuirks DisplayQuirks::read(xmlNode *root) { in read() function in com::android::server::display::config::DisplayQuirks
133 LuxThrottling LuxThrottling::read(xmlNode *root) { in read() function in com::android::server::display::config::LuxThrottling
173 BrightnessLimitMap BrightnessLimitMap::read(xmlNode *root) { in read() function in com::android::server::display::config::BrightnessLimitMap
247 EvenDimmerMode EvenDimmerMode::read(xmlNode *root) { in read() function in com::android::server::display::config::EvenDimmerMode
373 HighBrightnessMode HighBrightnessMode::read(xmlNode *root) { in read() function in com::android::server::display::config::HighBrightnessMode
470 HbmTiming HbmTiming::read(xmlNode *root) { in read() function in com::android::server::display::config::HbmTiming
605 HdrBrightnessConfig HdrBrightnessConfig::read(xmlNode *root) { in read() function in com::android::server::display::config::HdrBrightnessConfig
725 ThermalThrottling ThermalThrottling::read(xmlNode *root) { in read() function in com::android::server::display::config::ThermalThrottling
769 RefreshRateThrottlingMap RefreshRateThrottlingMap::read(xmlNode *root) { in read() function in com::android::server::display::config::RefreshRateThrottlingMap
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/effect/5.0/xml/audio_effects_conf_V5_0/gen/cpp/
Daudio_effects_V5_0.cpp35 std::optional<AudioEffectsConf> read(const char* configFile) { in read() function
95 LibrariesType::Library LibrariesType::Library::read(xmlNode *root) { in read() function in audio::effects::V5_0::LibrariesType::Library
131 LibrariesType LibrariesType::read(xmlNode *root) { in read() function in audio::effects::V5_0::LibrariesType
163 EffectImplType EffectImplType::read(xmlNode *root) { in read() function in audio::effects::V5_0::EffectImplType
192 EffectType EffectType::read(xmlNode *root) { in read() function in audio::effects::V5_0::EffectType
249 EffectProxyType EffectProxyType::read(xmlNode *root) { in read() function in audio::effects::V5_0::EffectProxyType
317 EffectsType EffectsType::read(xmlNode *root) { in read() function in audio::effects::V5_0::EffectsType
345 StreamProcessingType::Apply StreamProcessingType::Apply::read(xmlNode *root) { in read() function in audio::effects::V5_0::StreamProcessingType::Apply
375 StreamProcessingType StreamProcessingType::read(xmlNode *root) { in read() function in audio::effects::V5_0::StreamProcessingType
399 StreamPreprocessType StreamPreprocessType::read(xmlNode *root) { in read() function in audio::effects::V5_0::StreamPreprocessType
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/fade/car_fade_audio_configuration_xsd/gen/cpp/
Dandroid_hardware_automotive_audiocontrol_fade.cpp37 std::optional<CarAudioFadeConfigurationType> read(const char* configFile) { in read() function
96 … CarAudioFadeConfigurationType CarAudioFadeConfigurationType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::CarAudioFadeConfigurationType
127 FadeConfigurationConfigs FadeConfigurationConfigs::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::FadeConfigurationConfigs
269 FadeConfigurationConfig FadeConfigurationConfig::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::FadeConfigurationConfig
338 FadeStateType FadeStateType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::FadeStateType
368 FadeableUsagesType FadeableUsagesType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::FadeableUsagesType
393 UsageType UsageType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::UsageType
423 UnfadeableContentTypesType UnfadeableContentTypesType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::UnfadeableContentTypesType
448 ContentType ContentType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::ContentType
478 … UnfadeableAudioAttributesType UnfadeableAudioAttributesType::read(xmlNode *root) { in read() function in android::hardware::automotive::audiocontrol::fade::UnfadeableAudioAttributesType
[all …]
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DStreamingTestUtil.java177 public synchronized int read(ByteBuffer dst) throws IOException { in read() method in StreamingTestUtil.ByteBufferChannel
244 public int read(ByteBuffer dst) throws IOException { in read() method in StreamingTestUtil.PseudorandomReadableByteChannel
298 public synchronized int read(byte[] b) { in read() method in StreamingTestUtil.SmallChunksByteArrayInputStream
303 public synchronized int read(byte[] b, int off, int len) { in read() method in StreamingTestUtil.SmallChunksByteArrayInputStream
544 int read; in encryptWithChannel() local
592 int read = ptChannel.read(chunk); in testEncryptDecryptWithChannel() local
637 int read = ptStream.read(chunk); in testEncryptDecryptWithStream() local
677 int read = ptChannel.read(pt); in testEncryptDecryptRandomAccess() local
737 int read = ptStream.read(chunk); in testSkipWithStream() local
835 int read = reader.read(chunk, position, stringWithNonAsciiChars.length() - position); in testEncryptDecryptString() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daub_read.c74 parse_error(struct aub_read *read, const uint32_t *p, const char *fmt, ...) in parse_error()
90 handle_trace_header(struct aub_read *read, const uint32_t *p) in handle_trace_header()
120 handle_memtrace_version(struct aub_read *read, const uint32_t *p) in handle_memtrace_version()
145 handle_trace_block(struct aub_read *read, const uint32_t *p) in handle_trace_block()
189 handle_memtrace_reg_write(struct aub_read *read, const uint32_t *p) in handle_memtrace_reg_write()
273 do_write(struct aub_read *read, uint32_t address_space, uint64_t addr, const void *data, uint32_t s… in do_write()
299 handle_memtrace_mem_write(struct aub_read *read, const uint32_t *p) in handle_memtrace_mem_write()
310 handle_memtrace_mem_write_discont(struct aub_read *read, const uint32_t *p) in handle_memtrace_mem_write_discont()
331 aub_read_command(struct aub_read *read, const void *data, uint32_t data_len) in aub_read_command()
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/enum_type/xsdc_attr_enumtype_tinyxml_tests/gen/cpp/
Dattr_enumtype.cpp20 std::optional<AudioPolicyConfiguration> read(const char* configFile) { in read() function
84 GlobalConfiguration GlobalConfiguration::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::GlobalConfiguration
196 Modules::Module Modules::Module::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::Modules::Module
261 Modules Modules::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::Modules
292 AttachedDevices AttachedDevices::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::AttachedDevices
396 MixPorts::MixPort MixPorts::MixPort::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::MixPorts::MixPort
473 MixPorts MixPorts::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::MixPorts
525 Profile Profile::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::Profile
646 Gains::Gain Gains::Gain::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::Gains::Gain
730 Gains Gains::read(tinyxml2::XMLElement *root) { in read() function in attr::enumtype::Gains
[all …]
/aosp_15_r20/external/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/
H A DTransferClient.java137 public ListenableFuture<byte[]> read(int resourceId) { in read() method in TransferClient
145 public ListenableFuture<byte[]> read( in read() method in TransferClient
154 public ListenableFuture<byte[]> read(int resourceId, TransferParameters parameters) { in read() method in TransferClient
162 public ListenableFuture<byte[]> read( in read() method in TransferClient
168 public ListenableFuture<byte[]> read(int resourceId, int initialOffset) { in read() method in TransferClient
177 public ListenableFuture<byte[]> read( in read() method in TransferClient
186 public ListenableFuture<byte[]> read( in read() method in TransferClient
200 public ListenableFuture<byte[]> read(int resourceId, in read() method in TransferClient
/aosp_15_r20/frameworks/base/core/java/android/companion/virtual/audio/
H A DAudioCapture.java112 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() method in AudioCapture
117 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, in read() method in AudioCapture
131 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes) { in read() method in AudioCapture
136 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes, in read() method in AudioCapture
150 public int read(@NonNull float[] audioData, int offsetInFloats, int sizeInFloats, in read() method in AudioCapture
164 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts) { in read() method in AudioCapture
169 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts, in read() method in AudioCapture
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DReader.java91 public int read() throws IOException { in nullReader() method
97 public int read(char[] cbuf, int off, int len) throws IOException { in nullReader() method
107 public int read(CharBuffer target) throws IOException { in nullReader() method
186 public int read(java.nio.CharBuffer target) throws IOException { in read() method
208 public int read() throws IOException { in read() method
228 public int read(char cbuf[]) throws IOException { in read() method
249 public abstract int read(char cbuf[], int off, int len) throws IOException; in read() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DReader.java91 public int read() throws IOException { in nullReader() method
97 public int read(char[] cbuf, int off, int len) throws IOException { in nullReader() method
107 public int read(CharBuffer target) throws IOException { in nullReader() method
186 public int read(java.nio.CharBuffer target) throws IOException { in read() method
208 public int read() throws IOException { in read() method
228 public int read(char cbuf[]) throws IOException { in read() method
249 public abstract int read(char cbuf[], int off, int len) throws IOException; in read() method

12345678910>>...266