Home
last modified time | relevance | path

Searched defs:read (Results 51 – 75 of 597) sorted by relevance

12345678910>>...24

/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_file_api.h37 int32_t (*read)(const char *file_name, uint32_t offset, member
/aosp12/frameworks/native/libs/gui/
H A DFrameTimelineInfo.cpp39 status_t FrameTimelineInfo::read(const Parcel& input) { in read() function in android::FrameTimelineInfo
/aosp12/frameworks/av/media/mtp/
H A DMtpStorageInfo.cpp48 bool MtpStorageInfo::read(MtpDataPacket& packet) { in read() function in android::MtpStorageInfo
H A DMtpFfsCompatHandle.cpp152 int MtpFfsCompatHandle::read(void* data, size_t len) { in read() function in android::MtpFfsCompatHandle
176 bool read = false; in receiveFile() local
268 bool read = false; in sendFile() local
H A DMtpObjectInfo.cpp58 bool MtpObjectInfo::read(MtpDataPacket& packet) { in read() function in android::MtpObjectInfo
H A DMtpRequestPacket.cpp40 int MtpRequestPacket::read(IMtpHandle *h) { in read() function in android::MtpRequestPacket
H A DMtpResponsePacket.cpp48 int MtpResponsePacket::read(struct usb_request *request) { in read() function in android::MtpResponsePacket
/aosp12/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java222 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
229 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
242 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
/aosp12/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java322 public int read() throws IOException { in read() method in StrictJarFile.JarFileInputStream
347 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.JarFileInputStream
400 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.ZipInflaterInputStream
461 @Override public int read() throws IOException { in read() method in StrictJarFile.FDStream
465 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.FDStream
/aosp12/system/core/fastboot/device/
H A Dfastboot_device.cpp140 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData()
144 bool FastbootDevice::HandleData(bool read, char* data, uint64_t size) { in HandleData()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPersistedItemArray.java115 public List<T> read(Context context, ItemFactory<T> factory) { in read() method in PersistedItemArray
124 public List<T> read(Context context, ItemFactory<T> factory, LongFunction<UserHandle> userFn) { in read() method in PersistedItemArray
/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal.c49 ssize_t read; in get_num_cpus() local
82 ssize_t read; in get_cpu_usages() local
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal.c49 ssize_t read; in get_num_cpus() local
82 ssize_t read; in get_cpu_usages() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationOffItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationOffItem
H A DAnnotationSetRefItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetRefItem
H A DEncodedArrayItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedArrayItem
H A DStringIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in StringIdItem
H A DTypeIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in TypeIdItem
H A DTypeItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in TypeItem
H A DAnnotationElement.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationElement
H A DAnnotationItem.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationItem
H A DAnnotationSetItem.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetItem
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DSparseInputStream.java139 public int read(byte[] buf) throws IOException { in read() method in SparseInputStream
166 public int read() throws IOException { in read() method in SparseInputStream
/aosp12/system/teeui/libteeui/include/secure_input/
H A Dsecure_input_proto.h86 inline std::tuple<teeui::ReadStream, DTupKeyEvent> read(teeui::Message<DTupKeyEvent>, in read() function
95 inline std::tuple<teeui::ReadStream, InputResponse> read(teeui::Message<InputResponse>, in read() function
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp69 size_t read = inBuffer.offset; in Compress() local
139 size_t read = inBuffer.offset; in Compress() local

12345678910>>...24