HomeSort by relevance Sort by last modified time
    Searched refs:read_size (Results 1 - 22 of 22) sorted by null

  /frameworks/base/include/private/binder/
binder_module.h 60 signed long read_size;
  /external/qemu/
tap-win32.c 92 unsigned long read_size; member in struct:tun_buffer_s
492 unsigned long read_size; local
502 &read_size,
509 &read_size, FALSE);
533 if(read_size > 0) {
534 buffer->read_size = read_size;
553 size = (int)buffer->read_size;
  /external/v8/src/
log-utils.cc 68 const int read_size = Min(write_pos_ - read_pos, local
71 blocks_[block_read_index] + block_read_pos, read_size);
72 block_read_pos += read_size;
73 dest_buf_pos += read_size;
74 read_pos += read_size;
  /external/qemu/hw/
goldfish_nand.c 455 ssize_t read_size; local
608 read_size = do_read(initfd, dev->data, dev->erase_size);
609 if(read_size < 0) {
613 if(do_write(rwfd, dev->data, read_size) != read_size) {
617 } while(read_size == dev->erase_size);
  /bionic/libc/kernel/common/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /external/kernel-headers/original/linux/
binder.h 73 signed long read_size; /* bytes to read */ member in struct:binder_write_read
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /external/qemu/audio/
winaudio.c 352 int read_size; member in struct:WinAudioIn
500 s->read_size = samples_size;
532 int wav_bytes = (s->read_size - s->read_pos);
545 __FUNCTION__, s->read_index, s->read_pos, s->read_size, wav_samples, wav_bytes, live,
557 if (s->read_pos == s->read_size) {
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 78 *size = impl->recogImpl->waveformBuffer->read_size;
87 *size = impl->recogImpl->waveformBuffer->read_size;
RecognizerImpl.c     [all...]
  /external/bluetooth/glib/glib/
gfileutils.c 1779 gint read_size; local
    [all...]
giochannel.c 1300 gsize read_size, cur_len, oldlen; local
    [all...]
  /frameworks/base/cmds/servicemanager/
binder.c 149 bwr.read_size = 0;
335 bwr.read_size = sizeof(readbuf);
371 bwr.read_size = sizeof(readbuf);
  /frameworks/base/libs/binder/
IPCThreadState.cpp 723 bwr.read_size = mIn.dataCapacity();
726 bwr.read_size = 0;
739 alog << "Size of receive buffer: " << bwr.read_size
744 if ((bwr.write_size == 0) && (bwr.read_size == 0)) return NO_ERROR;
    [all...]
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 120 size_t read_size; member in struct:WaveformBuffer_t
139 /* read the whole buffer (starting from start offset, up to read_size) into a chunk allocated outside */
145 /* sets the start offset and read_size at the end of recognition when endpointed transcription is known */
  /external/bluetooth/glib/gio/
glocalfileinfo.c 165 int read_size; local
167 read_size = readlink (full_name, buffer, size);
168 if (read_size < 0)
173 if (read_size < size)
175 buffer[read_size] = 0;
    [all...]
gfile.c 5300 gssize read_size; local
    [all...]

Completed in 599 milliseconds