Searched refs:getByteCount (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIThrottleManager.aidl27 long getByteCount(String iface, int dir, int period, int ago);
H A DThrottleManager.java148 public long getByteCount(String iface, int direction, int period, int ago) { method in class:ThrottleManager
150 return mService.getByteCount(iface, direction, period, ago);
/frameworks/av/media/mtp/
H A DMtpStringBuffer.h50 inline int getByteCount() const { return mByteCount; } function in class:android::MtpStringBuffer
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java179 int byteCount = rgbaBitmap.getByteCount();
195 int byteCount = result.getByteCount();
H A DGLFrame.java234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) {
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java43 assertEquals("byteCount", 80000, bm1.getByteCount());
44 assertEquals("byteCount", 40000, bm2.getByteCount());
45 assertEquals("byteCount", 40000, bm3.getByteCount());
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java378 long pixelSize = getByteCount();
414 long bitmapBytes = getByteCount();
998 public final int getByteCount() { method in class:Bitmap
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java305 public long getByteCount(String iface, int dir, int period, int ago) { method in class:ThrottleService

Completed in 88 milliseconds