Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A 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()
/aosp14/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp29 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
/aosp14/frameworks/base/core/java/android/util/jar/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DSizedInputStream.java49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLimitedLengthInputStream.java69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DZipFilePerfTest.java89 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
H A DZipFileReadPerfTest.java78 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp58 ssize_t byteCount; in ReadFile() local
H A Dandroid_hardware_camera2_CameraMetadata.cpp364 jsize byteCount = entry.count * tagSize; in CameraMetadata_readValues() local
/aosp14/frameworks/base/core/java/android/os/
H A DFileBridge.java182 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java1079 String getUserDataGSM8bit(int byteCount) { in getUserDataGSM8bit()
1097 String getUserDataUCS2(int byteCount) { in getUserDataUCS2()
1118 String getUserDataKSC5601(int byteCount) { in getUserDataKSC5601()
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DGsmAlphabet.java411 int byteCount = ((septetCount * 7) + 7) / 8; in stringToGsm7BitPacked() local
/aosp14/frameworks/base/libs/hwui/jni/pdf/
H A DPdfEditor.cpp69 static bool writeAllBytes(const int fd, const void* buffer, const size_t byteCount) { in writeAllBytes()
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java4077 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()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java1414 int byteCount = readInt(data, pos); in readString() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1984 int byteCount = TOTAL_PROPERTY_COUNT * 4; in updateStateFromTypedArray() local
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) { in toByteBuffer()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...