Searched defs:configKey (Results 1 - 8 of 8) sorted by relevance

/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/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/wilhelm/src/android/
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/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/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/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...]
/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 2071 milliseconds