Lines Matching defs:channelID
199 SoundChannel* SoundPool::findChannel(int channelID) in findChannel()
209 SoundChannel* SoundPool::findNextChannel(int channelID) in findNextChannel()
253 int channelID; in play() local
337 void SoundPool::pause(int channelID) in pause()
357 void SoundPool::resume(int channelID) in resume()
390 void SoundPool::stop(int channelID) in stop()
404 void SoundPool::setVolume(int channelID, float leftVolume, float rightVolume) in setVolume()
413 void SoundPool::setPriority(int channelID, int priority) in setPriority()
423 void SoundPool::setLoop(int channelID, int loop) in setLoop()
433 void SoundPool::setRate(int channelID, float rate) in setRate()
1121 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, in set()