Searched refs:mTotalBytes (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DWaveWriter.h28 mTotalBytes(0) {
40 write_u32(mTotalBytes);
43 write_u32(36 + mTotalBytes);
51 mTotalBytes += size;
66 size_t mTotalBytes; member in class:android::WaveWriter
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java85 private long mTotalBytes; field in class:NetworkStatsCollection
97 mTotalBytes = 0;
122 return mTotalBytes;
523 mTotalBytes += totalBytes;

Completed in 252 milliseconds