HomeSort by relevance Sort by last modified time
    Searched refs:read_size (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 133 ssize_t read_size; local
144 read_size = read(ctrl_fd, ctrl_data, sizeof(ctrl_data));
145 if (read_size < 0) {
149 ctrl_data[read_size] = '\0';
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 75 MOCK_METHOD4(Read, void(int64 position, int read_size, uint8* buffer,
239 void ReadDataSourceHit(int64 position, int size, int read_size) {
245 .WillOnce(DoAll(Assign(&error_, read_size),
250 EXPECT_CALL(*this, ReadCallback(read_size));
259 memcmp(buffer_, data_ + static_cast<int>(position), read_size));
buffered_data_source.cc 254 int read_size,
267 read_size_ = read_size;
buffered_resource_loader.cc 150 int read_size,
161 read_size_ = read_size;
  /external/qemu/audio/
winaudio.c 351 int read_size; member in struct:WinAudioIn
499 s->read_size = samples_size;
531 int wav_bytes = (s->read_size - s->read_pos);
544 __FUNCTION__, s->read_index, s->read_pos, s->read_size, wav_samples, wav_bytes, live,
556 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;
  /external/qemu/hw/
goldfish_nand.c 692 ssize_t read_size; local
862 read_size = do_read(initfd, dev->data, dev->erase_size);
863 if(read_size < 0) {
867 if(do_write(rwfd, dev->data, read_size) != read_size) {
871 } while(read_size == dev->erase_size);
  /external/libnfc-nxp/src/
phDnldNfc.c 1280 uint16_t read_size = 0 ; local
    [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);
  /external/linux-tools-perf/util/
trace-event.h 263 unsigned long long read_size(void *ptr, int size);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 778 bwr.read_size = mIn.dataCapacity();
781 bwr.read_size = 0;
795 alog << "Size of receive buffer: " << bwr.read_size
800 if ((bwr.write_size == 0) && (bwr.read_size == 0)) return NO_ERROR;
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 593 size_t read_size = size; local
595 &into, &read_size, vaddr, size); local
  /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...]

Completed in 683 milliseconds

12 3