Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DChecksumCalculator.cpp75 m_v1BufferTotalLength += packetLen; in addBuffer()
99 m_v1BufferTotalLength = 0; in resetChecksum()
135 uint32_t revLen = m_v1BufferTotalLength; in computeV1Checksum()
148 assert(m_v1BufferTotalLength == 0); in save()
164 assert(m_v1BufferTotalLength == 0); in load()
DChecksumCalculator.h199 uint32_t m_v1BufferTotalLength = 0; variable
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DChecksumCalculator.cpp84 , m_v1BufferTotalLength(0) in ChecksumCalculator()
92 m_v1BufferTotalLength += packetLen; in addBuffer()
116 m_v1BufferTotalLength = 0; in resetChecksum()
151 uint32_t revLen = m_v1BufferTotalLength; in computeV1Checksum()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DChecksumCalculator.h189 uint32_t m_v1BufferTotalLength; variable