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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
NetlinkConnection.h 53 #define MAX_PAYLOAD 1024
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbMessage.java 38 public static final int MAX_PAYLOAD = 4096;
45 mDataBuffer = ByteBuffer.allocate(MAX_PAYLOAD);
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 36 #define MAX_PAYLOAD 4096
366 msg_send.arg1 = MAX_PAYLOAD;
  /bootable/recovery/minadbd/
adb.h 25 #define MAX_PAYLOAD 4096
66 unsigned char data[MAX_PAYLOAD];
  /system/core/adb/
adb.h 25 #define MAX_PAYLOAD 4096
68 unsigned char data[MAX_PAYLOAD];
  /device/generic/goldfish/qemud/
qemud.c 641 #define MAX_PAYLOAD 4000
647 uint8_t data[ MAX_PAYLOAD ];
909 if ((len = fd_read(f->fd, p->data, MAX_PAYLOAD)) < 0) {
    [all...]

Completed in 135 milliseconds