Home | History | Annotate | Download | only in media

Lines Matching defs:channelID

99     void set(const sp<Sample>& sample, int channelID, float leftVolume,
102 int channelID() { return mChannelID; }
128 void play(const sp<Sample>& sample, int channelID, float leftVolume, float rightVolume,
145 int nextChannelID() { return mNextEvent.channelID(); }
177 void pause(int channelID);
179 void resume(int channelID);
181 void stop(int channelID);
182 void setVolume(int channelID, float leftVolume, float rightVolume);
183 void setPriority(int channelID, int priority);
184 void setLoop(int channelID, int loop);
185 void setRate(int channelID, float rate);
203 SoundChannel* findChannel (int channelID);
204 SoundChannel* findNextChannel (int channelID);