Home
last modified time | relevance | path

Searched refs:contentSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/src/
H A DBufferedCarData.h42 int32_t contentSizeInBytes() const { return mContent.size(); } in contentSizeInBytes() function
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java302 final int contentSizeInBytes = renderedPage.getSizeInBytes(); in putRenderedPage() local
303 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()
307 mSizeInBytes += contentSizeInBytes; in putRenderedPage()