Searched refs:from_host_large_xfer (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | address_space_graphics_types.h | 87 char from_host_large_xfer[ADDRESS_SPACE_GRAPHICS_PAGE_SIZE]; member 125 struct ring_buffer_with_view from_host_large_xfer; member 146 res.from_host_large_xfer.ring = in asg_context_create() 149 offsetof(struct asg_ring_storage, from_host_large_xfer)); in asg_context_create() 167 res.from_host_large_xfer.ring, in asg_context_create() 168 &res.from_host_large_xfer.view, in asg_context_create()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | address_space_graphics_types.h | 87 char from_host_large_xfer[ADDRESS_SPACE_GRAPHICS_PAGE_SIZE]; member 125 struct ring_buffer_with_view from_host_large_xfer; member 146 res.from_host_large_xfer.ring = in asg_context_create() 149 offsetof(struct asg_ring_storage, from_host_large_xfer)); in asg_context_create() 167 res.from_host_large_xfer.ring, in asg_context_create() 168 &res.from_host_large_xfer.view, in asg_context_create()
|
/hardware/google/gfxstream/host/ |
D | RingStream.cpp | 63 mContext.from_host_large_xfer.ring, in commitBuffer() 64 &mContext.from_host_large_xfer.view); in commitBuffer() 84 mContext.from_host_large_xfer.ring, in commitBuffer() 85 &mContext.from_host_large_xfer.view, in commitBuffer()
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics_unittests.cpp | 181 mContext.from_host_large_xfer.ring, in speculativeRead() 182 &mContext.from_host_large_xfer.view); in speculativeRead() 193 mContext.from_host_large_xfer.ring, in speculativeRead() 194 &mContext.from_host_large_xfer.view, in speculativeRead() 398 mContext.from_host_large_xfer.ring, in handleRoundTrip() 399 &mContext.from_host_large_xfer.view, in handleRoundTrip()
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | AddressSpaceStream.cpp | 408 m_context.from_host_large_xfer.ring, in speculativeRead() 409 &m_context.from_host_large_xfer.view); in speculativeRead() 420 m_context.from_host_large_xfer.ring, in speculativeRead() 421 &m_context.from_host_large_xfer.view, in speculativeRead()
|