/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A 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()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/ |
H A 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
|
/aosp12/frameworks/base/packages/PrintSpooler/jni/ |
H A 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
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
/aosp12/frameworks/base/core/java/android/util/jar/ |
H A 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()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
H A D | MD5Calculator.java | 35 int byteCount; in checksum() local
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | SizedInputStream.java | 49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LimitedLengthInputStream.java | 69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
|
/aosp12/system/teeui/libteeui/src/ |
H A D | cbor.cpp | 80 static size_t byteCount(char c) { in byteCount() function
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utf8range.h | 44 static size_t byteCount(char c) { in byteCount() function
|
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/ |
H A D | TypedOutputStream.java | 47 public void writeVarByteValue(int byteCount, long value) throws IOException { in writeVarByteValue()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_ddm_DdmHandleNativeHeap.cpp | 58 ssize_t byteCount; in ReadFile() local
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
H A D | Fingerprint.java | 81 public static Fingerprint fromInputStream(InputStream stream, long[] byteCount) in fromInputStream()
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | MediaSaver.java | 75 int byteCount = 0; in saveDepth() local
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/ |
H A D | BlockData.java | 88 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes()
|
/aosp12/frameworks/av/media/libaaudio/src/legacy/ |
H A D | AudioStreamLegacy.cpp | 114 int32_t byteCount = audioBuffer->frameCount * getBytesPerDeviceFrame(); in processCallbackCommon() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | FileBridge.java | 182 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
|
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/ |
H A D | BlockFileWriter.java | 170 int byteCount = Math.min(buffer.length, byteBuffer.remaining()); in copyAll() local
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
H A D | JPEGInputStream.java | 137 public long skip(long byteCount) throws IOException { in skip()
|
/aosp12/hardware/interfaces/drm/1.2/vts/functional/ |
H A D | drm_hal_test.cpp | 313 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P() local 340 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P() local 389 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P() local
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
H A D | SmsMessage.java | 1013 String getUserDataGSM8bit(int byteCount) { in getUserDataGSM8bit() 1031 String getUserDataUCS2(int byteCount) { in getUserDataUCS2() 1052 String getUserDataKSC5601(int byteCount) { in getUserDataKSC5601()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | combined_encode.cpp | 285 Int byteCount = 0, byteCount1 = 0, bitCount = 0; in EncodeSliceCombinedMode() local
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | TrafficStatsTest.java | 118 final int byteCount = 1024; in testTrafficStatsForLocalhost() local
|
/aosp12/frameworks/av/media/img_utils/src/ |
H A D | TiffIfd.cpp | 312 uint32_t byteCount = stripByteCounts->getCount(); in setStripOffset() local
|
/aosp12/system/timezone/tzdatacheck/ |
H A D | tzdatacheck.cpp | 101 static bool readBytes(const std::string& fileName, char* buffer, size_t byteCount) { in readBytes()
|