Searched refs:to_host_large_xfer (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | address_space_graphics_types.h | 86 char to_host_large_xfer[ADDRESS_SPACE_GRAPHICS_PAGE_SIZE]; member 124 struct ring_buffer_with_view to_host_large_xfer; member 142 res.to_host_large_xfer.ring = in asg_context_create() 145 offsetof(struct asg_ring_storage, to_host_large_xfer)); in asg_context_create() 162 res.to_host_large_xfer.ring, in asg_context_create() 163 &res.to_host_large_xfer.view, in asg_context_create()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | address_space_graphics_types.h | 86 char to_host_large_xfer[ADDRESS_SPACE_GRAPHICS_PAGE_SIZE]; member 124 struct ring_buffer_with_view to_host_large_xfer; member 142 res.to_host_large_xfer.ring = in asg_context_create() 145 offsetof(struct asg_ring_storage, to_host_large_xfer)); in asg_context_create() 162 res.to_host_large_xfer.ring, in asg_context_create() 163 &res.to_host_large_xfer.view, in asg_context_create()
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | AddressSpaceStream.cpp | 267 m_context.to_host_large_xfer.ring, in writeFully() 268 &m_context.to_host_large_xfer.view, in writeFully() 334 m_context.to_host_large_xfer.ring, in writeFullyAsync() 335 &m_context.to_host_large_xfer.view, in writeFullyAsync() 499 m_context.to_host_large_xfer.ring, in ensureType3Finished() 500 &m_context.to_host_large_xfer.view); in ensureType3Finished() 506 m_context.to_host_large_xfer.ring, in ensureType3Finished() 507 &m_context.to_host_large_xfer.view); in ensureType3Finished()
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics_unittests.cpp | 149 mContext.to_host_large_xfer.ring, in writeFully() 150 &mContext.to_host_large_xfer.view, in writeFully() 322 mContext.to_host_large_xfer.ring, in ensureType3Finished() 323 &mContext.to_host_large_xfer.view); in ensureType3Finished() 328 mContext.to_host_large_xfer.ring, in ensureType3Finished() 329 &mContext.to_host_large_xfer.view); in ensureType3Finished() 427 mContext.to_host_large_xfer.ring, in step() 428 &mContext.to_host_large_xfer.view); in step() 527 mContext.to_host_large_xfer.ring, in type3Read() 528 &mContext.to_host_large_xfer.view, in type3Read()
|
/hardware/google/gfxstream/host/ |
D | RingStream.cpp | 148 mContext.to_host_large_xfer.ring, in readRaw() 149 &mContext.to_host_large_xfer.view); in readRaw() 327 mContext.to_host_large_xfer.ring, in type3Read() 328 &mContext.to_host_large_xfer.view, in type3Read()
|