HomeSort by relevance Sort by last modified time
    Searched refs:Unload (Results 1 - 25 of 31) sorted by null

1 2

  /external/webrtc/webrtc/base/
latebindingsymboltable.h 51 void Unload();
latebindingsymboltable.cc 71 Unload();
128 Unload();
135 void LateBindingSymbolTable::Unload() {
latebindingsymboltable_unittest.cc 48 table.Unload();
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.h 58 Unload();
94 Unload();
100 void Unload() {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImage/
LoadedImage.h 65 // If the driver image supports a dynamic unload request
67 EFI_IMAGE_UNLOAD Unload;
  /art/runtime/
plugin.h 51 bool Unload();
55 if (IsLoaded() && !Unload()) {
plugin.cc 57 bool Plugin::Unload() {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
LoadedImage.h 77 EFI_IMAGE_UNLOAD Unload;
  /external/pdfium/core/fxge/win32/
dwrite_int.h 39 void Unload();
fx_win32_dwrite.cpp 134 void CDWriteExt::Unload() {
143 Unload();
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
UefiShellDriver1CommandsLib.inf 31 Unload.c
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DebugSupport.c 90 // Get our image information and install platform specific unload handler
105 LoadedImageProtocolPtr->Unload = PlUnloadDebugSupportDriver;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDriverEntryPoint/
DriverEntryPoint.c 33 @param ImageHandle The handle to the image to unload.
35 @return Status returned by all unload().
52 // If the driver specific unload handler does not return an error, then call all of the
53 // library destructors. If the unload handler returned an error, then the driver can not be
61 // Return the status from the driver specific unload handler
76 is greater than zero, then an unload handler must be registered for this image
77 and the unload handler must invoke ProcessModuleUnloadList().
118 // Install unload handler...
127 LoadedImage->Unload = _DriverUnloadHandler;
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
AppDomainUnloadTest.cs 45 // Try to unload the appdomain once we've created a server and a channel inside the appdomain.
46 AppDomain.Unload(childDomain);
55 /// to test if AppDomain.Unload() work if Grpc is being used.
  /art/runtime/ti/
agent.cc 166 void Agent::Unload() {
194 Unload();
226 Unload();
agent.h 107 void Unload();
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.h 52 void Unload();
cxfa_textlayout.cpp 53 Unload();
56 void CXFA_TextLayout::Unload() {
282 Unload();
404 Unload();
437 Unload();
    [all...]
cxfa_ffnotify.cpp 417 pCapOut->Unload();
  /external/webrtc/talk/media/devices/
linuxdeviceinfo.cc 46 libudev_.Unload();
linuxdevicemanager.cc 368 libudev_.Unload();
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DriverEntryPoint.c 122 Unload function that is registered in the LoadImage protocol. It un-installs
138 // Call the unload handlers for all the modules.
141 // therefore we can not destruct them in Unload
227 // Optionally install the unload handler
236 LoadedImage->Unload = _DriverUnloadHandler;
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
EntryUnload.c 2 Implement the entry and unload for the socket driver.
73 Socket driver unload routine.
218 // Return the unload status
253 // Enable unload support
261 pLoadedImage->Unload = DriverUnload;
  /external/v8/src/debug/
debug.h 388 void Unload();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
EdkIIGlueDxeDriverEntryPoint.c 297 // Module Unload Handler
456 Unload function that is registered in the LoadImage protocol. It un-installs
479 // If the driver specific unload handler does not return an error, then call all of the
480 // library destructors. If the unload handler returned an error, then the driver can not be
500 // Return the status from the driver specific unload handler
607 // Install unload handler...
612 // to be called, we don't register Unload callback.
628 LoadedImage->Unload = _DriverUnloadHandler;

Completed in 1685 milliseconds

1 2