Searched refs:read (Results 151 - 175 of 642) sorted by relevance

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DRemoteMediaSource.h37 virtual status_t read(
/frameworks/av/media/img_utils/src/
H A DFileInput.cpp48 ssize_t FileInput::read(uint8_t* buf, size_t offset, size_t count) { function in class:android::img_utils::FileInput
50 ALOGE("%s: Could not read file %s, file not open.", __FUNCTION__, mPath.string());
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.h52 fifo_frames_t read(void *destination, fifo_frames_t framesToRead);
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.h50 aaudio_result_t read(void *buffer,
/frameworks/av/media/libmediaextractor/include/media/
H A DMediaTrack.h54 // Any blocking read call returns immediately with a result of NO_INIT.
65 // Options that modify read() behaviour. The default is to
113 virtual status_t read(
/frameworks/av/media/libnbaio/
H A DLibsndfileSource.cpp46 ssize_t LibsndfileSource::read(void *buffer, size_t count) function in class:android::LibsndfileSource
55 // Detect EOF by zero frames read, not by mFramesUntilEOF as it could be inaccurate
62 // We didn't read any frames during the current loop cycle, so disable
63 // further looping to prevent the caller from busy waiting at read().
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DRemoteMediaSource.h37 virtual status_t read(
/frameworks/av/media/mtp/
H A DMtpStorageInfo.cpp48 bool MtpStorageInfo::read(MtpDataPacket& packet) { function in class:android::MtpStorageInfo
51 // read the device info
/frameworks/base/core/java/android/hardware/
H A DSerialPort.java84 * @param buffer to read into
85 * @return number of bytes read
87 public int read(ByteBuffer buffer) throws IOException { method in class:SerialPort
/frameworks/base/core/jni/android/graphics/
H A DUtils.h34 virtual size_t read(void* buffer, size_t size);
/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLTest.java46 // System.out.println("going for read...");
47 int ret = in.read(b);
/frameworks/base/libs/androidfw/
H A DBackupData.cpp240 amt = read(m_fd, &m_header, sizeof(m_header));
266 // read the rest of the header (filename)
273 int amt = read(m_fd, buf, size+1);
351 int amt = read(m_fd, data, size);
373 amt = read(m_fd, &padding, paddingSize);
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java48 while ((bytesRead = reader.read(buffer, 0, 1024)) > 0) {
52 throw new RuntimeException("Could not read specified resource file!");
/frameworks/base/services/core/java/com/android/server/pm/
H A DCompilerStats.java200 public boolean read(Reader r) { method in class:CompilerStats
279 void read() { method in class:CompilerStats
280 read((Void)null);
289 read(in);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DUsbAccessoryStreamTransport.java60 return mInputStream.read(buffer, offset, count);
/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp53 if (read(fd, &salt, SALT_LEN) != SALT_LEN) {
54 fprintf(stderr, "Could not read salt from /dev/urandom: %s\n", strerror(errno));
/frameworks/base/tools/preload/
H A DMemoryUsage.java276 int read;
278 while ((read = in.read(buffer)) > -1) {
279 out.write(buffer, 0, read);
/frameworks/ml/nn/tools/
H A Dsync_enums_to_hal.py64 def read(self, filename): member in class:HeaderReader
104 self.read("hardware/interfaces/neuralnetworks/1.0/types.hal")
137 self.read("hardware/interfaces/neuralnetworks/1.1/types.hal")
177 self.read("frameworks/ml/nn/runtime/include/NeuralNetworks.h")
/frameworks/native/cmds/bugreport/
H A Dbugreport.cpp27 // dumpstate, then connect to the dumpstate local client to read the
55 // Set a timeout so that if nothing is read in 3 minutes, we'll stop
67 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(s, buffer, sizeof(buffer)));
75 printf("\nBugreport read terminated abnormally (%s).\n", strerror(errno));
86 printf("Failed to write data to stdout: read %zd, trying to send %zd (%s)\n",
/frameworks/native/cmds/bugreportz/
H A Dbugreportz.cpp49 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(s, buffer, sizeof(buffer)));
57 printf("FAIL:Bugreport read terminated abnormally (%s)\n", strerror(errno));
/frameworks/native/cmds/lshal/
H A DPipeRelay.cpp46 ssize_t n = read(mFd, buffer, sizeof(buffer));
/frameworks/native/libs/sensor/include/sensor/
H A DBitTube.h77 ssize_t read(void* vaddr, size_t size);
/frameworks/native/services/sensorservice/hidl/
H A DEventQueue.cpp45 while ((actual = internalQueue->read(&event, 1 /* count */)) > 0) {
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java43 public void read() { method in class:EthernetConfigStore
/frameworks/rs/rsov/compiler/spirit/
H A Dfile_utils.h44 ifs.read((char *)ret.data(), length);

Completed in 430 milliseconds

1234567891011>>