Searched refs:data_length (Results 1 – 1 of 1) sorted by relevance
61 unsigned int data_length; /* length of payload (0 is allowed) */ member512 msg_send.data_length = 0; in DeviceHandShake()543 printf("\n data_length = %u", msg_rcv.data_length); in DeviceHandShake()549 if (0 != msg_rcv.data_length) { in DeviceHandShake()550 char* buf = reinterpret_cast<char*>(malloc(msg_rcv.data_length)); in DeviceHandShake()551 read_res = AdbReadEndpointSync(adb_read, buf, msg_rcv.data_length, &read_bytes, 512); in DeviceHandShake()