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

/frameworks/base/media/java/android/media/
H A DSoundPool.java152 * @return a sound ID. This value can be used to play or unload the sound.
190 * @return a sound ID. This value can be used to play or unload the sound.
212 * @return a sound ID. This value can be used to play or unload the sound.
238 * @return a sound ID. This value can be used to play or unload the sound.
258 public native final boolean unload(int soundID); method in class:SoundPool
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp234 bool SoundPool::unload(int sampleID) function in class:android::SoundPool
236 LOGV("unload: sampleID=%d", sampleID);

Completed in 72 milliseconds