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

/frameworks/av/include/media/
H A DSoundPool.h121 class SoundChannel : public SoundEvent { class in namespace:android
124 SoundChannel() : mState(IDLE), mNumChannels(1), function in class:android::SoundChannel
126 ~SoundChannel();
168 friend class SoundChannel;
192 void done_l(SoundChannel* channel);
203 SoundChannel* findChannel (int channelID);
204 SoundChannel* findNextChannel (int channelID);
205 SoundChannel* allocateChannel_l(int priority);
206 void moveToFront_l(SoundChannel* channel);
211 void addToRestartList(SoundChannel* channe
[all...]
/frameworks/av/media/libmedia/
H A DSoundPool.cpp68 mChannelPool = new SoundChannel[mMaxChannels];
97 void SoundPool::addToRestartList(SoundChannel* channel)
106 void SoundPool::addToStopList(SoundChannel* channel)
130 SoundChannel* channel;
132 List<SoundChannel* >::iterator iter = mStop.begin();
145 SoundChannel* channel;
147 List<SoundChannel*>::iterator iter = mRestart.begin();
186 SoundChannel* SoundPool::findChannel(int channelID)
196 SoundChannel* SoundPool::findNextChannel(int channelID)
247 SoundChannel* channe
[all...]

Completed in 62 milliseconds