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

/frameworks/base/media/java/android/media/
H A DSoundPool.java211 * @return a sound ID. This value can be used to play or unload the sound.
242 * @return a sound ID. This value can be used to play or unload the sound.
264 * @return a sound ID. This value can be used to play or unload the sound.
290 * @return a sound ID. This value can be used to play or unload the sound.
306 public native final boolean unload(int soundID); method in class:SoundPool
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp228 bool SoundPool::unload(int sampleID) function in class:android::SoundPool
230 ALOGV("unload: sampleID=%d", sampleID);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 143 milliseconds