Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/av/drm/common/
H A DReadWriteUtils.cpp35 String8 ReadWriteUtils::readBytes(const String8& filePath) { in readBytes() function in ReadWriteUtils
57 int ReadWriteUtils::readBytes(const String8& filePath, char** buffer) { in readBytes() function in ReadWriteUtils
/aosp12/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java41 /* package */ static byte[] readBytes(String path) throws IOException { in readBytes() method in DrmUtils
47 /* package */ static byte[] readBytes(File file) throws IOException { in readBytes() method in DrmUtils
/aosp12/system/timezone/apex/tests/src/java/android/tzdata/mts/
H A DTimeZoneVersionTest.java87 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes() method in TimeZoneVersionTest
/aosp12/frameworks/base/obex/javax/obex/
H A DPrivateOutputStream.java127 public synchronized byte[] readBytes(int size) { in readBytes() method in PrivateOutputStream
/aosp12/frameworks/base/core/java/android/os/incremental/
H A DV4Signature.java240 private static byte[] readBytes(InputStream stream, int maxSize) throws IOException { in readBytes() method in V4Signature
255 private static byte[] readBytes(ByteBuffer buffer) throws IOException { in readBytes() method in V4Signature
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java221 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress() local
/aosp12/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DFileUtils.java165 public static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes() method in FileUtils
/aosp12/frameworks/base/core/java/android/util/proto/
H A DProtoInputStream.java465 public byte[] readBytes(long fieldId) throws IOException { in readBytes() method in ProtoInputStream
/aosp12/frameworks/base/core/java/android/os/
H A DMemoryFile.java187 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() method in MemoryFile
H A DDropBoxManager.java237 int readBytes = 0; in getText() local
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtils.java197 int readBytes = 0; in readStreamExhaustively() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenInternalAudioRecorder.java234 private void encode(byte[] buffer, int readBytes) { in encode()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java595 int readBytes = android.system.Os.read(pipeFd, data, dataIndex, 1); in handleParentProc() local
H A DZygoteServer.java622 int readBytes = in runSelectLoop() local
/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DDvrTests.cpp53 int readBytes; in playbackThreadLoop() local
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DDvrTests.cpp53 int readBytes; in playbackThreadLoop() local
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/
H A DCallComposerPictureManager.java293 private static byte[] readBytes(InputStream inputStream) throws Exception { in readBytes() method in CallComposerPictureManager
/aosp12/system/timezone/tzdatacheck/
H A Dtzdatacheck.cpp101 static bool readBytes(const std::string& fileName, char* buffer, size_t byteCount) { in readBytes() function
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DGraphicsStatsService.java546 void readBytes(byte[] buffer, int count) throws IOException { in readBytes() method in GraphicsStatsService.ActiveBuffer
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp570 int readBytes =0; in ebd_thread() local
1030 int readBytes =0; int bufCnt=0; in EmptyBufferDone() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java782 int readBytes = 0; in dumpProtoLocked() local
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp691 int readBytes =0; in ebd_thread() local
1240 int readBytes =0; in EmptyBufferDone() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCompilationCachingTests.cpp815 ssize_t readBytes; in copyCacheFiles() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCompilationCachingTests.cpp1005 ssize_t readBytes; in copyCacheFiles() local
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCompilationCachingTests.cpp1014 ssize_t readBytes; in copyCacheFiles() local

12