Home | History | Annotate | Download | only in soundpool

Lines Matching full:setpriority

316         channel->setPriority(priority);
402 void SoundPool::setPriority(int channelID, int priority)
404 ALOGV("setPriority(%d, %d)", channelID, priority);
408 channel->setPriority(priority);