Home
last modified time | relevance | path

Searched refs:mAutoPaused (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPool.h119 mPos(0), mToggle(0), mAutoPaused(false), mMuted(false) {} in SoundChannel()
158 bool mAutoPaused; variable
DSoundPool.cpp1026 mAutoPaused = true; in autoPause()
1037 mAutoPaused = false; in resume()
1045 if (mAutoPaused && (mState == PAUSED)) { in autoResume()
1048 mAutoPaused = false; in autoResume()