Home
last modified time | relevance | path

Searched refs:to_host (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Daddress_space_graphics_types.h84 char to_host[ADDRESS_SPACE_GRAPHICS_PAGE_SIZE]; member
116 struct ring_buffer* to_host; member
134 res.to_host = in asg_context_create()
137 offsetof(struct asg_ring_storage, to_host)); in asg_context_create()
147 ring_buffer_init(res.to_host); in asg_context_create()
152 &res.to_host->state); in asg_context_create()
155 res.to_host->config); in asg_context_create()
DAddressSpaceStream.cpp302 m_ops.unmap(m_context.to_host, sizeof(struct asg_ring_storage)); in ~AddressSpaceStream()
592 uint32_t currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureConsumerFinishing()
596 uint32_t nextAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureConsumerFinishing()
613 ring_buffer_available_read(m_context.to_host, 0); in ensureType1Finished()
617 currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureType1Finished()
661 uint32_t ringAvailReadNow = ring_buffer_available_read(m_context.to_host, 0); in type1Write()
666 ringAvailReadNow = ring_buffer_available_read(m_context.to_host, 0); in type1Write()
672 m_context.to_host, in type1Write()