Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Daddress_space_graphics_types.h83 struct asg_ring_storage { // directly shared with guest struct
137 offsetof(struct asg_ring_storage, to_host)); in asg_context_create()
141 offsetof(struct asg_ring_storage, to_host_large_xfer)); in asg_context_create()
145 offsetof(struct asg_ring_storage, from_host_large_xfer)); in asg_context_create()
DAddressSpaceStream.cpp66 child_device_handle, ringOffset, sizeof(asg_ring_storage))) { in createAddressSpaceStream()
81 child_device_handle, ringOffset, sizeof(struct asg_ring_storage)); in createAddressSpaceStream()
96 goldfish_address_space_unmap(ringPtr, sizeof(struct asg_ring_storage)); in createAddressSpaceStream()
113 goldfish_address_space_unmap(ringPtr, sizeof(struct asg_ring_storage)); in createAddressSpaceStream()
166 goldfish_address_space_unmap(m_context.to_host, sizeof(struct asg_ring_storage)); in ~AddressSpaceStream()