Searched defs:mSizeInBytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/src/binding/
H A DSharedRegionParcelable.h57 int32_t mSizeInBytes = 0; member in class:aaudio::SharedRegionParcelable
H A DSharedMemoryParcelable.h72 int32_t mSizeInBytes = 0; member in class:aaudio::SharedMemoryParcelable
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java274 private int mSizeInBytes; field in class:PageContentRepository.PageContentLruCache
287 mSizeInBytes -= page.getSizeInBytes();
300 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) {
304 mSizeInBytes += contentSizeInBytes;
327 mSizeInBytes -= renderedPage.getSizeInBytes();
335 mSizeInBytes -= renderedPage.getSizeInBytes();
340 return mSizeInBytes;

Completed in 652 milliseconds