Home | History | Annotate | Download | only in media

Lines Matching full:priority

100             float rightVolume, int priority, int loop, float rate);
105 int priority() { return mPriority; }
129 int priority, int loop, float rate);
140 void setPriority(int priority) { mPriority = priority; }
172 int load(const char* url, int priority);
173 int load(int fd, int64_t offset, int64_t length, int priority);
175 int play(int sampleID, float leftVolume, float rightVolume, int priority,
183 void setPriority(int channelID, int priority);
206 SoundChannel* allocateChannel_l(int priority);