Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_strategy_media.pfw6 conf: Calibration
20 conf: RemoteSubmix
38 conf: BluetoothA2dp
58 conf: BluetoothA2dpHeadphone
78 conf: BluetoothA2dpSpeaker
98 conf: ForceSpeaker
121 conf: WiredHeadphone
139 conf: Line
157 conf: WiredHeadset
175 conf: UsbAccessory
[all …]
Ddevice_for_strategy_rerouting.pfw8 conf: Calibration
25 conf: RemoteSubmix
43 conf: BluetoothA2dp
62 conf: BluetoothA2dpHeadphone
81 conf: BluetoothA2dpSpeaker
100 conf: ForceSpeaker
119 conf: WiredHeadphone
137 conf: Line
155 conf: WiredHeadset
173 conf: UsbAccessory
[all …]
Ddevice_for_input_source.pfw3 conf: Calibration
248 conf: A2dp
265 conf: Sco
283 conf: WiredHeadset
300 conf: UsbDevice
317 conf: BuiltinMic
334 conf: Default
350 conf: VoiceCall
358 conf: Default
365 conf: BackMic
[all …]
Ddevice_for_strategy_enforced_audible.pfw6 conf: Calibration
19 conf: Selected
57 conf: NotSelected
62 conf: RemoteSubmix
84 conf: BluetoothA2dp
107 conf: BluetoothA2dpHeadphones
130 conf: BluetoothA2dpSpeaker
153 conf: WiredHeadphone
176 conf: Line
199 conf: WiredHeadset
[all …]
Ddevice_for_strategy_phone.pfw6 conf: Calibration
20 conf: ScoCarkit
43 conf: BluetoothScoHeadset
66 conf: BluetoothSco
89 conf: BluetoothA2dp
119 conf: BluetoothA2dpHeadphones
149 conf: BluetoothA2dpSpeaker
179 conf: WiredHeadphone
206 conf: WiredHeadset
233 conf: Line
[all …]
Ddevice_for_strategy_dtmf.pfw6 conf: Calibration
16 conf: RemoteSubmix
43 conf: BluetoothA2dp
71 conf: BluetoothA2dpHeadphones
99 conf: BluetoothA2dpSpeaker
127 conf: ForceSpeakerWhenNotInCall
156 conf: BluetoothScoHeadset
185 conf: BluetoothSco
214 conf: WiredHeadphone
251 conf: Line
[all …]
Ddevice_for_strategy_sonification.pfw6 conf: Calibration
25 conf: Selected
47 conf: NotSelected
53 conf: BluetoothA2dp
79 conf: BluetoothA2dpHeadphones
105 conf: BluetoothA2dpSpeaker
131 conf: ScoCarkit
158 conf: ScoHeadset
185 conf: Sco
212 conf: WiredHeadphone
[all …]
Ddevice_for_strategy_accessibility.pfw11 conf: Calibration
24 conf: RemoteSubmix
51 conf: BluetoothA2dp
79 conf: BluetoothA2dpHeadphone
107 conf: BluetoothA2dpSpeaker
135 conf: ForceSpeakerWhenNotInCall
163 conf: BluetoothScoCarkit
192 conf: BluetoothScoHeadset
221 conf: BluetoothSco
250 conf: WiredHeadphone
[all …]
Ddevice_for_strategy_sonification_respectful.pfw17 conf: Calibration
31 conf: SpeakerSafe
45 conf: Speaker
68 conf: None
74 conf: BluetoothA2dp
101 conf: BluetoothA2dpHeadphones
128 conf: BluetoothA2dpSpeaker
155 conf: BluetoothScoCarkit
182 conf: BluetoothScoHeadset
209 conf: BluetoothSco
[all …]
Dstrategy_for_usage.pfw4 conf: Calibration
21 conf: Sonification
30 conf: Phone
37 conf: Accessibility
Ddevice_for_strategy_transmitted_through_speaker.pfw5 conf: Calibration
34 conf: Selected
40 conf: NotSelected
Dvolumes.pfw3 conf: Calibration
18 conf: InCall
25 conf: OutOfCall
Dstrategy_for_stream.pfw3 conf: Calibration
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DMavenDependencyCollectorTask.groovy50 project.configurations.each { conf ->
51 resolveDirectDependencies(conf)
53 project.buildscript.configurations.each { conf ->
54 resolveDirectDependencies(conf)
58 void resolveDirectDependencies(Configuration conf) {
59 conf.getResolvedConfiguration().getResolvedArtifacts().each {
60 localizeTask.add(this, it.getModuleVersion().id, conf)
DLocalizeDependenciesTask.groovy92 …ublic void add(MavenDependencyCollectorTask task, ModuleVersionIdentifier id, Configuration conf) {
95 println("adding $key in $conf by $task")
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV14.java139 final Configuration conf = res.getConfiguration(); in updateConfigurationForNightMode() local
140 final int currentNightMode = conf.uiMode & Configuration.UI_MODE_NIGHT_MASK; in updateConfigurationForNightMode()
147 final Configuration newConf = new Configuration(conf); in updateConfigurationForNightMode()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java308 Configuration conf = mContext.getResources().getConfiguration(); in getLocaleData() local
309 final Locale loc = conf.locale; in getLocaleData()
328 Configuration conf = mContext.getResources().getConfiguration(); in setLocaleData() local
332 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard in setLocaleData()
/frameworks/av/services/audiopolicy/
DAndroid.mk71 $(error Configurable policy does not support legacy conf file)
76 audio_policy_criteria.conf \
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
Dlocalizemaven-1.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
DAndroid.mk37 LOCAL_MODULE := audio_policy_criteria.conf
/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicyConfig.java43 protected AudioPolicyConfig(AudioPolicyConfig conf) { in AudioPolicyConfig() argument
44 mMixes = conf.mMixes; in AudioPolicyConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java756 WifiConfiguration conf; in saveNetwork() local
792 conf = mConfiguredNetworks.getForCurrentUser(netId); in saveNetwork()
793 if (conf != null) { in saveNetwork()
794 if (!conf.getNetworkSelectionStatus().isNetworkEnabled()) { in saveNetwork()
795 if (sVDBG) localLog("WifiConfigManager: re-enabling: " + conf.SSID); in saveNetwork()
810 conf, in saveNetwork()
929 WifiConfiguration conf = mConfiguredNetworks.getForCurrentUser(result.getNetworkId()); in addOrUpdateNetwork() local
930 if (conf != null) { in addOrUpdateNetwork()
932 conf, in addOrUpdateNetwork()
2974 for (WifiConfiguration conf : getAllConfiguredNetworks()) {
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/
Ddevice_for_strategies.pfw2 conf: Calibration
/frameworks/base/core/java/android/animation/
DAnimatorSet.java282 int conf = super.getChangingConfigurations(); in getChangingConfigurations() local
285 conf |= mNodes.get(i).mAnimation.getChangingConfigurations(); in getChangingConfigurations()
287 return conf; in getChangingConfigurations()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/
Ddevice_for_input_source.pfw3 conf: Calibration

12