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.cpp365 SLresult android_audioRecorder_setConfig(CAudioRecorder* ar, const SLchar *configKey, argument
370 assert(NULL != ar && NULL != configKey && NULL != pConfigValue);
371 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_RECORDING_PRESET) == 0) {
391 SLresult android_audioRecorder_getConfig(CAudioRecorder* ar, const SLchar *configKey, argument
396 assert(NULL != ar && NULL != configKey && NULL != pValueSize);
397 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_RECORDING_PRESET) == 0) {
H A DAudioPlayer_to_android.cpp1324 SLresult android_audioPlayer_setConfig(CAudioPlayer *ap, const SLchar *configKey, argument
1329 assert(NULL != ap && NULL != configKey && NULL != pConfigValue);
1330 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_STREAM_TYPE) == 0) {
1350 SLresult android_audioPlayer_getConfig(CAudioPlayer* ap, const SLchar *configKey, argument
1355 assert(NULL != ap && NULL != configKey && NULL != pValueSize);
1356 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_STREAM_TYPE) == 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.java440 * @param pskMap Map of preSharedKeys, keyed by the configKey of the configuration the
459 && pskMap.containsKey(config.configKey(true))) {
460 newConfig.preSharedKey = pskMap.get(config.configKey(true));
539 * @return a map from configKey to preSharedKey.
612 + " " + config.configKey());
1183 if (config.configKey().equals(mLastSelectedConfiguration)) {
1195 String key = config.configKey();
1208 private void removeUserSelectionPreference(String configKey) { argument
1210 Log.d(TAG, "removeUserSelectionPreference: key is " + configKey);
1212 if (configKey
1729 readNetworkVariableFromSupplicantFile(String configKey, String key) argument
2965 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.java83 public static final String ID_STRING_KEY_CONFIG_KEY = "configKey";
427 // The configKey is explicitly stored in wpa_supplicant.conf, because config does
429 String configKey = extras.get(ID_STRING_KEY_CONFIG_KEY);
430 if (configKey == null) {
431 // Handle the legacy case where the configKey is not stored in
434 // the configKey for this network into wpa_supplicant.conf.
435 configKey = config.configKey();
438 final WifiConfiguration duplicateConfig = configs.put(configKey, config);
591 metadata.put(ID_STRING_KEY_CONFIG_KEY, config.configKey());
[all...]
H A DWifiNetworkHistory.java163 logd("saving network history: " + config.configKey() + " gw: "
185 logv("writeKnownNetworkHistory write config " + config.configKey());
187 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL);
317 * as a mapping from configKey to WifiConfiguration, because the WifiConfigurations themselves
321 * @param configs mapping from configKey to a WifiConfiguration that contains the information
H A DWifiStateMachine.java431 logd("autoRoamSetBSSID " + bssid + " key=" + config.configKey());
2452 sb.append(" ").append(lastSavedConfigurationAttempt.configKey());
2477 sb.append(" ").append(lastForgetConfigurationAttempt.configKey());
2540 sb.append(" ").append(config.configKey());
2588 sb.append(" cur=").append(config.configKey());
2654 sb.append(" ").append(config.configKey());
2665 sb.append(config.configKey());
2702 sb.append(" ").append(config.configKey());
2710 if (curConfig.configKey().equals(config.configKey())) {
[all...]
H A DWifiConnectivityManager.java648 localLog("No scan channels for " + config.configKey() + ". Perform full band scan");
H A DWifiQualifiedNetworkSelector.java482 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.java919 * configKey is : "SSID"-WEP-WPA_PSK-WPA_EAP
1010 *@return returns configKey of user preferred choice over this configuration
1018 * @param newConnectChoice, the configKey of user preferred choice over this configuration
1372 if (config.linkedConfigurations.get(configKey()) != null
1373 && linkedConfigurations.get(config.configKey()) != null) {
1723 public String configKey(boolean allowCached) { method in class:WifiConfiguration
1752 * get configKey, force calculating the config string
1754 public String configKey() { method in class:WifiConfiguration
1755 return configKey(false);
1869 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 6436 milliseconds