Searched defs:unload (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSoundPool.java163 * @return a sound ID. This value can be used to play or unload the sound.
201 * @return a sound ID. This value can be used to play or unload the sound.
223 * @return a sound ID. This value can be used to play or unload the sound.
249 * @return a sound ID. This value can be used to play or unload the sound.
269 public native final boolean unload(int soundID); method in class:SoundPool
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp201 bool SoundPool::unload(int sampleID) function in class:android::SoundPool
203 LOGV("unload: sampleID=%d", sampleID);

Completed in 50 milliseconds