Home
last modified time | relevance | path

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

12

/aosp12/hardware/interfaces/contexthub/1.0/
H A DIContexthub.hal87 * load/unload transaction
97 * Unloads a nanoApp. Before the unload, the apps deinit method is called.
110 * load/unload transaction
111 * TRANSACTION_FAILED if unload failed synchronously
131 * load/unload transaction
152 * load/unload transaction
/aosp12/frameworks/native/services/powermanager/tests/
H A DPowerHalLoaderTest.cpp61 void unload() { PowerHalLoader::unloadAll(); } in unload() function in PowerHalLoaderTest
85 this->unload(); in TYPED_TEST()
/aosp12/system/chre/host/common/
H A Dst_hal_lpma_handler.cc115 void StHalLpmaHandler::unload() { in unload() function in android::chre::StHalLpmaHandler
158 unload(); in waitOnStHalRequestAndProcess()
/aosp12/art/tools/jvmti-agents/chain-agents/
H A Dchainagents.cc47 AgentUnloadFunction unload; member
130 u.unload(jvm); in Agent_OnUnload()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp632 goto unload; in wifi_initialize()
647 goto unload; in wifi_initialize()
661 goto unload; in wifi_initialize()
683 goto unload; in wifi_initialize()
692 goto unload; in wifi_initialize()
766 goto unload; in wifi_initialize()
772 goto unload; in wifi_initialize()
783 goto unload; in wifi_initialize()
846 goto unload; in wifi_initialize()
859 goto unload; in wifi_initialize()
[all …]
/aosp12/art/test/141-class-unload/
H A Dexpected-stdout.txt24 Number of loaded unload-ex maps 0
/aosp12/frameworks/base/media/jni/soundpool/
H A DSoundPool.h40 bool unload(int32_t soundID);
H A DSoundPool.cpp109 bool SoundPool::unload(int32_t soundID) in unload() function in android::SoundPool
113 return mSoundManager.unload(soundID); in unload()
H A DSoundManager.cpp70 bool SoundManager::unload(int32_t soundID) in unload() function in android::soundpool::SoundManager
H A DSoundManager.h56 bool unload(int32_t soundID);
H A Dandroid_media_SoundPool.cpp67 return ap->unload(sampleID) ? JNI_TRUE : JNI_FALSE; in android_media_SoundPool_unload()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DSoundPlayer.java81 mSoundPool.unload(soundId); in unloadSound()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundEffectsHelper.java99 void unload() { in unload() method in SoundEffectsHelper.Resource
243 mSoundPool.unload(res.mSampleId); in onUnloadSoundEffects()
244 res.unload(); in onUnloadSoundEffects()
/aosp12/system/chre/host/common/include/chre_host/
H A Dst_hal_lpma_handler.h109 void unload();
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java438 boolean unload = texture.isLoaded(); in unloadTexture()
439 if (unload) { in unloadTexture()
444 return unload; in unloadTexture()
/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc47 AgentUnloadFunction unload; member
339 u.unload(jvm); in Agent_OnUnload()
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerModule.java343 sessionId = mLoadedModels.get(modelHandle).unload(); in unloadModel()
504 private int unload() { in unload() method in SoundTriggerModule.Session.Model
/aosp12/frameworks/base/media/jni/soundpool/tests/
H A Dsoundpool_stress.cpp211 soundPool->unload(soundID); in testStreams()
/aosp12/frameworks/base/media/java/android/media/
H A DSoundPool.java286 public native final boolean unload(int soundID); in unload() method in SoundPool
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java787 boolean unload = texture.isLoaded(); in unloadTexture()
788 if (unload) { in unloadTexture()
793 return unload; in unloadTexture()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java787 boolean unload = texture.isLoaded(); in unloadTexture()
788 if (unload) { in unloadTexture()
793 return unload; in unloadTexture()
/aosp12/bionic/tests/libs/
H A DAndroid.bp243 // Library used by dlext direct unload on the namespace boundary tests
254 // Library used by dlext indirect unload on the namespace boundary tests
1365 // Library dt_needs libtest_thread_local_dtor/2 (to check no-unload on load_group)
/aosp12/hardware/interfaces/soundtrigger/2.0/
H A DISoundTriggerHw.hal196 * @param modelHandle the handle of the sound model to unload
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js427 $(window).unload(function(){
/aosp12/system/chre/doc/
H A Dnanoapp_overview.md114 This mechanism is used to dynamically load and unload test nanoapps, but can

12