Lines Matching defs:channel
99 void SoundPool::addToRestartList(SoundChannel* channel) in addToRestartList()
108 void SoundPool::addToStopList(SoundChannel* channel) in addToStopList()
132 SoundChannel* channel; in run() local
147 SoundChannel* channel; in run() local
252 SoundChannel* channel; in play() local
288 SoundChannel* channel = NULL; in allocateChannel_l() local
326 void SoundPool::moveToFront_l(SoundChannel* channel) in moveToFront_l()
341 SoundChannel* channel = findChannel(channelID); in pause() local
352 SoundChannel* channel = &mChannelPool[i]; in autoPause() local
361 SoundChannel* channel = findChannel(channelID); in resume() local
385 SoundChannel* channel = &mChannelPool[i]; in autoResume() local
394 SoundChannel* channel = findChannel(channelID); in stop() local
407 SoundChannel* channel = findChannel(channelID); in setVolume() local
417 SoundChannel* channel = findChannel(channelID); in setPriority() local
427 SoundChannel* channel = findChannel(channelID); in setLoop() local
437 SoundChannel* channel = findChannel(channelID); in setRate() local
444 void SoundPool::done_l(SoundChannel* channel) in done_l()
885 SoundChannel* channel = static_cast<SoundChannel*>((void *)((unsigned long)user & ~1)); in callback() local