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 144 struct binder_write_read bwr; local
146 bwr.write_size = len;
147 bwr.write_consumed = 0;
148 bwr.write_buffer = (unsigned) data;
149 bwr.read_size = 0;
150 bwr.read_consumed = 0;
151 bwr.read_buffer = 0;
152 res = ioctl(bs->fd, BINDER_WRITE_READ, &bwr);
308 struct binder_write_read bwr; local
329 bwr.write_size = sizeof(writebuf)
360 struct binder_write_read bwr; local
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 801 binder_write_read bwr; local
811 bwr.write_size = outAvail;
812 bwr.write_buffer = (long unsigned int)mOut.data();
816 bwr.read_size = mIn.dataCapacity();
817 bwr.read_buffer = (long unsigned int)mIn.data();
819 bwr.read_size = 0;
820 bwr.read_buffer = 0;
827 const void* cmds = (const void*)bwr.write_buffer;
828 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
829 alog << HexDump(cmds, bwr.write_size) << endl
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 5495 struct vki_binder_write_read* bwr local
6539 struct vki_binder_write_read* bwr local
    [all...]

Completed in 79 milliseconds