HomeSort by relevance Sort by last modified time
    Searched defs:MAX_PAYLOAD (Results 1 - 4 of 4) sorted by null

  /development/samples/USB/AdbTest/src/com/android/adb/
AdbMessage.java 38 public static final int MAX_PAYLOAD = 4096;
45 mDataBuffer = ByteBuffer.allocate(MAX_PAYLOAD);
  /system/core/adb/
adb.h 33 constexpr size_t MAX_PAYLOAD = MAX_PAYLOAD_V2;
75 unsigned char data[MAX_PAYLOAD];
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 36 #define MAX_PAYLOAD 4096
511 msg_send.arg1 = MAX_PAYLOAD;
  /device/generic/goldfish/qemud/
qemud.c 642 #define MAX_PAYLOAD 4000
648 uint8_t data[ MAX_PAYLOAD ];
910 if ((len = fd_read(f->fd, p->data, MAX_PAYLOAD)) < 0) {
    [all...]

Completed in 341 milliseconds