Home
last modified time | relevance | path

Searched refs:m_ops (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp32 : m_ops(ops), in AddressSpaceHostMemoryAllocatorContext()
72 if (m_ops->add_memory_mapping(phys_addr, host_ptr, aligned_size)) { in allocate_impl()
104 if (m_ops->remove_memory_mapping(phys_addr, host_ptr, size)) { in unallocate()
162 if (m_ops->remove_memory_mapping(phys_addr, host_ptr, size)) { in clear()
Daddress_space_shared_slots_host_memory_allocator.cpp297 : m_ops(ops), in AddressSpaceSharedSlotsHostMemoryAllocatorContext()
342 MemBlock newBlock(m_ops, m_hw, std::max(alignedSize, defaultSize)); in allocate()
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp46 m_ops(ops), in AddressSpaceStream()
82 m_ops.unmap(m_context.to_host, sizeof(struct asg_ring_storage)); in ~AddressSpaceStream()
83 m_ops.unmap(m_context.buffer, m_writeBufferSize); in ~AddressSpaceStream()
84 m_ops.unclaim_shared(m_handle, m_ringOffset); in ~AddressSpaceStream()
85 m_ops.unclaim_shared(m_handle, m_writeBufferOffset); in ~AddressSpaceStream()
88 m_ops.close(m_handle); in ~AddressSpaceStream()
440 m_ops.ping(m_handle, &request); in notifyAvailable()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_host_memory_allocator.h54 const address_space_device_control_ops *m_ops; // do not save/load variable
Daddress_space_shared_slots_host_memory_allocator.h106 const address_space_device_control_ops *m_ops; // do not save/load variable
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
DAddressSpaceStream.h70 struct address_space_ops m_ops; variable