Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp526 size_t sizeForRing = sizeof(struct asg_type1_xfer); in type1Write() local
543 while (ringAvailReadNow >= maxOutstanding * sizeForRing) { in type1Write()
548 while (sent < sizeForRing) { in type1Write()
553 sizeForRing - sent, 1); in type1Write()
567 sent += sentChunks * (sizeForRing - sent); in type1Write()
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp253 size_t sizeForRing = 8; in type1WriteWithNotify() local
262 while (sent < sizeForRing) { in type1WriteWithNotify()
265 mContext.to_host, writeBufferBytes + sent, sizeForRing - sent, 1); in type1WriteWithNotify()
275 sent += sentChunks * (sizeForRing - sent); in type1WriteWithNotify()