Home
last modified time | relevance | path

Searched refs:unload (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
DSoundPool.java202 public final boolean unload(int soundID) { in unload() method in SoundPool
203 return mImpl.unload(soundID); in unload()
417 public boolean unload(int soundID); in unload() method
524 public native final boolean unload(int soundID); in unload() method in SoundPool.SoundPoolImpl
643 public final boolean unload(int soundID) { in unload() method in SoundPool.SoundPoolStub
DAudioService.java3418 mSoundPool.unload(SOUND_EFFECT_FILES_MAP[effect][1]); in onUnloadSoundEffects()
/frameworks/av/include/media/
DSoundPool.h174 bool unload(int sampleID);
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool_SoundPoolImpl.cpp72 return ap->unload(sampleID); in android_media_SoundPool_SoundPoolImpl_unload()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java787 boolean unload = texture.isLoaded(); in unloadTexture()
788 if (unload) { in unloadTexture()
793 return unload; in unloadTexture()
/frameworks/av/media/libmedia/
DSoundPool.cpp230 bool SoundPool::unload(int sampleID) in unload() function in android::SoundPool
/frameworks/base/docs/html/tools/devices/
Demulator.jd342 your system such as VirtualBox or VMWare, you may need to unload the driver for that virtual machine
486 down any running x86 emulators. To unload the virtualization kernel driver, run the following
501 <li>If you use another virtualization technology in your Linux platform, unload its kernel driver
/frameworks/base/api/
Dcurrent.txt13063 method public final boolean unload(int);