Home
last modified time | relevance | path

Searched refs:mTotalBytes (Results 1 – 5 of 5) 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/media/java/android/media/midi/
DMidiOutputPort.java50 private AtomicInteger mTotalBytes = new AtomicInteger(); field in MidiOutputPort
88 mTotalBytes.addAndGet(count);
175 return mTotalBytes.getAndSet(0); in pullTotalBytesCount()
DMidiInputPort.java47 private AtomicInteger mTotalBytes = new AtomicInteger(); field in MidiInputPort
92 mTotalBytes.addAndGet(length); in onSend()
182 return mTotalBytes.getAndSet(0); in pullTotalBytesCount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenInternalAudioRecorder.java49 private long mTotalBytes; field in ScreenInternalAudioRecorder
252 mTotalBytes += totalBytesRead; in encode()
253 mPresentationTime = 1000000L * (mTotalBytes / 2) / mConfig.sampleRate; in encode()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java629 private long mTotalBytes; field in StorageStatsService.H
636 mTotalBytes = mStats.getTotalBytes(); in H()
654 if (mStats.getAvailableBytes() > mTotalBytes in handleMessage()
656 bytesDeltaThreshold = mTotalBytes in handleMessage()
659 bytesDeltaThreshold = mTotalBytes in handleMessage()