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.java589 public void suspend() { method in class:VideoView
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java152 public void setSuspended(boolean suspend) { argument
153 mSuspended = suspend;
H A DMultiWaveView.java157 public void setSuspended(boolean suspend) { argument
158 mSuspended = suspend;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h564 // suspend or restore effect according to the type of effect passed. a NULL
565 // type pointer means suspend all effects in the session
567 bool suspend,
591 int mRefCount; // number of active suspend requests
600 bool suspend,
604 bool suspend,
683 // suspend by audio policy manager is orthogonal to mixer state
999 void suspend() { mSuspended++; } function in class:android::AudioFlinger::PlaybackThread
1024 uint32_t mSuspended; // suspend count, > 0 means suspended
1661 // corresponding to a suspend al
[all...]
H A DAudioFlinger.cpp883 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; local
885 suspend,
888 suspend,
1372 const effect_uuid_t *type, bool suspend, int sessionId)
1375 setEffectSuspended_l(type, suspend, sessionId);
1379 const effect_uuid_t *type, bool suspend, int sessionId)
1384 chain->setEffectSuspended_l(type, suspend);
1386 chain->setEffectSuspendedAll_l(suspend);
1390 updateSuspendedSessions_l(type, suspend, sessionId);
1418 bool suspend,
1371 setEffectSuspended( const effect_uuid_t *type, bool suspend, int sessionId) argument
1378 setEffectSuspended_l( const effect_uuid_t *type, bool suspend, int sessionId) argument
1417 updateSuspendedSessions_l(const effect_uuid_t *type, bool suspend, int sessionId) argument
6221 bool suspend = audio_is_bluetooth_sco_device( local
6518 bool suspend = audio_is_bluetooth_sco_device( local
9392 setEffectSuspended_l( const effect_uuid_t *type, bool suspend) argument
9444 setEffectSuspendedAll_l(bool suspend) argument
[all...]

Completed in 697 milliseconds