Searched defs:readData (Results 1 – 10 of 10) sorted by relevance
60 std::optional<sk_sp<SkData>> ScopedParcel::readData() { in readData() function in ScopedParcel
346 public byte[] readData(String procFile) throws IOException { in readData() method in KernelSingleUidTimeReaderTest.TestInjector
203 private void readData(FileInputStream inputStream, long sizeBytes) throws Exception { in readData() method in BlobStorePerfTests
263 public byte[] readData(String procFile) throws IOException { in readData() method in KernelSingleUidTimeReader.Injector
725 bool MtpDevice::readData(ReadObjectCallback callback, in readData() function in android::MtpDevice894 bool MtpDevice::readData() { in readData() function in android::MtpDevice
504 int MtpDataPacket::readData(struct usb_request *request, void* buffer, int length) { in readData() function in android::MtpDataPacket
304 private byte[] readData() throws IOException { in readData() method in Event.Reader
473 private int readData(InputStream is, int length) { in readData() method in TestWebServer.Worker
1050 private static ByteBuffer readData(FileChannel channel, int length) throws IOException { in readData() method in PersistentDataBlockServiceTest
332 hal::ChannelMessage readData; in expectToReadFromFmq() local