/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/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/ |
D | BridgeBufferIterator.java | 48 public void skip(int byteCount) { in skip() 55 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() 56 assert dst.length >= dstOffset + byteCount; in readByteArray() local
|
/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() 45 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) { in readAllBytes() 118 size_t byteCount = readInfo.stride * readInfo.height; in readBitmapPixels() local 157 size_t byteCount = info.stride * info.height; in writeBitmapPixels() local
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarFile.java | 347 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 384 public long skip(long byteCount) throws IOException { in skip() 400 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 465 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 486 @Override public long skip(long byteCount) throws IOException { in skip()
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 107 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData() local 172 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | SizedInputStream.java | 50 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/frameworks/base/core/java/android/content/pm/ |
D | LimitedLengthInputStream.java | 69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
D | ZipFilePerfTest.java | 90 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
|
D | ZipFileReadPerfTest.java | 79 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
|
/frameworks/base/core/jni/ |
D | android_ddm_DdmHandleNativeHeap.cpp | 58 ssize_t byteCount; in ReadFile() local
|
D | android_hardware_camera2_CameraMetadata.cpp | 364 jsize byteCount = entry.count * tagSize; in CameraMetadata_readValues() local
|
/frameworks/base/core/java/android/os/ |
D | FileBridge.java | 182 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 1079 String getUserDataGSM8bit(int byteCount) { in getUserDataGSM8bit() 1097 String getUserDataUCS2(int byteCount) { in getUserDataUCS2() 1118 String getUserDataKSC5601(int byteCount) { in getUserDataKSC5601()
|
/frameworks/av/media/module/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/native/libs/binder/ |
D | RecordedTransaction.cpp | 314 size_t byteCount, const uint8_t* data) const { in writeChunk()
|
/frameworks/av/media/img_utils/src/ |
D | TiffIfd.cpp | 312 uint32_t byteCount = stripByteCounts->getCount(); in setStripOffset() local
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | GsmAlphabet.java | 411 int byteCount = ((septetCount * 7) + 7) / 8; in stringToGsm7BitPacked() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsMessageBodyTest.java | 428 int byteCount = length * 2; in fillData() local
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfEditor.cpp | 66 static bool writeAllBytes(const int fd, const void* buffer, const size_t byteCount) { in writeAllBytes()
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 4077 long byteCount = 0; in readImageFileDirectory() local 4945 public void seek(long byteCount) throws IOException { in seek() 5081 public int skipBytes(int byteCount) throws IOException { in skipBytes()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 1544 int byteCount = readInt(data, pos); in readString() local
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1984 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()
|