Searched refs:configKey (Results 1 - 22 of 22) sorted by relevance

/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.h31 extern SLresult android_audioRecorder_setConfig(CAudioRecorder* ar, const SLchar *configKey,
43 extern SLresult android_audioRecorder_getConfig(CAudioRecorder* ar, const SLchar *configKey,
H A DAudioPlayer_to_android.h52 extern SLresult android_audioPlayer_setConfig(CAudioPlayer *pAudioPlayer, const SLchar *configKey,
64 extern SLresult android_audioPlayer_getConfig(CAudioPlayer *pAudioPlayer, const SLchar *configKey,
H A DAudioRecorder_to_android.cpp432 SLresult android_audioRecorder_setConfig(CAudioRecorder* ar, const SLchar *configKey, argument
437 assert(NULL != ar && NULL != configKey && NULL != pConfigValue);
438 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_RECORDING_PRESET) == 0) {
448 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) {
467 SLresult android_audioRecorder_getConfig(CAudioRecorder* ar, const SLchar *configKey, argument
472 assert(NULL != ar && NULL != configKey && NULL != pValueSize);
473 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_RECORDING_PRESET) == 0) {
486 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) {
H A DAudioPlayer_to_android.cpp1387 SLresult android_audioPlayer_setConfig(CAudioPlayer *ap, const SLchar *configKey, argument
1392 assert(NULL != ap && NULL != configKey && NULL != pConfigValue);
1393 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_STREAM_TYPE) == 0) {
1402 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) {
1422 SLresult android_audioPlayer_getConfig(CAudioPlayer* ap, const SLchar *configKey, argument
1427 assert(NULL != ap && NULL != configKey && NULL != pValueSize);
1428 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_STREAM_TYPE) == 0) {
1441 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) {
/frameworks/wilhelm/src/itf/
H A DIAndroidConfiguration.c27 const SLchar *configKey,
34 if (NULL == configKey || NULL == pConfigValue || valueSize == 0) {
45 configKey, valueSize);
46 result = android_audioRecorder_setConfig((CAudioRecorder *) thiz->mThis, configKey,
51 configKey, valueSize);
52 result = android_audioPlayer_setConfig((CAudioPlayer *) thiz->mThis, configKey,
68 const SLchar *configKey,
76 if (NULL == configKey || NULL == pValueSize) {
85 result = android_audioRecorder_getConfig((CAudioRecorder *) thiz->mThis, configKey,
89 result = android_audioPlayer_getConfig((CAudioPlayer *) thiz->mThis, configKey,
26 IAndroidConfiguration_SetConfiguration(SLAndroidConfigurationItf self, const SLchar *configKey, const void *pConfigValue, SLuint32 valueSize) argument
67 IAndroidConfiguration_GetConfiguration(SLAndroidConfigurationItf self, const SLchar *configKey, SLuint32 *pValueSize, void *pConfigValue) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java435 * @param pskMap Map of preSharedKeys, keyed by the configKey of the configuration the
454 && pskMap.containsKey(config.configKey(true))) {
455 newConfig.preSharedKey = pskMap.get(config.configKey(true));
534 * @return a map from configKey to preSharedKey.
607 + " " + config.configKey());
1172 if (config.configKey().equals(mLastSelectedConfiguration)) {
1184 String key = config.configKey();
1197 private void removeUserSelectionPreference(String configKey) { argument
1199 Log.d(TAG, "removeUserSelectionPreference: key is " + configKey);
1201 if (configKey
1719 readNetworkVariableFromSupplicantFile(String configKey, String key) argument
2943 private static int configKey(WifiConfiguration config) { method in class:WifiConfigManager
[all...]
H A DConfigurationMap.java40 mPerConfigKey.put(config.configKey().hashCode(), config); // This is ridiculous...
59 mPerConfigKey.remove(config.configKey().hashCode());
144 if (config.configKey().equals(key)) {
H A DWifiConfigStore.java85 public static final String ID_STRING_KEY_CONFIG_KEY = "configKey";
431 // The configKey is explicitly stored in wpa_supplicant.conf, because config does
433 String configKey = extras.get(ID_STRING_KEY_CONFIG_KEY);
434 if (configKey == null) {
435 // Handle the legacy case where the configKey is not stored in
438 // the configKey for this network into wpa_supplicant.conf.
439 configKey = config.configKey();
442 final WifiConfiguration duplicateConfig = configs.put(configKey, config);
595 metadata.put(ID_STRING_KEY_CONFIG_KEY, config.configKey());
[all...]
H A DWifiNetworkHistory.java164 logd("saving network history: " + config.configKey() + " gw: "
186 logv("writeKnownNetworkHistory write config " + config.configKey());
188 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL);
318 * as a mapping from configKey to WifiConfiguration, because the WifiConfigurations themselves
322 * @param configs mapping from configKey to a WifiConfiguration that contains the information
H A DWifiStateMachine.java433 logd("autoRoamSetBSSID " + bssid + " key=" + config.configKey());
2492 sb.append(" ").append(lastSavedConfigurationAttempt.configKey());
2517 sb.append(" ").append(lastForgetConfigurationAttempt.configKey());
2581 sb.append(" ").append(config.configKey());
2629 sb.append(" cur=").append(config.configKey());
2695 sb.append(" ").append(config.configKey());
2706 sb.append(config.configKey());
2743 sb.append(" ").append(config.configKey());
2751 if (curConfig.configKey().equals(config.configKey())) {
[all...]
H A DWifiConnectivityManager.java703 localLog("No scan channels for " + config.configKey() + ". Perform full band scan");
H A DWifiQualifiedNetworkSelector.java481 String key = selected.configKey();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DConfigurationMapTest.java129 mConfigs.getByConfigKeyIDForAllUsers(config.configKey().hashCode()));
139 assertEquals(config, mConfigs.getByConfigKeyForCurrentUser(config.configKey()));
155 assertNull(mConfigs.getByConfigKeyForCurrentUser(config.configKey()));
H A DWifiConfigManagerTest.java269 assertEquals(expectedConfig.configKey(), actualConfig.configKey(false));
349 mWifiConfigManager.getWifiConfiguration(expectedConfig.configKey());
476 metadata.put(WifiConfigStore.ID_STRING_KEY_CONFIG_KEY, CONFIGS.get(network).configKey());
515 assertEquals(CONFIGS.get(network).configKey(), values.get(0));
557 * configKey and the FQDN for HotSpot 2.0 networks.
588 metadata.put(WifiConfigStore.ID_STRING_KEY_CONFIG_KEY, CONFIGS.get(2).configKey());
596 metadata.put(WifiConfigStore.ID_STRING_KEY_CONFIG_KEY, CONFIGS.get(3).configKey());
613 stream.writeUTF(WifiNetworkHistory.CONFIG_KEY + ": " + config.configKey() + '\n');
664 metadata.put(WifiConfigStore.ID_STRING_KEY_CONFIG_KEY, config.configKey());
[all...]
H A DWifiQualifiedNetworkSelectorTest.java663 String key = configs[configs.length - 1].configKey();
716 when(mWifiConfigManager.getWifiConfiguration(configs[2].configKey()))
1547 savedConfigs[0].linkedConfigurations.put(savedConfigs[1].configKey(), 1);
1548 savedConfigs[1].linkedConfigurations.put(savedConfigs[0].configKey(), 1);
1598 savedConfigs[0].linkedConfigurations.put(savedConfigs[1].configKey(), 1);
1599 savedConfigs[1].linkedConfigurations.put(savedConfigs[0].configKey(), 1);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h205 const SLchar *configKey,
210 const SLchar *configKey,
/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java70 private boolean writeConfig(DataOutputStream out, int configKey, argument
152 out.writeInt(configKey);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java920 * configKey is : "SSID"-WEP-WPA_PSK-WPA_EAP
1011 *@return returns configKey of user preferred choice over this configuration
1019 * @param newConnectChoice, the configKey of user preferred choice over this configuration
1373 if (config.linkedConfigurations.get(configKey()) != null
1374 && linkedConfigurations.get(config.configKey()) != null) {
1724 public String configKey(boolean allowCached) { method in class:WifiConfiguration
1753 * get configKey, force calculating the config string
1755 public String configKey() { method in class:WifiConfiguration
1756 return configKey(false);
1870 mCachedConfigKey = null; //force null configKey
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java241 // Calculate the equivalent of WifiConfiguration's configKey()
242 public String configKey() { method in class:SettingsBackupAgent.Network
315 final String netConfigKey = net.configKey();
318 if (Objects.equals(netConfigKey, whitelist.get(i).configKey(true))) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java1128 Key<StreamConfiguration[]> configKey =
1130 mMetadata.writeValues(configKey.getTag(),
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h222 const XAchar * configKey,
228 const XAchar * configKey,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 893 milliseconds