Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DChecksumCalculator.cpp56 __FUNCTION__, m_version); in setVersion()
64 m_version = version; in setVersion()
67 m_version); in setVersion()
73 switch (m_version) { in addBuffer()
83 switch (m_version) { in writeChecksum()
97 switch (m_version) { in resetChecksum()
114 switch (m_version) { in validate()
146 switch (m_version) { in save()
155 stream->putBe32(m_version); in save()
162 switch (m_version) { in load()
[all …]
DChecksumCalculator.h131 uint32_t getVersion() const { return m_version; } in getVersion()
186 uint32_t m_version = 0; variable
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DChecksumCalculator.cpp54 __FUNCTION__, m_version); in setVersion()
62 m_version = version; in setVersion()
64 m_version); in setVersion()
69 switch (m_version) { in checksumByteSize()
80 : m_version(0) in ChecksumCalculator()
90 switch (m_version) { in addBuffer()
100 switch (m_version) { in writeChecksum()
114 switch (m_version) { in resetChecksum()
130 switch (m_version) { in validate()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DChecksumCalculator.h136 uint32_t getVersion() const { return m_version; } in getVersion()
177 uint32_t m_version;
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.h55 GLESVersion version() { return m_version; }; in version()
73 GLESVersion m_version; variable
DEglContext.cpp45 m_version(ver), in EglContext()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLDispatch.cpp176 return m_version; in getGLESVersion()
238 m_version = version; in dispatchFuncs()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLDispatch.h71 GLESVersion m_version; variable
/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsClient.cpp52 uint8_t m_version; member in LSInfo
108 << (int)(info->m_version); in dumpLsInfo()
232 lsInfo.m_version = lsVersion & 0xFF; in printLSStatus()
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
DAddressSpaceStream.h82 uint32_t m_version; variable
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp55 m_version(version), in AddressSpaceStream()
73 (void)m_version; in AddressSpaceStream()