Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
DWaveWriter.h28 mTotalBytes(0) { in WaveWriter()
40 write_u32(mTotalBytes); in ~WaveWriter()
43 write_u32(36 + mTotalBytes); in ~WaveWriter()
51 mTotalBytes += size; in Append()
66 size_t mTotalBytes; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenInternalAudioRecorder.java48 private long mTotalBytes; field in ScreenInternalAudioRecorder
225 mTotalBytes += totalBytesRead; in encode()
226 mPresentationTime = 1000000L * (mTotalBytes / 2) / mConfig.sampleRate; in encode()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java103 private long mTotalBytes; field in NetworkStatsCollection
119 mTotalBytes = 0; in reset()
144 return mTotalBytes; in getTotalBytes()
660 mTotalBytes += totalBytes; in noteRecordedHistory()