Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 145) sorted by relevance

123456

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioCodecsProvider.h38 static std::optional<setting::LeAudioOffloadSetting>
42 const std::optional<setting::LeAudioOffloadSetting>&
46 GetLeAudioCodecInfo(const std::optional<setting::LeAudioOffloadSetting>&
50 static inline std::vector<setting::Scenario> supported_scenarios_;
51 static inline std::unordered_map<std::string, setting::Configuration>
53 static inline std::unordered_map<std::string, setting::CodecConfiguration>
55 static inline std::unordered_map<std::string, setting::StrategyConfiguration>
60 static std::vector<setting::Scenario> GetScenarios(
61 const std::optional<setting::LeAudioOffloadSetting>&
64 const std::optional<setting::LeAudioOffloadSetting>&
[all …]
DBluetoothLeAudioCodecsProvider.cpp47 std::optional<setting::LeAudioOffloadSetting>
50 setting::readLeAudioOffloadSetting(kLeAudioCodecCapabilitiesFile); in ParseFromLeAudioOffloadSettingFile()
80 const std::optional<setting::LeAudioOffloadSetting>& in GetLeAudioCodecInfo()
125 case setting::CodecType::LC3: in GetLeAudioCodecInfo()
150 case setting::AudioLocation::MONO: in GetLeAudioCodecInfo()
156 case setting::AudioLocation::STEREO: in GetLeAudioCodecInfo()
244 const std::optional<setting::LeAudioOffloadSetting>& in GetLeAudioCodecCapabilities()
280 std::vector<setting::Scenario> BluetoothLeAudioCodecsProvider::GetScenarios( in GetScenarios()
281 const std::optional<setting::LeAudioOffloadSetting>& in GetScenarios()
283 std::vector<setting::Scenario> supported_scenarios; in GetScenarios()
[all …]
DBluetoothHfpCodecsProviderTest.cpp27 using aidl::android::hardware::bluetooth::audio::hfp::setting::CodecType;
28 using aidl::android::hardware::bluetooth::audio::hfp::setting::Configuration;
29 using aidl::android::hardware::bluetooth::audio::hfp::setting::
31 using aidl::android::hardware::bluetooth::audio::hfp::setting::
33 using aidl::android::hardware::bluetooth::audio::hfp::setting::
DBluetoothHfpCodecsProvider.cpp27 using hfp::setting::CodecType;
28 using hfp::setting::PathConfiguration;
36 hfp::setting::readHfpOffloadSetting(kHfpCodecCapabilitiesFile); in ParseFromHfpOffloadSettingFile()
DBluetoothLeAudioCodecsProviderTest.cpp33 using aidl::android::hardware::bluetooth::audio::setting::AudioLocation;
34 using aidl::android::hardware::bluetooth::audio::setting::CodecConfiguration;
35 using aidl::android::hardware::bluetooth::audio::setting::
37 using aidl::android::hardware::bluetooth::audio::setting::CodecType;
38 using aidl::android::hardware::bluetooth::audio::setting::Configuration;
39 using aidl::android::hardware::bluetooth::audio::setting::ConfigurationList;
40 using aidl::android::hardware::bluetooth::audio::setting::LeAudioOffloadSetting;
41 using aidl::android::hardware::bluetooth::audio::setting::Scenario;
42 using aidl::android::hardware::bluetooth::audio::setting::ScenarioList;
43 using aidl::android::hardware::bluetooth::audio::setting::StrategyConfiguration;
[all …]
DBluetoothHfpCodecsProvider.h33 using hfp::setting::HfpOffloadSetting;
/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/schema/
Dcurrent.txt2 package aidl.android.hardware.bluetooth.audio.setting {
6 …enum_constant public static final aidl.android.hardware.bluetooth.audio.setting.AudioLocation MONO;
7 …enum_constant public static final aidl.android.hardware.bluetooth.audio.setting.AudioLocation STER…
12 method public aidl.android.hardware.bluetooth.audio.setting.CodecType getCodec();
19 method public void setCodec(aidl.android.hardware.bluetooth.audio.setting.CodecType);
30 …method public java.util.List<aidl.android.hardware.bluetooth.audio.setting.CodecConfiguration> get…
35 …enum_constant public static final aidl.android.hardware.bluetooth.audio.setting.CodecType APTX_ADA…
36 …enum_constant public static final aidl.android.hardware.bluetooth.audio.setting.CodecType APTX_ADA…
37 enum_constant public static final aidl.android.hardware.bluetooth.audio.setting.CodecType LC3;
52 …method public java.util.List<aidl.android.hardware.bluetooth.audio.setting.Configuration> getConfi…
[all …]
/hardware/interfaces/bluetooth/audio/aidl/default/
DLeAudioOffloadAudioProvider.cpp607 IBluetoothAudioProvider::LeAudioAseConfigurationSetting& setting, in getCapabilitiesMatchedAseConfigurationSettings() argument
612 .audioContext = setting.audioContext, in getCapabilitiesMatchedAseConfigurationSettings()
613 .sinkAseConfiguration = setting.sinkAseConfiguration, in getCapabilitiesMatchedAseConfigurationSettings()
614 .sourceAseConfiguration = setting.sourceAseConfiguration, in getCapabilitiesMatchedAseConfigurationSettings()
615 .flags = setting.flags, in getCapabilitiesMatchedAseConfigurationSettings()
616 .packing = setting.packing, in getCapabilitiesMatchedAseConfigurationSettings()
657 IBluetoothAudioProvider::LeAudioAseConfigurationSetting& setting, in getRequirementMatchedAseConfigurationSettings() argument
664 .packing = setting.packing, in getRequirementMatchedAseConfigurationSettings()
665 .flags = setting.flags, in getRequirementMatchedAseConfigurationSettings()
678 setting.sinkAseConfiguration.value().size()) { in getRequirementMatchedAseConfigurationSettings()
[all …]
DLeAudioOffloadAudioProvider.h146 IBluetoothAudioProvider::LeAudioAseConfigurationSetting& setting,
151 IBluetoothAudioProvider::LeAudioAseConfigurationSetting& setting,
159 LeAudioBroadcastConfigurationSetting& setting,
/hardware/interfaces/bluetooth/audio/utils/hfp_codec_capabilities/schema/
Dcurrent.txt2 package aidl.android.hardware.bluetooth.audio.hfp.setting {
6 …enum_constant public static final aidl.android.hardware.bluetooth.audio.hfp.setting.CodecType CVSD;
7 … enum_constant public static final aidl.android.hardware.bluetooth.audio.hfp.setting.CodecType LC3;
8 …enum_constant public static final aidl.android.hardware.bluetooth.audio.hfp.setting.CodecType MSBC;
13 method public aidl.android.hardware.bluetooth.audio.hfp.setting.CodecType getCodec();
23 method public void setCodec(aidl.android.hardware.bluetooth.audio.hfp.setting.CodecType);
37 …method public java.util.List<aidl.android.hardware.bluetooth.audio.hfp.setting.Configuration> getC…
38 …method public java.util.List<aidl.android.hardware.bluetooth.audio.hfp.setting.PathConfiguration> …
39 …method public java.util.List<aidl.android.hardware.bluetooth.audio.hfp.setting.TransportConfigurat…
45 method public aidl.android.hardware.bluetooth.audio.hfp.setting.CodecType getCodec();
[all …]
/hardware/interfaces/contexthub/1.1/
DIContexthub.hal25 * has changed a setting.
27 * @param setting User setting that has been modified.
28 * @param newValue The update value of the user setting.
30 onSettingChanged(Setting setting, SettingValue newValue);
Dtypes.hal20 * Used to indicate the type of user setting that has changed.
27 * Used to indicate the value of a user setting.
/hardware/interfaces/contexthub/1.2/
DIContexthub.hal55 * has changed a setting.
57 * @param setting User setting that has been modified.
58 * @param newValue The update value of the user setting.
60 onSettingChanged_1_2(Setting setting, @1.1::SettingValue newValue);
Dtypes.hal24 * Used to indicate the type of user setting that has changed.
28 * Indicates that the WiFi capabilities can be used in CHRE. This setting
40 * privacy setting, in which case audio data cannot be used and propagated
/hardware/interfaces/audio/7.0/
DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
122 * Calling this method is equivalent to setting "hfp_volume" parameter value
149 * Sets current TTY mode. Calling this method is equivalent to setting
169 * enabled. Calling this method is equivalent to setting
187 * orientation. Calling this method is equivalent to setting legacy
/hardware/interfaces/audio/6.0/
DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
122 * Calling this method is equivalent to setting "hfp_volume" parameter value
149 * Sets current TTY mode. Calling this method is equivalent to setting
169 * enabled. Calling this method is equivalent to setting
187 * orientation. Calling this method is equivalent to setting legacy
/hardware/interfaces/audio/4.0/
DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
122 * Calling this method is equivalent to setting "hfp_volume" parameter value
149 * Sets current TTY mode. Calling this method is equivalent to setting
169 * enabled. Calling this method is equivalent to setting
187 * orientation. Calling this method is equivalent to setting legacy
/hardware/interfaces/audio/5.0/
DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
122 * Calling this method is equivalent to setting "hfp_volume" parameter value
149 * Sets current TTY mode. Calling this method is equivalent to setting
169 * enabled. Calling this method is equivalent to setting
187 * orientation. Calling this method is equivalent to setting legacy
/hardware/interfaces/audio/aidl/default/
Dandroid.hardware.audio.service-aidl.example.rc8 # setting RLIMIT_RTPRIO allows binder RT priority inheritance
20 # setting RLIMIT_RTPRIO allows binder RT priority inheritance
/hardware/interfaces/contexthub/1.2/default/
DContexthub.h48 Return<void> onSettingChanged(SettingV1_1 setting, SettingValue newValue) override;
53 Return<void> onSettingChanged_1_2(Setting setting, SettingValue newValue) override;
/hardware/interfaces/audio/2.0/
DIPrimaryDevice.hal53 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
72 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
96 * Sets current TTY mode. Calling this method is equivalent to setting
116 * enabled. Calling this method is equivalent to setting
/hardware/interfaces/contexthub/1.1/default/
DContexthub.h39 Return<void> onSettingChanged(Setting setting, SettingValue newValue) override;
/hardware/interfaces/audio/common/all-versions/default/service/
Dandroid.hardware.audio.service.rc7 # setting RLIMIT_RTPRIO allows binder RT priority inheritance
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDvrTests.cpp240 AssertionResult DvrTests::configDvrPlayback(DvrSettings setting) { in configDvrPlayback() argument
241 Result status = mDvrPlayback->configure(setting); in configDvrPlayback()
246 AssertionResult DvrTests::configDvrRecord(DvrSettings setting) { in configDvrRecord() argument
247 Result status = mDvrRecord->configure(setting); in configDvrRecord()
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DDvrTests.cpp240 AssertionResult DvrTests::configDvrPlayback(DvrSettings setting) { in configDvrPlayback() argument
241 Result status = mDvrPlayback->configure(setting); in configDvrPlayback()
246 AssertionResult DvrTests::configDvrRecord(DvrSettings setting) { in configDvrRecord() argument
247 Result status = mDvrRecord->configure(setting); in configDvrRecord()

123456