HomeSort by relevance Sort by last modified time
    Searched defs:MAX_PAYLOAD (Results 1 - 3 of 3) 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 34 constexpr size_t MAX_PAYLOAD = 1024 * 1024;
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 36 #define MAX_PAYLOAD 4096
511 msg_send.arg1 = MAX_PAYLOAD;

Completed in 98 milliseconds