Home
last modified time | relevance | path

Searched refs:readAllBytes (Results 1 – 4 of 4) 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.txt57655 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
Dsystem-current.txt61563 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;