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

  /frameworks/native/cmds/servicemanager/
binder.c 150 struct binder_write_read bwr; local
153 bwr.write_size = len;
154 bwr.write_consumed = 0;
155 bwr.write_buffer = (uintptr_t) data;
156 bwr.read_size = 0;
157 bwr.read_consumed = 0;
158 bwr.read_buffer = 0;
159 res = ioctl(bs->fd, BINDER_WRITE_READ, &bwr);
320 struct binder_write_read bwr; local
341 bwr.write_size = sizeof(writebuf)
372 struct binder_write_read bwr; local
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 806 binder_write_read bwr; local
816 bwr.write_size = outAvail;
817 bwr.write_buffer = (uintptr_t)mOut.data();
821 bwr.read_size = mIn.dataCapacity();
822 bwr.read_buffer = (uintptr_t)mIn.data();
824 bwr.read_size = 0;
825 bwr.read_buffer = 0;
832 const void* cmds = (const void*)bwr.write_buffer;
833 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
834 alog << HexDump(cmds, bwr.write_size) << endl
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 6891 struct vki_binder_write_read* bwr local
8024 struct vki_binder_write_read* bwr local
    [all...]

Completed in 114 milliseconds