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

  /system/core/adb/
adb.h 33 constexpr size_t MAX_PAYLOAD_V1 = 4 * 1024;
adbd_auth.cpp 144 char msg[MAX_PAYLOAD_V1];
adb_auth_host.cpp 448 if (key.size() >= MAX_PAYLOAD_V1) {
adb.cpp 244 // Connect and auth packets are limited to MAX_PAYLOAD_V1 because we don't
246 if (connection_str.length() > MAX_PAYLOAD_V1) {
    [all...]
commandline.cpp 604 // Old devices can't handle a service string that's longer than MAX_PAYLOAD_V1.
606 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) {
    [all...]

Completed in 78 milliseconds