Searched refs:MAX_PAYLOAD (Results 1 - 7 of 7) sorted by relevance

/system/core/adb/
H A Dadb_auth_client.c53 char buf[MAX_PAYLOAD];
177 char msg[MAX_PAYLOAD];
H A Dadb.h24 #define MAX_PAYLOAD 4096 macro
67 unsigned char data[MAX_PAYLOAD];
H A Dadb_auth_host.c136 char path[PATH_MAX], info[MAX_PAYLOAD];
323 char keys_path[MAX_PAYLOAD];
H A Dsockets.c323 size_t avail = MAX_PAYLOAD;
346 if((avail == MAX_PAYLOAD) || (s->peer == 0)) {
349 p->len = MAX_PAYLOAD - avail;
547 if(len > (MAX_PAYLOAD-1)) {
670 if((s->pkt_first->len + p->len) > MAX_PAYLOAD) {
H A Djdwp_service.c591 p->len = jdwp_process_list((char*)p->data, MAX_PAYLOAD);
H A Dadb.c201 memset(p, 0, sizeof(apacket) - MAX_PAYLOAD);
321 cp->msg.arg1 = MAX_PAYLOAD;
H A Dtransport.c1161 if(p->msg.data_length > MAX_PAYLOAD) {
1162 D("check_header(): %d > MAX_PAYLOAD\n", p->msg.data_length);

Completed in 96 milliseconds