Home
last modified time | relevance | path

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

1234567891011

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioCodecsProvider.h37 static std::optional<setting::LeAudioOffloadSetting>
41 const std::optional<setting::LeAudioOffloadSetting>&
45 GetLeAudioCodecInfo(const std::optional<setting::LeAudioOffloadSetting>&
49 static inline std::vector<setting::Scenario> supported_scenarios_;
50 static inline std::unordered_map<std::string, setting::Configuration>
52 static inline std::unordered_map<std::string, setting::CodecConfiguration>
54 static inline std::unordered_map<std::string, setting::StrategyConfiguration>
59 static std::vector<setting::Scenario> GetScenarios(
60 const std::optional<setting::LeAudioOffloadSetting>&
63 const std::optional<setting::LeAudioOffloadSetting>&
[all …]
DBluetoothLeAudioCodecsProvider.cpp44 std::optional<setting::LeAudioOffloadSetting>
47 setting::readLeAudioOffloadSetting(kLeAudioCodecCapabilitiesFile); in ParseFromLeAudioOffloadSettingFile()
57 const std::optional<setting::LeAudioOffloadSetting>& in GetLeAudioCodecInfo()
102 case setting::CodecType::LC3: in GetLeAudioCodecInfo()
123 case setting::AudioLocation::MONO: in GetLeAudioCodecInfo()
129 case setting::AudioLocation::STEREO: in GetLeAudioCodecInfo()
182 const std::optional<setting::LeAudioOffloadSetting>& in GetLeAudioCodecCapabilities()
218 std::vector<setting::Scenario> BluetoothLeAudioCodecsProvider::GetScenarios( in GetScenarios()
219 const std::optional<setting::LeAudioOffloadSetting>& in GetScenarios()
221 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::
DBluetoothLeAudioCodecsProviderTest.cpp27 using aidl::android::hardware::bluetooth::audio::setting::AudioLocation;
28 using aidl::android::hardware::bluetooth::audio::setting::CodecConfiguration;
29 using aidl::android::hardware::bluetooth::audio::setting::
31 using aidl::android::hardware::bluetooth::audio::setting::CodecType;
32 using aidl::android::hardware::bluetooth::audio::setting::Configuration;
33 using aidl::android::hardware::bluetooth::audio::setting::ConfigurationList;
34 using aidl::android::hardware::bluetooth::audio::setting::LeAudioOffloadSetting;
35 using aidl::android::hardware::bluetooth::audio::setting::Scenario;
36 using aidl::android::hardware::bluetooth::audio::setting::ScenarioList;
37 using aidl::android::hardware::bluetooth::audio::setting::StrategyConfiguration;
[all …]
DBluetoothHfpCodecsProvider.cpp27 using hfp::setting::CodecType;
28 using hfp::setting::PathConfiguration;
36 hfp::setting::readHfpOffloadSetting(kHfpCodecCapabilitiesFile); in ParseFromHfpOffloadSettingFile()
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.cpp563 IBluetoothAudioProvider::LeAudioAseConfigurationSetting& setting, in getCapabilitiesMatchedAseConfigurationSettings() argument
569 .audioContext = setting.audioContext, in getCapabilitiesMatchedAseConfigurationSettings()
570 .sinkAseConfiguration = setting.sinkAseConfiguration, in getCapabilitiesMatchedAseConfigurationSettings()
571 .sourceAseConfiguration = setting.sourceAseConfiguration, in getCapabilitiesMatchedAseConfigurationSettings()
572 .flags = setting.flags, in getCapabilitiesMatchedAseConfigurationSettings()
573 .packing = setting.packing, in getCapabilitiesMatchedAseConfigurationSettings()
614 IBluetoothAudioProvider::LeAudioAseConfigurationSetting& setting, in getRequirementMatchedAseConfigurationSettings() argument
618 if ((setting.audioContext.bitmask & requirement.audioContext.bitmask) != in getRequirementMatchedAseConfigurationSettings()
623 setting.audioContext.bitmask &= requirement.audioContext.bitmask; in getRequirementMatchedAseConfigurationSettings()
627 .audioContext = setting.audioContext, in getRequirementMatchedAseConfigurationSettings()
[all …]
/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/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/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/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/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/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
DIStream.hal66 * to setting AUDIO_PARAMETER_STREAM_SAMPLING_RATE on the legacy HAL.
91 * setting AUDIO_PARAMETER_STREAM_CHANNELS on the legacy HAL.
116 * setting AUDIO_PARAMETER_STREAM_FORMAT on the legacy HAL.
172 * equivalent to setting AUDIO_PARAMETER_STREAM_ROUTING in the legacy HAL
182 * equivalent to setting AUDIO_PARAMETER_DEVICE_[DIS]CONNECT on the legacy
194 * setting AUDIO_PARAMETER_STREAM_HW_AV_SYNC on the legacy HAL.
214 * Generic method for setting vendor-specific parameter values.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_diagnostic_checkpoints/
Dqueue_checkpoint_properties.adoc18 Additional queue family information can be queried by setting
38 Additional queue family information can be queried by setting
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DDvrTests.cpp223 AssertionResult DvrTests::configDvrPlayback(DvrSettings setting) { in configDvrPlayback() argument
224 ndk::ScopedAStatus status = mDvrPlayback->configure(setting); in configDvrPlayback()
229 AssertionResult DvrTests::configDvrRecord(DvrSettings setting) { in configDvrRecord() argument
230 ndk::ScopedAStatus status = mDvrRecord->configure(setting); in configDvrRecord()
/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()

1234567891011