Home
last modified time | relevance | path

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

12

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/Settings/
Ddevice_for_product_strategies.pfw4 conf: calibration
36 conf: Bus
43 conf: Default
49 conf: calibration
81 conf: Bus
88 conf: Default
96 conf: calibration
128 conf: Bus
135 conf: Default
143 conf: calibration
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/Settings/
Ddevice_for_product_strategies.pfw4 conf: calibration
36 conf: Bus
43 conf: Default
49 conf: calibration
81 conf: Bus
88 conf: Default
96 conf: calibration
128 conf: Bus
135 conf: Default
143 conf: calibration
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/
Ddevice_for_product_strategy_media.pfw4 conf: calibration
21 conf: RemoteSubmix
40 conf: BluetoothA2dp
60 conf: BluetoothA2dpHeadphone
80 conf: BluetoothA2dpSpeaker
100 conf: ForceSpeaker
123 conf: WiredHeadphone
141 conf: Line
159 conf: WiredHeadset
177 conf: UsbAccessory
[all …]
Ddevice_for_product_strategy_enforced_audible.pfw6 conf: Calibration
21 conf: Selected
59 conf: NotSelected
64 conf: RemoteSubmix
87 conf: BluetoothA2dp
110 conf: BluetoothA2dpHeadphones
133 conf: BluetoothA2dpSpeaker
156 conf: WiredHeadphone
179 conf: Line
202 conf: WiredHeadset
[all …]
Ddevice_for_product_strategy_phone.pfw4 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_product_strategy_dtmf.pfw4 conf: calibration
17 conf: RemoteSubmix
45 conf: BluetoothA2dp
73 conf: BluetoothA2dpHeadphones
101 conf: BluetoothA2dpSpeaker
129 conf: ForceSpeakerWhenNotInCall
158 conf: BluetoothScoHeadset
187 conf: BluetoothSco
216 conf: WiredHeadphone
253 conf: Line
[all …]
Ddevice_for_product_strategy_sonification.pfw4 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_product_strategy_accessibility.pfw11 conf: Calibration
26 conf: RemoteSubmix
54 conf: BluetoothA2dp
82 conf: BluetoothA2dpHeadphone
110 conf: BluetoothA2dpSpeaker
138 conf: ForceSpeakerWhenNotInCall
166 conf: BluetoothScoCarkit
195 conf: BluetoothScoHeadset
224 conf: BluetoothSco
253 conf: WiredHeadphone
[all …]
Ddevice_for_product_strategy_sonification_respectful.pfw15 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 …]
Ddevice_for_product_strategy_transmitted_through_speaker.pfw4 conf: Calibration
34 conf: Selected
40 conf: NotSelected
Ddevice_for_product_strategy_patch.pfw4 conf: calibration
Ddevice_for_product_strategy_rerouting.pfw4 conf: calibration
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_input_source.pfw3 conf: Calibration
236 conf: A2dp
255 conf: Sco
275 conf: WiredHeadset
294 conf: UsbDevice
313 conf: BuiltinMic
332 conf: Stub
351 conf: Default
369 conf: VoiceCall
380 conf: Stub
[all …]
Dstrategy_for_usage.pfw4 conf: Calibration
22 conf: Sonification
31 conf: Phone
38 conf: Accessibility
Dvolumes.pfw3 conf: Calibration
19 conf: InCall
26 conf: OutOfCall
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java40 WifiConfiguration conf = in testScanResultMatchesWifiConfiguration() local
42 ScanDetail scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration()
43 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf), in testScanResultMatchesWifiConfiguration()
46 conf = WifiConfigurationTestUtil.createOpenNetwork("\"WIFIght the inevitable\""); in testScanResultMatchesWifiConfiguration()
47 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testScanResultMatchesWifiConfiguration()
48 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf), in testScanResultMatchesWifiConfiguration()
58 WifiConfiguration conf = in testDifferentBssidScanResultsMatch() local
60 ScanDetail scan1 = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testDifferentBssidScanResultsMatch()
61 ScanDetail scan2 = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testDifferentBssidScanResultsMatch()
/frameworks/base/wifi/tests/assets/hsr1/
DREADME.txt1 HSR1ProfileWithCACert.conf - unencoded installation file that contains a Passpoint profile and a CA…
2 HSR1ProfileWithCACert.base64 - base64 encoded of the data contained in HSR1ProfileWithCAWith.conf
/frameworks/base/services/core/
DAndroid.bp36 "gps_debug.conf",
82 name: "gps_debug.conf",
83 src: "java/com/android/server/location/gps_debug.conf",
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DVectorDrawablePerfTest.java64 Bitmap.Config conf = Bitmap.Config.ARGB_8888; in testBitmapDrawPerf() local
65 Bitmap bmp = Bitmap.createBitmap(w, h, conf); in testBitmapDrawPerf()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java302 Configuration conf = mContext.getResources().getConfiguration(); in getLocaleData() local
303 return conf.getLocales().toLanguageTags().getBytes(); in getLocaleData()
376 final Configuration conf = mContext.getResources().getConfiguration(); in setLocaleData() local
386 final LocaleList currentLocales = conf.getLocales(); in setLocaleData()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicyConfig.java49 protected AudioPolicyConfig(AudioPolicyConfig conf) { in AudioPolicyConfig() argument
50 mMixes = conf.mMixes; in AudioPolicyConfig()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp249 auto conf = (value >> 13) & 0x7; in unpackDepth16() local
250 float normConfidence = (conf == 0) ? 1.f : (static_cast<float>(conf) - 1) / 7.f; in unpackDepth16()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/
Ddevice_for_strategies.pfw2 conf: Calibration
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/
Ddevice_for_input_source.pfw3 conf: Calibration
/frameworks/base/core/java/android/animation/
DAnimatorSet.java340 int conf = super.getChangingConfigurations();
343 conf |= mNodes.get(i).mAnimation.getChangingConfigurations();
345 return conf;

12