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

1 2 3 4

  /external/google-breakpad/src/common/linux/
memory_mapped_file.h 64 void Unmap();
memory_mapped_file.cc 54 Unmap();
60 Unmap();
111 void MemoryMappedFile::Unmap() {
  /external/libtextclassifier/common/
mmap.h 32 // it using Unmap(). Just like a pointer, it is passed around by value (see
33 // signature of MmapFile and Unmap; fortunately, it's a small class, so there
35 // necessarily scoped (that's why the destructor is not performing the unmap).
38 // unmapped. Hence, it is not an error if you don't call Unmap() (provided you
70 // When done using the file content, one can unmap using Unmap(). Otherwise,
81 // Unmap(mmap_handle); // Unmap logs errors internally.
93 bool Unmap(MmapHandle mmap_handle);
107 Unmap(handle_)
    [all...]
mmap.cc 69 // for mmap clearly states: "closing the file descriptor does not unmap the
119 bool Unmap(MmapHandle mmap_handle) {
126 TC_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.h 42 status_t Unmap();
graphic_buffer_impl.cpp 62 return buffer->Unmap();
96 status_t GraphicBufferImpl::Unmap() {
  /external/libchrome/base/memory/
shared_memory_mac.cc 88 Unmap();
169 bool SharedMemory::Unmap() {
211 Unmap();
shared_memory_posix.cc 131 Unmap();
377 bool SharedMemory::Unmap() {
487 Unmap();
498 Unmap();
shared_memory.h 180 bool Unmap();
shared_memory_unittest.cc 230 memory.Unmap();
331 EXPECT_TRUE(writable_shmem.Unmap());
342 EXPECT_TRUE(readonly_shmem.Unmap());
411 EXPECT_TRUE(shmem.Unmap());
452 memory.Unmap();
  /system/extras/perfprofd/quipper/
address_mapper.h 118 bool Unmap(const MappedRange& range);
address_mapper.cc 68 CHECK(Unmap(range));
75 CHECK(Unmap(old_range));
195 bool AddressMapper::Unmap(const MappedRange& range) {
197 // TODO(sque): this is highly inefficient since Unmap() is called from a
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 419 virtual void STDMETHODCALLTYPE Unmap()
421 device->Unmap(this, 0);
445 virtual void STDMETHODCALLTYPE Unmap(
449 device->Unmap(this, subresource);
475 virtual void STDMETHODCALLTYPE Unmap(
479 device->Unmap(this, subresource);
506 virtual void STDMETHODCALLTYPE Unmap(
510 device->Unmap(this, subresource);
586 virtual HRESULT STDMETHODCALLTYPE Unmap(void)
588 this->device->get_immediate_context()->Unmap(this, 0)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/
DeviceIo.h 124 EFI_IO_UNMAP Unmap;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
UfsHostController.h 83 @param Mapping A resulting value to pass to Unmap().
232 EDKII_UFS_HC_UNMAP Unmap;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DeviceIo.h 141 @param Mapping A resulting value to pass to Unmap().
165 @param Mapping A resulting value to pass to Unmap().
260 EFI_IO_UNMAP Unmap;
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.h 161 void Unmap();
platform_shared_buffer.cc 281 Unmap();
313 void PlatformSharedBufferMapping::Unmap() {
314 shared_memory_.Unmap();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/
IsaIo.h 174 EFI_ISA_IO_PROTOCOL_UNMAP Unmap;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
IsaIo.h 176 be freed with EFI_ISA_IO_PROTOCOL.Unmap() after the DMA operation is completed.
187 memory until EFI_ISA_IO_PROTOCOL.Unmap() is performed. Bus master operations that
215 EFI_ISA_IO_PROTOCOL.Unmap() to free all the the
339 EFI_ISA_IO_PROTOCOL_UNMAP Unmap;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 713 Uhc->PciIo->Unmap (Uhc->PciIo, RequestMap);
755 Uhc->PciIo->Unmap (Uhc->PciIo, DataMap);
756 Uhc->PciIo->Unmap (Uhc->PciIo, RequestMap);
883 Uhc->PciIo->Unmap (Uhc->PciIo, DataMap);
906 Uhc->PciIo->Unmap (Uhc->PciIo, DataMap);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 208 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_UNMAP Unmap;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressPassthru.c 471 PciIo->Unmap (
608 PciIo->Unmap (
615 PciIo->Unmap (
622 PciIo->Unmap (
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThru.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Callback.c 266 Unmap an address that was previously mapped using map callback.
302 DEBUG ((EFI_D_ERROR, "SNP could not find a mapping, failed to unmap.\n"));
306 Snp->PciIo->Unmap (Snp->PciIo, Snp->MapList[Index].MapCookie);

Completed in 681 milliseconds

1 2 3 4