OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
);
/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
];
/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 356 milliseconds