Searched refs:mRestart (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DSoundPool.cpp101 mRestart.push_back(channel);
144 while (!mRestart.empty()) {
147 List<SoundChannel*>::iterator iter = mRestart.begin();
149 mRestart.erase(iter);
161 mRestart.clear();
/frameworks/av/include/media/
H A DSoundPool.h219 List<SoundChannel*> mRestart; member in class:android::SoundPool

Completed in 7 milliseconds