Lines Matching refs:SoundChannel
116 class SoundChannel : public SoundEvent {
119 SoundChannel() : mAudioTrack(0), mState(IDLE), mNumChannels(1),
121 ~SoundChannel();
163 friend class SoundChannel;
188 void done_l(SoundChannel* channel);
199 SoundChannel* findChannel (int channelID);
200 SoundChannel* findNextChannel (int channelID);
201 SoundChannel* allocateChannel_l(int priority);
202 void moveToFront_l(SoundChannel* channel);
207 void addToRestartList(SoundChannel* channel);
208 void addToStopList(SoundChannel* channel);
217 SoundChannel* mChannelPool;
218 List<SoundChannel*> mChannels;
219 List<SoundChannel*> mRestart;
220 List<SoundChannel*> mStop;