Searched defs:getByteCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpStringBuffer.h50 inline int getByteCount() const { return mByteCount; } function in class:android::MtpStringBuffer
/frameworks/base/core/java/android/net/
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/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 254 milliseconds