Searched defs:setRate (Results 1 – 4 of 4) sorted by relevance
224 void SoundPool::setRate(int32_t streamID, float rate) in setRate() function in android::SoundPool
104 void Stream::setRate(int32_t streamID, float rate) in setRate() function in android::soundpool::Stream
481 public native final void setRate(int streamID, float rate); in setRate() method in SoundPool
991 Item &setRate(const char *key, int64_t count, int64_t duration) { in setRate() function