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

1 2 3 4

  /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();
  /hardware/libhardware/modules/camera/3_4/arc/
frame_buffer.h 31 virtual int Unmap() = 0;
70 int Unmap() override { return 0; }
91 int Unmap() override;
114 int Unmap() override;
frame_buffer.cpp 74 if (Unmap()) {
75 LOGF(ERROR) << "Unmap failed";
95 int V4L2FrameBuffer::Unmap() {
126 if (Unmap()) {
127 LOGF(ERROR) << "Unmap failed";
178 int GrallocFrameBuffer::Unmap() {
181 LOGF(ERROR) << "Failed to unmap buffer: ";
  /frameworks/base/native/webview/plat_support/
graphic_buffer_impl.h 42 status_t Unmap();
graphic_buffer_impl.cpp 62 return buffer->Unmap();
96 status_t GraphicBufferImpl::Unmap() {
  /external/libtextclassifier/util/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 TC_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
  /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().
244 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/libchrome/base/memory/
shared_memory_posix.cc 56 Unmap();
301 bool SharedMemory::Unmap() {
382 Unmap();
393 Unmap();
shared_memory_unittest.cc 230 memory.Unmap();
333 EXPECT_TRUE(writable_shmem.Unmap());
344 EXPECT_TRUE(readonly_shmem.Unmap());
412 EXPECT_TRUE(shmem.Unmap());
453 memory.Unmap();
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.h 161 void Unmap();
platform_shared_buffer.cc 288 Unmap();
320 void PlatformSharedBufferMapping::Unmap() {
321 shared_memory_.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;

Completed in 616 milliseconds

1 2 3 4