/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/ |
D | BridgeBufferIterator.java | 43 public void skip(int byteCount) { in skip() 50 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() 51 assert dst.length >= dstOffset + byteCount; in readByteArray() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | NativeFrame.java | 177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap() local 193 int byteCount = result.getByteCount(); in getBitmap() local 244 private native byte[] getNativeData(int byteCount); in getNativeData() 252 private native int[] getNativeInts(int byteCount); in getNativeInts() 254 private native float[] getNativeFloats(int byteCount); in getNativeFloats()
|
/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 29 static bool writeAllBytes(const int fd, void* buffer, const size_t byteCount) { in writeAllBytes() 48 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) { in readAllBytes() 123 size_t byteCount = readInfo.stride * readInfo.height; in readBitmapPixels() local 162 size_t byteCount = info.stride * info.height; in writeBitmapPixels() local
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarFile.java | 304 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 341 public long skip(long byteCount) throws IOException { in skip() 356 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 420 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 437 @Override public long skip(long byteCount) throws IOException { in skip()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | SizedInputStream.java | 49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_byte_stream.c | 87 u32 byteCount,initByteCount; in h264bsdExtractNalUnit() local
|
/frameworks/base/core/java/android/content/pm/ |
D | LimitedLengthInputStream.java | 68 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
|
/frameworks/base/core/jni/ |
D | android_ddm_DdmHandleNativeHeap.cpp | 60 ssize_t byteCount; in ReadFile() local
|
D | android_hardware_camera2_CameraMetadata.cpp | 312 jsize byteCount = entry.count * tagSize; in CameraMetadata_readValues() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 722 String getUserDataGSM8bit(int byteCount) { in getUserDataGSM8bit() 739 String getUserDataUCS2(int byteCount) { in getUserDataUCS2() 760 String getUserDataKSC5601(int byteCount) { in getUserDataKSC5601()
|
/frameworks/base/core/java/android/os/ |
D | FileBridge.java | 178 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | combined_encode.cpp | 285 Int byteCount = 0, byteCount1 = 0, bitCount = 0; in EncodeSliceCombinedMode() local
|
D | bitstream_io.cpp | 581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) in BitstreamRepos()
|
D | mp4lib_int.h | 32 Int byteCount; /*how many bytes already encoded*/ member
|
/frameworks/av/media/img_utils/src/ |
D | TiffIfd.cpp | 312 uint32_t byteCount = stripByteCounts->getCount(); in setStripOffset() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | GsmAlphabet.java | 393 int byteCount = ((septetCount * 7) + 7) / 8; in stringToGsm7BitPacked() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsMessageBodyTest.java | 434 int byteCount = length * 2; in fillData() local
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 2210 int byteCount = numberOfComponents * IFD_FORMAT_BYTES_PER_FORMAT[dataFormat]; in readImageFileDirectory() local 2579 public void seek(long byteCount) throws IOException { in seek() 2652 public long skip(long byteCount) { in skip()
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfEditor.cpp | 136 static bool writeAllBytes(const int fd, const void* buffer, const size_t byteCount) { in writeAllBytes()
|
/frameworks/base/services/net/java/android/net/dhcp/ |
D | DhcpPacket.java | 685 private static String readAsciiString(ByteBuffer buf, int byteCount, boolean nullOk) { in readAsciiString()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1512 int byteCount = TOTAL_PROPERTY_COUNT * 4; in updateStateFromTypedArray() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLLogWrapper.java | 930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) { in toByteBuffer()
|