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

/frameworks/base/media/java/android/media/
H A DSoundPool.java207 * @return a sound ID. This value can be used to play or unload the sound.
226 * @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.
256 * @return a sound ID. This value can be used to play or unload the sound.
272 public final boolean unload(int soundID) { method in class:SoundPool
273 return mImpl.unload(soundID);
487 public boolean unload(int soundID); method in interface:SoundPool.SoundPoolDelegate
599 public native final boolean unload(int soundID); method in class:SoundPool.SoundPoolImpl
744 public final boolean unload(int soundID) { method in class:SoundPool.SoundPoolStub
/frameworks/av/media/libmedia/
H A DSoundPool.cpp234 bool SoundPool::unload(int sampleID) function in class:android::SoundPool
236 ALOGV("unload: sampleID=%d", sampleID);

Completed in 178 milliseconds