Searched refs:m_ops (Results 1 – 6 of 6) sorted by relevance
/hardware/google/aemu/host-common/ |
D | address_space_host_memory_allocator.cpp | 32 : 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()
|
D | address_space_shared_slots_host_memory_allocator.cpp | 297 : m_ops(ops), in AddressSpaceSharedSlotsHostMemoryAllocatorContext() 342 MemBlock newBlock(m_ops, m_hw, std::max(alignedSize, defaultSize)); in allocate()
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | AddressSpaceStream.cpp | 46 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/ |
D | address_space_host_memory_allocator.h | 54 const address_space_device_control_ops *m_ops; // do not save/load variable
|
D | address_space_shared_slots_host_memory_allocator.h | 106 const address_space_device_control_ops *m_ops; // do not save/load variable
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | AddressSpaceStream.h | 70 struct address_space_ops m_ops; variable
|