Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAddressSpaceStream.cpp439 uint32_t currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureConsumerFinishing() local
441 while (currAvailRead) { in ensureConsumerFinishing()
445 if (nextAvailRead != currAvailRead) { in ensureConsumerFinishing()
459 uint32_t currAvailRead = in ensureType1Finished() local
462 while (currAvailRead) { in ensureType1Finished()
464 currAvailRead = ring_buffer_available_read(m_context.to_host, 0); in ensureType1Finished()