Home
last modified time | relevance | path

Searched refs:dataPathConfiguration (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.h208 …IBluetoothAudioProvider::LeAudioDataPathConfiguration::DataPathConfiguration dataPathConfiguration;
215 …rn std::tie(dataPathId, dataPathConfiguration, isoDataPathConfiguration) == std::tie(_rhs.dataPath…
218 …urn std::tie(dataPathId, dataPathConfiguration, isoDataPathConfiguration) < std::tie(_rhs.dataPath…
238 … _aidl_os << ", dataPathConfiguration: " << ::android::internal::ToString(dataPathConfiguration); in toString()
314 …re::bluetooth::audio::IBluetoothAudioProvider::LeAudioDataPathConfiguration> dataPathConfiguration; variable
320 …ion, qosConfiguration, dataPathConfiguration) == std::tie(_rhs.aseConfiguration, _rhs.qosConfigura…
323 …ion, qosConfiguration, dataPathConfiguration) < std::tie(_rhs.aseConfiguration, _rhs.qosConfigurat…
344 … _aidl_os << ", dataPathConfiguration: " << ::android::internal::ToString(dataPathConfiguration); in toString()
874 …re::bluetooth::audio::IBluetoothAudioProvider::LeAudioDataPathConfiguration> dataPathConfiguration; variable
881dataPathConfiguration, subgroupsConfigurations) == std::tie(_rhs.sduIntervalUs, _rhs.numBis, _rhs.…
[all …]
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
H A DIBluetoothAudioProvider.aidl253 DataPathConfiguration dataPathConfiguration;
346 @nullable LeAudioDataPathConfiguration dataPathConfiguration;
795 @nullable LeAudioDataPathConfiguration dataPathConfiguration;
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/
H A DIBluetoothAudioProvider.aidl65 …o.IBluetoothAudioProvider.LeAudioDataPathConfiguration.DataPathConfiguration dataPathConfiguration;
109 …ardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration dataPathConfiguration;
196 …ardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration dataPathConfiguration;
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio_interface/dump/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.aidl65 …o.IBluetoothAudioProvider.LeAudioDataPathConfiguration.DataPathConfiguration dataPathConfiguration;
109 …ardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration dataPathConfiguration;
196 …ardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration dataPathConfiguration;
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/
H A DIBluetoothAudioProvider.aidl65 …o.IBluetoothAudioProvider.LeAudioDataPathConfiguration.DataPathConfiguration dataPathConfiguration;
109 …ardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration dataPathConfiguration;
196 …ardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration dataPathConfiguration;
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc394 .data_path = GetStackDataPathFromAidlFormat(*setting.dataPathConfiguration), in GetStackBroadcastConfigurationFromAidlFormat()
475 if (dp.dataPathConfiguration.configuration) { in GetStackDataPathFromAidlFormat()
476 config.dataPathConfig = *dp.dataPathConfiguration.configuration; in GetStackDataPathFromAidlFormat()
504 if (source.dataPathConfiguration.has_value()) { in GetStackAseConfigurationFromAidl()
505 config.data_path_configuration = GetStackDataPathFromAidlFormat(*source.dataPathConfiguration); in GetStackAseConfigurationFromAidl()
Dle_audio_utils_unittest.cc169 config.dataPathConfiguration.configuration = std::vector<uint8_t>{0, 1, 2, 3}; in PrepareReferenceLeAudioDataPathConfigurationVendor()
178 stack_config.dataPathConfig = *config.dataPathConfiguration.configuration; in PrepareReferenceLeAudioDataPathConfigurationVendor()
198 .dataPathConfiguration = {.configuration = {}}, in PrepareReferenceLeAudioDataPathConfigurationLc3()
213 stack_config.dataPathConfig = *config.dataPathConfiguration.configuration; in PrepareReferenceLeAudioDataPathConfigurationLc3()
363 aidl_ase_config.dataPathConfiguration = aidl_datapath_config; in PrepareReferenceAseDirectionConfigLc3()
575 aidl_config.dataPathConfiguration = aidl_datapath_config; in PrepareReferenceBroadcastConfigurationLc3()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.cpp1408 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &dataPathConfiguration); in readFromParcel()
1430 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, dataPathConfiguration); in writeToParcel()
1790 _aidl_ret_status = ::ndk::AParcel_readNullableData(_aidl_parcel, &dataPathConfiguration); in readFromParcel()
1808 _aidl_ret_status = ::ndk::AParcel_writeNullableData(_aidl_parcel, dataPathConfiguration); in writeToParcel()
2626 _aidl_ret_status = ::ndk::AParcel_readNullableData(_aidl_parcel, &dataPathConfiguration); in readFromParcel()
2669 _aidl_ret_status = ::ndk::AParcel_writeNullableData(_aidl_parcel, dataPathConfiguration); in writeToParcel()
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/
H A DBluetoothLeAudioAseConfigurationSettingProvider.cpp542 direction_conf.dataPathConfiguration = path; in SetConfigurationFromFlatSubconfig()
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/default/
H A DLeAudioOffloadAudioProvider.cpp1444 return_setting.dataPathConfiguration = path; in getLeAudioBroadcastConfiguration()