Searched defs:autoPause (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSoundPool.java273 public final void autoPause() { method in class:SoundPool
274 mImpl.autoPause();
281 * calls to autoPause().
423 public void autoPause(); method in interface:SoundPool.SoundPoolDelegate
533 public native final void autoPause(); method in class:SoundPool.SoundPoolImpl
656 public final void autoPause() { } method in class:SoundPool.SoundPoolStub
/frameworks/av/media/libmedia/
H A DSoundPool.cpp326 void SoundPool::autoPause() function in class:android::SoundPool
328 ALOGV("autoPause()");
332 channel->autoPause();
809 void SoundChannel::autoPause() function in class:android::SoundChannel

Completed in 56 milliseconds