Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DBufLog.cpp118 mByteCount = 0; in BufLogStream()
170 size = MIN(size, mMaxBytes - mByteCount); in write()
173 mByteCount += bytes; in write()
174 if (mMaxBytes > 0 && mMaxBytes == mByteCount) { in write()
179 mTag, mByteCount); in write()
H A DBufLog.h145 size_t mByteCount; variable
/aosp12/frameworks/base/libs/hwui/
H A DVertexBuffer.h40 , mByteCount(0) in VertexBuffer()
71 mByteCount = mVertexCount * sizeof(TYPE); in alloc()
128 unsigned int getSize() const { return mByteCount; } in getSize()
167 unsigned int mByteCount; variable
/aosp12/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DWebViewBrowserActivity.java186 private long mByteCount; field in WebViewBrowserActivity.TracingLogger
197 mByteCount += chunk.length; in write()
205 showDialog(mByteCount); in close()