Home
last modified time | relevance | path

Searched refs:MAX_PAYLOAD_V1 (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dadb.h34 constexpr size_t MAX_PAYLOAD_V1 = 4 * 1024; variable
Dadb.cpp225 if (connection_str.length() > MAX_PAYLOAD_V1) { in send_connect()
/system/core/adb/client/
Dauth.cpp432 if (key.size() >= MAX_PAYLOAD_V1) { in send_auth_publickey()
Dcommandline.cpp596 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()