Searched refs:getByteCount (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | ThrottleManager.java | 148 public long getByteCount(String iface, int direction, int period, int ago) { in getByteCount() method in ThrottleManager 150 return mService.getByteCount(iface, direction, period, ago); in getByteCount()
|
D | IThrottleManager.aidl | 27 long getByteCount(String iface, int dir, int period, int ago); in getByteCount() method
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | BitmapTest.java | 43 assertEquals("byteCount", 80000, bm1.getByteCount()); in testBasic() 44 assertEquals("byteCount", 40000, bm2.getByteCount()); in testBasic() 45 assertEquals("byteCount", 40000, bm3.getByteCount()); in testBasic()
|
/frameworks/av/media/mtp/ |
D | MtpStringBuffer.h | 50 inline int getByteCount() const { return mByteCount; } in getByteCount() function
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | NativeFrame.java | 179 int byteCount = rgbaBitmap.getByteCount(); in setBitmap() 195 int byteCount = result.getByteCount(); in getBitmap()
|
D | GLFrame.java | 234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) { in setBitmap()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 370 long pixelSize = getByteCount(); in copyPixelsToBuffer() 406 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer() 874 public final int getByteCount() { in getByteCount() method in Bitmap
|
/frameworks/base/docs/html/sdk/api_diff/12/ |
D | missingSinces.txt | 34 NO DOC BLOCK: android.graphics.Bitmap Method getByteCount()
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 116 return bitmap.getByteCount();
|
/frameworks/base/services/java/com/android/server/ |
D | ThrottleService.java | 303 public long getByteCount(String iface, int dir, int period, int ago) { in getByteCount() method in ThrottleService
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 535 <li>{@link android.graphics.Bitmap#getByteCount()} gets a Bitmap's size in
|
/frameworks/base/api/ |
D | 14.txt | 7791 method public final int getByteCount();
|
D | 15.txt | 7823 method public final int getByteCount();
|
D | current.txt | 8095 method public final int getByteCount();
|
D | 16.txt | 8095 method public final int getByteCount();
|