Searched defs:settings (Results 1 - 22 of 22) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAudioEncoder.c31 SLAudioEncoderSettings settings = *pSettings; local
33 thiz->mSettings = settings;
52 SLAudioEncoderSettings settings = thiz->mSettings; local
54 *pSettings = settings;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java17 package com.android.providers.settings;
70 // These are the critical accessibility settings that are required for a
71 // blind user to be able to interact with the device. If these settings are
181 * Informs the audio service of changes to the settings so that
H A DSettingsBackupAgent.java17 package com.android.providers.settings;
58 * Performs backup and restore of the System and Secure settings.
59 * List of settings that are backed up are stored in the Settings.java file
411 // representation of the backed-up settings.
422 if (DEBUG_BACKUP) Log.d(TAG, systemSettingsData.length + " bytes of settings data");
425 if (DEBUG_BACKUP) Log.d(TAG, secureSettingsData.length + " bytes of secure settings data");
428 if (DEBUG_BACKUP) Log.d(TAG, globalSettingsData.length + " bytes of global settings data");
455 // Our data is actually a blob of flattened settings data identical to that
469 // system settings data first
471 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings dat
619 restoreSettings(byte[] settings, int bytes, Uri contentUri, HashSet<String> movedToGlobal) argument
697 extractRelevantValues(Cursor cursor, String[] settings) argument
[all...]
H A DDatabaseHelper.java17 package com.android.providers.settings;
68 private static final String DATABASE_NAME = "settings.db";
73 // settings.
190 // Load inital settings values
196 Log.w(TAG, "Upgrading settings database from version " + oldVersion + " to "
278 // This introduces the new secure settings table.
592 * New settings for MountService
652 * New settings for new user interface noises.
677 /* Move the lockscreen related settings to Secure, including some private ones. */
694 // new vibration/silent mode settings
[all...]
H A DSettingsProvider.java17 package com.android.providers.settings;
71 // Caches for each user's settings, access-ordered for acting as LRU.
87 // Each defined user has their own settings
90 // Over this size we don't reject loading or saving settings but
138 // of the form content://settings/secure, arbitrary where clause
150 // of the form content://settings/secure/element_name, no where clause
275 String.format("Permission denial: writing to secure settings requires %1$s",
364 Slog.i(TAG, "Installing settings db helper and caches for user " + userHandle);
409 super("populate-settings-caches");
458 if (LOCAL_LOGV) Log.d(TAG, "cache for settings tabl
[all...]
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java17 package com.android.commands.settings;
31 static final String TAG = "settings";
57 System.err.println("Unable to run settings command");
126 "settings", UserHandle.USER_OWNER, token);
128 throw new IllegalStateException("Could not find settings provider");
146 activityManager.removeContentProviderExternal("settings", token);
150 System.err.println("Error while accessing settings provider");
215 System.err.println("usage: settings [--user NUM] get namespace key");
216 System.err.println(" settings [--user NUM] put namespace key value");
/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java232 public Settings(String settings) { argument
233 StringTokenizer st = new StringTokenizer(settings, "=;");
236 throw new IllegalArgumentException("settings: " + settings);
241 "invalid settings for BassBoost: " + key);
267 * bass boost settings must be saved by the application.
275 Settings settings = new Settings();
278 settings.strength = value[0];
279 return settings;
283 * Sets the bass boost properties. This method is useful when bass boost settings hav
290 setProperties(BassBoost.Settings settings) argument
[all...]
H A DPresetReverb.java249 public Settings(String settings) { argument
250 StringTokenizer st = new StringTokenizer(settings, "=;");
253 throw new IllegalArgumentException("settings: " + settings);
258 "invalid settings for PresetReverb: " + key);
284 * preset reverb settings must be saved by the application.
292 Settings settings = new Settings();
295 settings.preset = value[0];
296 return settings;
300 * Sets the preset reverb properties. This method is useful when preset reverb settings hav
307 setProperties(PresetReverb.Settings settings) argument
[all...]
H A DVirtualizer.java234 public Settings(String settings) { argument
235 StringTokenizer st = new StringTokenizer(settings, "=;");
238 throw new IllegalArgumentException("settings: " + settings);
243 "invalid settings for Virtualizer: " + key);
269 * virtualizer settings must be saved by the application.
277 Settings settings = new Settings();
280 settings.strength = value[0];
281 return settings;
285 * Sets the virtualizer properties. This method is useful when virtualizer settings hav
292 setProperties(Virtualizer.Settings settings) argument
[all...]
H A DEqualizer.java467 public Settings(String settings) { argument
468 StringTokenizer st = new StringTokenizer(settings, "=;");
471 throw new IllegalArgumentException("settings: " + settings);
476 "invalid settings for Equalizer: " + key);
490 throw new IllegalArgumentException("settings: " + settings);
523 * equalizer settings must be saved by the application.
533 Settings settings = new Settings();
534 settings
551 setProperties(Equalizer.Settings settings) argument
[all...]
H A DEnvironmentalReverb.java529 public Settings(String settings) { argument
530 StringTokenizer st = new StringTokenizer(settings, "=;");
533 throw new IllegalArgumentException("settings: " + settings);
538 "invalid settings for EnvironmentalReverb: " + key);
621 * reverb settings must be saved by the application.
631 Settings settings = new Settings();
632 settings.roomLevel = byteArrayToShort(param, 0);
633 settings.roomHFLevel = byteArrayToShort(param, 2);
634 settings
653 setProperties(EnvironmentalReverb.Settings settings) argument
[all...]
/frameworks/base/services/java/com/android/server/usb/
H A DUsbHostManager.java60 public void setCurrentSettings(UsbSettingsManager settings) { argument
62 mCurrentSettings = settings;
H A DUsbDeviceManager.java177 public void setCurrentSettings(UsbSettingsManager settings) { argument
179 mCurrentSettings = settings;
363 // register observer to listen for settings changes
701 new ComponentName("com.android.settings",
702 "com.android.settings.UsbSettings"));
736 new ComponentName("com.android.settings",
737 "com.android.settings.DevelopmentSettings"));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParams.java85 ToneSettings settings; field in class:PlayToneParams
91 this.settings = new ToneSettings(duration, tone, vibrate);
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c266 SLEnvironmentalReverbSettings settings = SL_I3DL2_ENVIRONMENT_PRESET_STONECORRIDOR; local
268 &settings);
H A Dreverb.c31 // Table of I3DL2 named environmental reverb settings
91 // Compare two environmental reverb settings structures.
92 // Returns true if the settings are identical, or false if they are different.
111 // Print an environmental reverb settings structure.
113 void slesutPrintEnvironmentalReverbSettings(const SLEnvironmentalReverbSettings *settings) argument
115 printf("roomLevel: %d\n", settings->roomLevel);
116 printf("roomHFLevel: %d\n", settings->roomHFLevel);
117 printf("decayTime: %d\n", settings->decayTime);
118 printf("decayHFRatio: %d\n", settings->decayHFRatio);
119 printf("reflectionsLevel: %d\n", settings
[all...]
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java175 TextServicesSettings settings) {
181 settings.getCurrentUserId());
337 // Spell checker language settings == "auto"
925 // TSMS settings are kept per user, so keep track of current user
173 buildSpellCheckerMapLocked(Context context, ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map, TextServicesSettings settings) argument
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java262 NetworkStatsSettings settings) {
268 mSettings = checkNotNull(settings, "missing NetworkStatsSettings");
1266 * Default external settings that read from
260 NetworkStatsService(Context context, INetworkManagementService networkManager, IAlarmManager alarmManager, TrustedTime time, File systemDir, NetworkStatsSettings settings) argument
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c2619 * @note It takes its parameters from the BGM settings in the xVSS internal context
2642 * Allocate audio mixing settings structure and fill it with BGM parameters */
2705 * Fill audio mix settings with BGM parameters */
2723 * Save audio mixing settings pointer to be able to free it in
2779 * Free VSS audio mixing settings */
2808 * Free clip/transition settings */
2856 * Free "local" BGM settings */
2869 * Free current edit settings structure */
2910 * Free clip/transition settings */
2976 * Free "local" BGM settings */
4611 M4xVSS_internal_SlideTransitionSettings* settings = local
[all...]
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java209 * @param settings A WebSettings object that holds all settings.
213 WebSettingsClassic settings, Map<String, Object> javascriptInterfaces) {
249 mSettings = settings;
212 BrowserFrame(Context context, WebViewCore w, CallbackProxy proxy, WebSettingsClassic settings, Map<String, Object> javascriptInterfaces) argument
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp157 jobject settings);
206 jobject settings,
263 jobject settings);
1569 jobject settings,
1597 // Validate the settings parameter.
1599 (NULL == settings),
1600 "settings is null");
1641 "settings already loaded");
1643 // Retrieve the edit settings.
1649 settings,
1566 videoEditor_populateSettings( JNIEnv* pEnv, jobject thiz, jobject settings, jobject object, jobject audioSettingObject) argument
2940 videoEditor_generateClip( JNIEnv* pEnv, jobject thiz, jobject settings) argument
2985 videoEditor_loadSettings( JNIEnv* pEnv, jobject thiz, jobject settings) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java8303 // StrictMode settings turned up high. Without batching,
14118 void onCoreSettingsChange(Bundle settings) { argument
14123 processRecord.thread.setCoreSettings(settings);

Completed in 846 milliseconds