Home
last modified time | relevance | path

Searched defs:byteCount (Results 1 – 22 of 22) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
DBridgeBufferIterator.java48 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/media/mca/filterfw/java/android/filterfw/core/
DNativeFrame.java177 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/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp29 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/
DStrictJarFile.java347 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/base/core/java/com/android/internal/util/
DSizedInputStream.java49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/frameworks/base/core/java/android/content/pm/
DLimitedLengthInputStream.java69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp58 ssize_t byteCount; in ReadFile() local
Dandroid_hardware_camera2_CameraMetadata.cpp304 jsize byteCount = entry.count * tagSize; in CameraMetadata_readValues() local
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp110 int32_t byteCount = audioBuffer->frameCount * getBytesPerDeviceFrame(); in processCallbackCommon() local
/frameworks/base/core/java/android/os/
DFileBridge.java180 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java1037 String getUserDataGSM8bit(int byteCount) { in getUserDataGSM8bit()
1055 String getUserDataUCS2(int byteCount) { in getUserDataUCS2()
1076 String getUserDataKSC5601(int byteCount) { in getUserDataKSC5601()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dcombined_encode.cpp285 Int byteCount = 0, byteCount1 = 0, bitCount = 0; in EncodeSliceCombinedMode() local
Dbitstream_io.cpp581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) in BitstreamRepos()
Dmp4lib_int.h32 Int byteCount; /*how many bytes already encoded*/ member
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp312 uint32_t byteCount = stripByteCounts->getCount(); in setStripOffset() local
/frameworks/base/telephony/common/com/android/internal/telephony/
DGsmAlphabet.java411 int byteCount = ((septetCount * 7) + 7) / 8; in stringToGsm7BitPacked() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java427 int byteCount = length * 2; in fillData() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java1277 int byteCount = readInt(data, pos); in readString() local
/frameworks/base/media/java/android/media/
DExifInterface.java3735 long byteCount = 0; in readImageFileDirectory() local
4554 public void seek(long byteCount) throws IOException { in seek()
4690 public int skipBytes(int byteCount) throws IOException { in skipBytes()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1995 int byteCount = TOTAL_PROPERTY_COUNT * 4; in updateStateFromTypedArray() local
/frameworks/base/opengl/java/android/opengl/
DGLLogWrapper.java930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) { in toByteBuffer()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...