Searched refs:suspend (Results 1 - 5 of 5) 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/services/audioflinger/
H A DAudioFlinger.h488 // suspend or restore effect according to the type of effect passed. a NULL
489 // type pointer means suspend all effects in the session
491 bool suspend,
510 int mRefCount; // number of active suspend requests
519 bool suspend,
523 bool suspend,
737 void suspend() { mSuspended++; } function in class:android::AudioFlinger::PlaybackThread
1248 // corresponding to a suspend all request.
1304 // suspend effect of the given type
1306 bool suspend);
[all...]
H A DAudioFlinger.cpp770 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; local
772 suspend,
775 suspend,
1229 const effect_uuid_t *type, bool suspend, int sessionId)
1232 setEffectSuspended_l(type, suspend, sessionId);
1236 const effect_uuid_t *type, bool suspend, int sessionId)
1242 chain->setEffectSuspended_l(type, suspend);
1244 chain->setEffectSuspendedAll_l(suspend);
1248 updateSuspendedSessions_l(type, suspend, sessionId);
1276 bool suspend,
1228 setEffectSuspended( const effect_uuid_t *type, bool suspend, int sessionId) argument
1235 setEffectSuspended_l( const effect_uuid_t *type, bool suspend, int sessionId) argument
1275 updateSuspendedSessions_l(const effect_uuid_t *type, bool suspend, int sessionId) argument
4500 bool suspend = audio_is_bluetooth_sco_device( local
4725 bool suspend = audio_is_bluetooth_sco_device( local
7459 setEffectSuspended_l( const effect_uuid_t *type, bool suspend) argument
7511 setEffectSuspendedAll_l(bool suspend) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DVideoView.java576 public void suspend() { method in class:VideoView

Completed in 97 milliseconds