Searched defs:Unmap (Results 1 - 16 of 16) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file.cc54 Unmap();
60 Unmap();
111 void MemoryMappedFile::Unmap() { function in class:google_breakpad::MemoryMappedFile
/external/libtextclassifier/common/
H A Dmmap.cc119 bool Unmap(MmapHandle mmap_handle) { function in namespace:libtextclassifier::nlp_core
126 TC_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
/external/libchrome/base/memory/
H A Dshared_memory_mac.cc88 Unmap();
169 bool SharedMemory::Unmap() { function in class:base::SharedMemory
211 Unmap();
H A Dshared_memory_posix.cc131 Unmap();
377 bool SharedMemory::Unmap() { function in class:base::SharedMemory
487 Unmap();
498 Unmap();
/external/libmojo/mojo/edk/embedder/
H A Dplatform_shared_buffer.cc281 Unmap();
313 void PlatformSharedBufferMapping::Unmap() { function in class:mojo::edk::PlatformSharedBufferMapping
314 shared_memory_.Unmap();
/external/libmojo/mojo/android/system/
H A Dcore_impl.cc360 static int Unmap(JNIEnv* env, function in namespace:mojo::android
/external/syslinux/efi32/include/efi/
H A Defipciio.h207 EFI_PCI_IO_PROTOCOL_UNMAP Unmap; member in struct:_EFI_PCI_IO
H A Defiprot.h483 EFI_IO_UNMAP Unmap; member in struct:_EFI_DEVICE_IO_INTERFACE
/external/syslinux/efi64/include/efi/
H A Defipciio.h207 EFI_PCI_IO_PROTOCOL_UNMAP Unmap; member in struct:_EFI_PCI_IO
H A Defiprot.h483 EFI_IO_UNMAP Unmap; member in struct:_EFI_DEVICE_IO_INTERFACE
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defipciio.h207 EFI_PCI_IO_PROTOCOL_UNMAP Unmap; member in struct:_EFI_PCI_IO
H A Defiprot.h483 EFI_IO_UNMAP Unmap; member in struct:_EFI_DEVICE_IO_INTERFACE
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DPciRootBridgeIo.h178 @param Mapping A resulting value to pass to Unmap().
377 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_UNMAP Unmap; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h256 @param Mapping A resulting value to pass to Unmap().
492 EFI_PCI_IO_PROTOCOL_UNMAP Unmap; member in struct:_EFI_PCI_IO_PROTOCOL
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h419 virtual void STDMETHODCALLTYPE Unmap() function in struct:GalliumD3D10Buffer
421 device->Unmap(this, 0);
445 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D10Texture1D
449 device->Unmap(this, subresource);
475 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D10Texture2D
479 device->Unmap(this, subresource);
506 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D10Texture3D
510 device->Unmap(this, subresource);
586 virtual HRESULT STDMETHODCALLTYPE Unmap(void) function in struct:GalliumD3D11Surface
588 this->device->get_immediate_context()->Unmap(thi
[all...]
H A Dd3d11_context.h1523 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D11DeviceContext

Completed in 406 milliseconds