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

1 2 3

  /bionic/libc/system_properties/include/system_properties/
context_node.h 42 Unmap();
50 void Unmap();
  /bionic/libc/bionic/
grp_pwd_file.h 46 void Unmap();
77 void Unmap() {
78 mmap_file_.Unmap();
93 void Unmap() {
94 mmap_file_.Unmap();
  /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() {
  /bionic/libc/system_properties/
context_node.cpp 79 Unmap();
96 void ContextNode::Unmap() {
contexts_serialized.cpp 165 context_nodes_[i].Unmap();
  /external/libtextclassifier/lang_id/common/file/
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 SAFTM_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
  /external/libtextclassifier/utils/memory/
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
83 // When done using the file content, one can unmap using Unmap(). Otherwise,
94 // Unmap(mmap_handle); // Unmap logs errors internally.
113 bool Unmap(MmapHandle mmap_handle);
129 Unmap(handle_)
    [all...]
mmap.cc 66 // for mmap clearly states: "closing the file descriptor does not unmap the
122 bool Unmap(MmapHandle mmap_handle) {
129 TC3_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
  /external/libchrome/base/memory/
shared_memory_mapping.cc 48 Unmap();
58 Unmap();
70 void SharedMemoryMapping::Unmap() {
shared_memory_mapping.h 74 void Unmap();
shared_memory_posix.cc 50 Unmap();
317 bool SharedMemory::Unmap() {
337 Unmap();
shared_memory.h 175 bool Unmap();
194 // duplicating the handle and then calling Unmap() and Close() on this object,
  /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().
245 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/perf_data_converter/src/quipper/
address_mapper.h 131 void Unmap(MappingList::iterator mapping_iter);
address_mapper.cc 78 Unmap(mapping_iter);
86 Unmap(old_range_iter);
258 void AddressMapper::Unmap(MappingList::iterator mapping_iter) {
  /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 539 PciIo->Unmap (
713 PciIo->Unmap (
720 PciIo->Unmap (
727 PciIo->Unmap (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThru.c     [all...]

Completed in 402 milliseconds

1 2 3