Searched refs:config (Results 201 - 225 of 228) sorted by relevance

12345678910

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp188 audio_policy_forced_cfg_t config)
199 if (config < 0 || config >= AUDIO_POLICY_FORCE_CFG_CNT) {
204 mpAudioPolicy->set_force_use(mpAudioPolicy, usage, config);
187 setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) argument
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java240 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h320 static EGLContext createGLContext(EGLDisplay disp, EGLConfig config);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java532 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) { argument
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp474 ALOGV("ioConfigChanged() new config for output %d samplingRate %d, format %d channels %#x frameCount %d latency %d",
573 status_t AudioSystem::setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) argument
577 return aps->setForceUse(usage, config);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1013 // Flags indicating a set of config values. These flag constants must
1139 ResTable_config config; member in struct:android::ResTable_type
1573 const ResTable_config* config,
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java121 final boolean headless = "1".equals(SystemProperties.get("ro.config.headless", "0"));
808 // to start using it before the config change done in wm.systemReady() will
810 Configuration config = wm.computeNewConfiguration();
814 context.getResources().updateConfiguration(config, metrics);
H A DWifiService.java763 public int addOrUpdateNetwork(WifiConfiguration config) { argument
766 return mWifiStateMachine.syncAddOrUpdateNetwork(mWifiStateMachineChannel, config);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java128 * @param config the Configuration object for this render.
134 Configuration config,
141 mConfig = config;
131 BridgeContext(Object projectKey, DisplayMetrics metrics, RenderResources renderResources, IProjectCallback projectCallback, Configuration config, int targetSdkVersion) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java258 // The number of the required config values for broadcast SMS stored in the C struct
1993 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) { argument
1996 int numOfConfig = config.length;
2000 rr.mp.writeInt(config[i].getFromServiceId());
2001 rr.mp.writeInt(config[i].getToServiceId());
2002 rr.mp.writeInt(config[i].getFromCodeScheme());
2003 rr.mp.writeInt(config[i].getToCodeScheme());
2004 rr.mp.writeInt(config[i].isSelected() ? 1 : 0);
2011 riljLog(config[i].toString());
H A DCommandsInterface.java1375 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java197 final Configuration config = getResources().getConfiguration();
198 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/base/core/java/android/app/
H A DActivity.java5048 Configuration config) {
5050 lastNonConfigurationInstances, config);
5058 Configuration config) {
5095 mCurrentConfig = config;
5045 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config) argument
5053 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config) argument
H A DIActivityManager.java93 public void activityIdle(IBinder token, Configuration config, argument
/frameworks/base/core/java/android/provider/
H A DSettings.java1339 * @param config The settings to write.
1342 public static boolean putConfiguration(ContentResolver cr, Configuration config) { argument
1343 return putConfigurationForUser(cr, config, UserHandle.myUserId());
1347 public static boolean putConfigurationForUser(ContentResolver cr, Configuration config, argument
1349 return Settings.System.putFloatForUser(cr, FONT_SCALE, config.fontScale, userHandle);
4648 * Used to require DUN APN on the device or not - defaults to a build config value
4656 * corresponding build config values are set it will override the APN DB
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp382 switch (bitmap->config()) {
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java514 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java519 final Configuration config = res.getConfiguration();
522 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
542 } else { // if (config.orientation == Configuration.ORIENTATION_LANDSCAPE) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java180 // core/res/res/values/config.xml
853 mHeadless = "1".equals(SystemProperties.get("ro.config.headless", "0"));
1309 public void adjustConfigurationLw(Configuration config, int keyboardPresence, argument
1316 if (config.keyboard == Configuration.KEYBOARD_NOKEYS
1319 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_YES;
1321 config.keyboardHidden = Configuration.KEYBOARDHIDDEN_YES;
1325 if (config.navigation == Configuration.NAVIGATION_NONAV
1328 config.navigationHidden = Configuration.NAVIGATIONHIDDEN_YES;
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java551 final WifiConfiguration config = intent.getParcelableExtra(
553 if (config.SSID != null) {
555 removeDoubleQuotes(config.SSID));
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1721 // good since we will prefer a config that has specified a
1874 // good since we will prefer a config that has specified a
1991 //ALOGI("Matching keysHidden: have=%d, config=%d\n", keysHidden, setKeysHidden);
3076 // No {entry, appropriate config} pair found in package. If this
3110 thisConfig.copyFromDtoH(type->config);
3355 // No {entry, appropriate config} pair found in package. If this
3372 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) {
3375 bestConfig = type->config;
4796 const ResTable_type* config = type->configs[l]; local
4797 const ResTable_config* cfg = &config
4839 getEntry( const Package* package, int typeIndex, int entryIndex, const ResTable_config* config, const ResTable_type** outType, const ResTable_entry** outEntry, const Type** outTypeClass) const argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1594 mHeadless = "1".equals(SystemProperties.get("ro.config.headless", "0"));
2492 String resultWho, int requestCode, int startFlags, Configuration config,
2499 null, null, null, config, options, userId);
2702 Configuration config = mWindowManager.updateOrientationFromAppTokens(
2705 if (config != null) {
2707 if (!updateConfigurationLocked(config, r, false, false)) {
4209 + processName + " with config " + mConfiguration);
4322 public final void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { argument
4324 ActivityRecord r = mMainStack.activityIdleInternal(token, false, config);
7616 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Initial config
2490 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
12403 shouldShowDialogs(Configuration config) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java316 public void recreateMe(Configuration config) {
681 if (DEBUG_CONFIGURATION) Log.v(TAG, "**** re-creating lock screen since config changed");
684 if (DEBUG) Log.v(TAG, "recreating lockscreen because config changed");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1479 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java2250 ViewConfiguration config = ViewConfiguration.get(getContext());
2251 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());

Completed in 1124 milliseconds

12345678910