Searched defs:suspend (Results 1 - 7 of 7) 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/base/core/java/android/widget/
H A DVideoView.java603 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;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h640 // suspend or restore effect according to the type of effect passed. a NULL
641 // type pointer means suspend all effects in the session
643 bool suspend,
667 int mRefCount; // number of active suspend requests
676 bool suspend,
680 bool suspend,
771 // suspend by audio policy manager is orthogonal to mixer state
1092 // a very large number of suspend() will eventually wraparound, but unlikely
1093 void suspend() { (void) android_atomic_inc(&mSuspended); } function in class:android::AudioFlinger::PlaybackThread
1096 // if restore() is done without suspend(), ge
[all...]
H A DAudioFlinger.cpp889 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; local
892 // suspend effects associated with those session IDs
896 suspend,
899 suspend,
1406 const effect_uuid_t *type, bool suspend, int sessionId)
1409 setEffectSuspended_l(type, suspend, sessionId);
1413 const effect_uuid_t *type, bool suspend, int sessionId)
1418 chain->setEffectSuspended_l(type, suspend);
1420 chain->setEffectSuspendedAll_l(suspend);
1424 updateSuspendedSessions_l(type, suspend, sessionI
1405 setEffectSuspended( const effect_uuid_t *type, bool suspend, int sessionId) argument
1412 setEffectSuspended_l( const effect_uuid_t *type, bool suspend, int sessionId) argument
1451 updateSuspendedSessions_l(const effect_uuid_t *type, bool suspend, int sessionId) argument
6276 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local
6640 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local
9576 setEffectSuspended_l( const effect_uuid_t *type, bool suspend) argument
9630 setEffectSuspendedAll_l(bool suspend) argument
[all...]

Completed in 360 milliseconds