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

  /bootable/recovery/
bootloader.c 45 size_t write_size; local
47 if (part == NULL || mtd_partition_info(part, NULL, NULL, &write_size)) {
58 const ssize_t size = write_size * MISC_PAGES;
71 memcpy(out, &data[write_size * MISC_COMMAND_PAGE], sizeof(*out));
76 size_t write_size; local
78 if (part == NULL || mtd_partition_info(part, NULL, NULL, &write_size)) {
89 ssize_t size = write_size * MISC_PAGES;
96 memcpy(&data[write_size * MISC_COMMAND_PAGE], in, sizeof(*in));
  /device/htc/common/updater/
bootloader.c 46 size_t write_size; local
48 if (part == NULL || mtd_partition_info(part, NULL, NULL, &write_size)) {
59 const ssize_t size = write_size * MISC_PAGES;
72 memcpy(out, &data[write_size * MISC_COMMAND_PAGE], sizeof(*out));
77 size_t write_size; local
79 if (part == NULL || mtd_partition_info(part, NULL, NULL, &write_size)) {
90 ssize_t size = write_size * MISC_PAGES;
97 memcpy(&data[write_size * MISC_COMMAND_PAGE], in, sizeof(*in));
  /bootable/recovery/mtdutils/
mtdutils.h 37 size_t *total_size, size_t *erase_size, size_t *write_size);
mtdutils.c 239 size_t *total_size, size_t *erase_size, size_t *write_size)
253 if (write_size != NULL) *write_size = mtd_info.writesize;
  /frameworks/base/include/private/binder/
binder_module.h 57 signed long write_size;
  /bionic/libc/kernel/common/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /external/kernel-headers/original/linux/
binder.h 70 signed long write_size; /* bytes to write */ member in struct:binder_write_read
  /external/v8/src/
log-utils.cc 106 const int write_size = local
109 write_size);
110 block_write_pos_ += write_size;
111 data_pos += write_size;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /external/qemu/audio/
winaudio.c 100 int write_size; /* size in bytes of each buffer */ member in struct:WinAudioOut
248 s->write_size = samples_size;
272 int wav_bytes = (s->write_size - s->write_pos);
285 // s->write_pos, s->write_size, wav_samples, wav_bytes, live, hw->rpos, hw->samples);
294 if (s->write_pos == s->write_size) {
  /external/qemu/
tap-win32.c 460 unsigned long write_size; local
465 &write_size, FALSE);
471 &write_size, &overlapped->write_overlapped);
  /frameworks/base/cmds/servicemanager/
binder.c 146 bwr.write_size = len;
329 bwr.write_size = sizeof(writebuf);
363 bwr.write_size = 0;
  /frameworks/base/libs/binder/
IPCThreadState.cpp 718 bwr.write_size = outAvail;
734 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
735 alog << HexDump(cmds, bwr.write_size) << endl;
744 if ((bwr.write_size == 0) && (bwr.read_size == 0)) return NO_ERROR;
    [all...]
  /external/bluetooth/glib/gio/
gfile.c 5722 gssize write_size; local
    [all...]

Completed in 688 milliseconds