HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PAYLOAD_V1 (Results 1 - 8 of 8) sorted by null

  /system/core/adb/
adb_auth_client.cpp 58 char buf[MAX_PAYLOAD_V1];
195 char msg[MAX_PAYLOAD_V1];
adb_auth.cpp 78 ret = adb_auth_get_userkey(p->data, MAX_PAYLOAD_V1);
adb_io.cpp 32 if (length > MAX_PAYLOAD_V1 - 4) {
adb.h 31 constexpr size_t MAX_PAYLOAD_V1 = 4 * 1024;
adb_client.cpp 136 if (service.empty() || service.size() > MAX_PAYLOAD_V1) {
adb_auth_host.cpp 151 char path[PATH_MAX], info[MAX_PAYLOAD_V1];
adb.cpp 215 // Connect and auth packets are limited to MAX_PAYLOAD_V1 because we don't
217 if (connection_str.length() > MAX_PAYLOAD_V1) {
    [all...]
sockets.cpp 683 if ((len < 1) || (len > MAX_PAYLOAD_V1)) {

Completed in 158 milliseconds