Home
last modified time | relevance | path

Searched refs:readAllBytes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp48 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) { in readAllBytes() function
92 bool read = readAllBytes(fd, (void*) &readInfo, sizeof(AndroidBitmapInfo)); in readBitmapPixels()
124 read = readAllBytes(fd, (void*) pixels, byteCount); in readBitmapPixels()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java75 final byte[] bytes = Files.readAllBytes(protoFile.toPath()); in loadTask()
/frameworks/base/api/
Dcurrent.txt58069 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
Dtest-current.txt58551 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
Dsystem-current.txt62027 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
/frameworks/base/config/
Dboot-image-profile.txt12714 HPLjava/nio/file/Files;->readAllBytes(Ljava/nio/file/Path;)[B