Home
last modified time | relevance | path

Searched defs:suspend (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/webkit/
DDeviceMotionService.java61 public void suspend() { in suspend() method in DeviceMotionService
DDeviceOrientationService.java65 public void suspend() { in suspend() method in DeviceOrientationService
/frameworks/base/core/java/android/widget/
DVideoView.java626 public void suspend() { in suspend() method in VideoView
/frameworks/av/services/audioflinger/
DThreads.cpp540 const effect_uuid_t *type, bool suspend, int sessionId) in setEffectSuspended()
547 const effect_uuid_t *type, bool suspend, int sessionId) in setEffectSuspended_l()
586 bool suspend, in updateSuspendedSessions_l()
3885 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && in createRecordTrack_l() local
4232 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && in checkForNewParameters_l() local
DEffects.cpp1543 const effect_uuid_t *type, bool suspend) in setEffectSuspended_l()
1596 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) in setEffectSuspendedAll_l()
DThreads.h401 void suspend() { (void) android_atomic_inc(&mSuspended); } in suspend() function
DAudioFlinger.cpp885 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; in setParameters() local
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DMultiWaveView.java158 public void setSuspended(boolean suspend) { in setSuspended()
DGlowPadView.java157 public void setSuspended(boolean suspend) { in setSuspended()