Searched refs:disable (Results 51 - 70 of 70) sorted by relevance

123

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp347 void IPCThreadState::disableBackgroundScheduling(bool disable) argument
349 gDisableBackgroundScheduling = disable;
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp78 void (* disable)(preproc_effect_t *fx); member in struct:preproc_ops_s
646 effect->ops->disable(effect);
678 effect->ops->disable(effect);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java662 provider.disable();
971 p.disable();
1947 mockProvider.disable();
H A DUiModeManagerService.java383 "updateLocked: preparing broadcast: action=%s enable=0x%08x disable=0x%08x",
470 "Handling broadcast result for action %s: enable=0x%08x, disable=0x%08x, "
526 // Fear not: StatusBarManagerService manages a list of requests to disable
532 mStatusBarManager.disable(mCarModeEnabled
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java637 * @param disableOthers if true, disable all other networks. The way to
872 * Enable or disable Wi-Fi.
873 * @param enabled {@code true} to enable, {@code false} to disable.
1480 public void disable(int netId, ActionListener listener) { method in class:WifiManager
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java40 /** Timeout for enable/disable in ms. */
483 public void disable(BluetoothAdapter adapter) { method in class:BluetoothTestUtils
502 assertTrue(adapter.disable());
510 fail(String.format("disable() invalid state: state=%d", state));
521 writeOutput(String.format("disable() completed in %d ms", (finish - start)));
523 writeOutput("disable() completed");
533 fail(String.format("disable() timeout: state=%d (expected %d), flags=0x%x (expected 0x%x)",
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp388 mixer->disable(name);
H A DAudioFlinger.h1606 // reset, enable, disable commands to effect engine and provide volume
1715 // sending disable command.
1716 uint32_t mDisableWaitCnt; // current process() calls count during disable period.
1737 virtual status_t disable();
H A DAudioMixer.cpp393 void AudioMixer::disable(int name) function in class:android::AudioMixer
401 ALOGV("disable(%d)", name);
H A DAudioFlinger.cpp880 // disable AEC and NS if the device is a BT SCO headset supporting those pre processings
3305 mAudioMixer->disable(name);
6275 // disable AEC and NS if the device is a BT SCO headset supporting those pre processings
6638 // disable AEC and NS if the device is a BT SCO headset supporting those pre processings
8988 status_t AudioFlinger::EffectHandle::disable() function in class:android::AudioFlinger::EffectHandle
8990 ALOGV("disable %p", this);
9116 return disable();
9747 ALOGV("checkSuspendOnEffectEnabled() disable restoring fx %08x",
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java70 * System property used to enable or disable dirty regions invalidation.
76 * "false", to disable partial invalidates
81 * System property used to enable or disable vsync.
85 * "true", to disable vsync
91 * System property used to enable or disable hardware rendering profiling.
100 * "false", to disable profiling
134 * "false", to disable dirty regions debugging
145 * "false", to disable hardware layers updates debugging
157 * "false", to disable overdraw debugging
192 * Invoke this method to disable hardwar
196 public static void disable(boolean system) { method in class:HardwareRenderer
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java616 * screen turning off, should always disable listeners if already enabled
619 * screen turned on and current app does not have sensor orientation, disable listeners if
634 boolean disable = true;
637 disable = false;
647 if (disable && mOrientationSensorEnabled) {
648 mOrientationListener.disable();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java188 * External apps (like the phone app) can tell us to disable the keygaurd.
713 // can get past the keyguard. ignore extraneous requests to disable / reenable
1304 // Permanently disable components not available when keyguard is enabled
1305 // (like recents). Temporary enable/disable (e.g. the "back" button) are
1309 // showing secure lockscreen; disable expanding.
1313 // showing secure lockscreen; disable ticker.
1324 mStatusBarManager.disable(flags);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewMediator.java189 * External apps (like the phone app) can tell us to disable the keygaurd.
537 // can get past the keyguard. ignore extraneous requests to disable / reenable
1164 // disable user activity if we are shown and not hidden
1206 // disable navigation status bar components (home, recents) if lock screen is up
1209 // showing secure lockscreen; disable expanding.
1213 // showing secure lockscreen; disable ticker.
1223 mStatusBarManager.disable(flags);
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java732 public void disable() { method in class:GpsLocationProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java223 disable(switches[0]);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java486 // watch the PREF_DO_NOT_DISTURB and convert to appropriate disable() calls
889 public void disable(int state) { method in class:TabletStatusBar
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp441 mCaches.stencil.disable();
462 mCaches.stencil.disable();
1126 // is likely different so we need to disable clipping here
1980 // TODO: avoid enable/disable in back to back uses of the alpha attribute
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1166 public void disable(int state) { method in class:PhoneStatusBar
1172 Slog.d(TAG, String.format("disable: 0x%08x -> 0x%08x (diff: 0x%08x)",
1177 flagdbg.append("disable: < ");
/frameworks/base/core/java/android/app/
H A DActivityThread.java4167 HardwareRenderer.disable(false);
4960 HardwareRenderer.disable(true);
5012 // disable it here, but selectively enable it later (via

Completed in 280 milliseconds

123