Lines Matching defs:channelID
201 SoundChannel* SoundPool::findChannel(int channelID) in findChannel()
211 SoundChannel* SoundPool::findNextChannel(int channelID) in findNextChannel()
255 int channelID; in play() local
339 void SoundPool::pause(int channelID) in pause()
359 void SoundPool::resume(int channelID) in resume()
379 void SoundPool::stop(int channelID) in stop()
393 void SoundPool::setVolume(int channelID, float leftVolume, float rightVolume) in setVolume()
402 void SoundPool::setPriority(int channelID, int priority) in setPriority()
412 void SoundPool::setLoop(int channelID, int loop) in setLoop()
422 void SoundPool::setRate(int channelID, float rate) in setRate()
1075 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, in set()