Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAddressSpaceStream.cpp592 uint32_t currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureConsumerFinishing() local
594 while (currAvailRead) { in ensureConsumerFinishing()
598 if (nextAvailRead != currAvailRead) { in ensureConsumerFinishing()
612 uint32_t currAvailRead = in ensureType1Finished() local
615 while (currAvailRead) { in ensureType1Finished()
617 currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureType1Finished()