Lines Matching defs:channel
97 void SoundPool::addToRestartList(SoundChannel* channel) in addToRestartList()
106 void SoundPool::addToStopList(SoundChannel* channel) in addToStopList()
130 SoundChannel* channel; in run() local
145 SoundChannel* channel; in run() local
247 SoundChannel* channel; in play() local
283 SoundChannel* channel = NULL; in allocateChannel_l() local
309 void SoundPool::moveToFront_l(SoundChannel* channel) in moveToFront_l()
324 SoundChannel* channel = findChannel(channelID); in pause() local
335 SoundChannel* channel = &mChannelPool[i]; in autoPause() local
344 SoundChannel* channel = findChannel(channelID); in resume() local
355 SoundChannel* channel = &mChannelPool[i]; in autoResume() local
364 SoundChannel* channel = findChannel(channelID); in stop() local
377 SoundChannel* channel = findChannel(channelID); in setVolume() local
387 SoundChannel* channel = findChannel(channelID); in setPriority() local
397 SoundChannel* channel = findChannel(channelID); in setLoop() local
407 SoundChannel* channel = findChannel(channelID); in setRate() local
414 void SoundPool::done_l(SoundChannel* channel) in done_l()
694 SoundChannel* channel = static_cast<SoundChannel*>((void *)((unsigned long)user & ~1)); in callback() local