Searched refs:suspend (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DDeviceMotionService.java61 public void suspend() { method in class:DeviceMotionService
H A DDeviceOrientationService.java65 public void suspend() { method in class:DeviceOrientationService
/frameworks/av/services/audioflinger/
H A DThreads.h207 // suspend or restore effect according to the type of effect passed. a NULL
208 // type pointer means suspend all effects in the session
210 bool suspend,
234 int mRefCount; // number of active suspend requests
243 bool suspend,
247 bool suspend,
333 // suspend by audio policy manager is orthogonal to mixer state
400 // a very large number of suspend() will eventually wraparound, but unlikely
401 void suspend() { (void) android_atomic_inc(&mSuspended); } function in class:PlaybackThread
404 // if restore() is done without suspend(), ge
[all...]
H A DEffects.h237 // corresponding to a suspend all request.
294 // suspend effect of the given type
296 bool suspend);
297 // suspend all eligible effects
298 void setEffectSuspendedAll_l(bool suspend);
299 // check if effects should be suspend or restored when a given effect is enable or disabled
321 // get a list of effect modules to suspend when an effect of the type
329 // types or implementations from the suspend/restore mechanism.
H A DThreads.cpp540 const effect_uuid_t *type, bool suspend, int sessionId)
543 setEffectSuspended_l(type, suspend, sessionId);
547 const effect_uuid_t *type, bool suspend, int sessionId)
552 chain->setEffectSuspended_l(type, suspend);
554 chain->setEffectSuspendedAll_l(suspend);
558 updateSuspendedSessions_l(type, suspend, sessionId);
586 bool suspend,
593 if (suspend) {
614 if (suspend) {
623 ALOGV("updateSuspendedSessions_l() suspend addin
539 setEffectSuspended( const effect_uuid_t *type, bool suspend, int sessionId) argument
546 setEffectSuspended_l( const effect_uuid_t *type, bool suspend, int sessionId) argument
585 updateSuspendedSessions_l(const effect_uuid_t *type, bool suspend, int sessionId) argument
3887 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local
4234 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local
[all...]
H A DEffects.cpp924 // checkSuspendOnEffectEnabled() can suspend this same effect when enabled
1543 const effect_uuid_t *type, bool suspend)
1549 if (suspend) {
1596 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) argument
1601 if (suspend) {
1687 // if the effect is not suspend check if all effects are suspended
1542 setEffectSuspended_l( const effect_uuid_t *type, bool suspend) argument
H A DAudioFlinger.cpp885 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; local
888 // suspend effects associated with those session IDs
892 suspend,
895 suspend,
1557 thread->suspend();
/frameworks/base/services/jni/
H A Dcom_android_server_power_PowerManagerService.cpp36 #include <suspend/autosuspend.h>
/frameworks/base/core/java/android/widget/
H A DVideoView.java626 public void suspend() { method in class:VideoView
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java157 public void setSuspended(boolean suspend) { argument
158 mSuspended = suspend;
H A DMultiWaveView.java158 public void setSuspended(boolean suspend) { argument
159 mSuspended = suspend;

Completed in 194 milliseconds