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

  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 363 message msg_send;
364 msg_send.command = A_CNXN;
365 msg_send.arg0 = A_VERSION;
366 msg_send.arg1 = MAX_PAYLOAD;
367 msg_send.data_length = 0;
368 msg_send.data_crc32 = 0;
369 msg_send.magic = msg_send.command ^ 0xffffffff;
372 bool write_res = AdbWriteEndpointSync(adb_write, &msg_send, sizeof(msg_send), &written_bytes, 500);
362 message msg_send; local
    [all...]
  /hardware/msm7k/librpc/rpc/
xdr.h 65 #define XDR_MSG_SEND(XDR) (XDR)->xops->msg_send(XDR)
types.h 359 bool_t (*msg_send) (xdr_s_type *xdr); member in struct:xdr_ops_struct

Completed in 63 milliseconds