Searched refs:to_host (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | address_space_graphics_types.h | 85 char to_host[ADDRESS_SPACE_GRAPHICS_PAGE_SIZE]; member 120 struct ring_buffer* to_host; member 138 res.to_host = in asg_context_create() 141 offsetof(struct asg_ring_storage, to_host)); in asg_context_create() 151 ring_buffer_init(res.to_host); in asg_context_create() 156 &res.to_host->state); in asg_context_create() 159 res.to_host->config); in asg_context_create()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | address_space_graphics_types.h | 85 char to_host[ADDRESS_SPACE_GRAPHICS_PAGE_SIZE]; member 120 struct ring_buffer* to_host; member 138 res.to_host = in asg_context_create() 141 offsetof(struct asg_ring_storage, to_host)); in asg_context_create() 151 ring_buffer_init(res.to_host); in asg_context_create() 156 &res.to_host->state); in asg_context_create() 159 res.to_host->config); in asg_context_create()
|
/hardware/google/gfxstream/host/ |
D | RingStream.cpp | 145 ring_buffer_available_read(mContext.to_host, 0); in readRaw() 249 mContext.to_host, 0, xferTotal * sizeof(struct asg_type1_xfer), (uint8_t*)xfersPtr); in type1Read() 260 mContext.to_host, sizeof(struct asg_type1_xfer), 1); in type1Read() 268 mContext.to_host, sizeof(struct asg_type1_xfer), 1); in type1Read() 294 mContext.to_host, 0, available, (uint8_t*)xfersPtr); in type2Read() 306 mContext.to_host, sizeof(struct asg_type1_xfer), 1); in type2Read()
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | AddressSpaceStream.cpp | 82 m_ops.unmap(m_context.to_host, sizeof(struct asg_ring_storage)); in ~AddressSpaceStream() 457 uint32_t currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureConsumerFinishing() 461 uint32_t nextAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureConsumerFinishing() 482 ring_buffer_available_read(m_context.to_host, 0); in ensureType1Finished() 487 currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureType1Finished() 541 uint32_t ringAvailReadNow = ring_buffer_available_read(m_context.to_host, 0); in type1Write() 544 ringAvailReadNow = ring_buffer_available_read(m_context.to_host, 0); in type1Write() 551 m_context.to_host, in type1Write()
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics_unittests.cpp | 265 mContext.to_host, writeBufferBytes + sent, sizeForRing - sent, 1); in type1WriteWithNotify() 287 ring_buffer_available_read(mContext.to_host, 0); in ensureConsumerFinishing() 291 uint32_t nextAvailRead = ring_buffer_available_read(mContext.to_host, 0); in ensureConsumerFinishing() 308 ring_buffer_available_read(mContext.to_host, 0); in ensureType1Finished() 312 currAvailRead = ring_buffer_available_read(mContext.to_host, 0); in ensureType1Finished() 423 mContext.to_host, 0); in step() 476 mContext.to_host, 0, in type1Read() 497 mContext.to_host, sizeof(asg_type1_xfer), 1)); in type1Read() 508 mContext.to_host, 0, sizeof(currentXfer), in type2Read() 519 mContext.to_host, sizeof(currentXfer), 1)); in type2Read()
|