Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp121 if (mWriteStart + mCurrentWriteBytes + size > in allocBuffer()
124 mCurrentWriteBytes = 0; in allocBuffer()
127 char* res = mWriteStart + mCurrentWriteBytes; in allocBuffer()
128 mCurrentWriteBytes += size; in allocBuffer()
208 if (!mCurrentWriteBytes) return; in flush()
209 type1WriteWithNotify(mWriteStart - mBuffer, mCurrentWriteBytes); in flush()
248 mCurrentWriteBytes = 0; in advanceWrite()
363 uint32_t mCurrentWriteBytes = 0; member in android::emulation::asg::AddressSpaceGraphicsTest::Client