Home
last modified time | relevance | path

Searched refs:kFeatureShell2 (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dtransport.h41 extern const char* const kFeatureShell2;
Dcommandline.cpp723 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); in adb_shell()
772 if (!CanUseFeature(features, kFeatureShell2)) { in adb_shell()
781 if (CanUseFeature(features, kFeatureShell2)) { in adb_shell()
1146 use_shell_protocol = CanUseFeature(features, kFeatureShell2); in send_shell_command()
Dtransport.cpp48 const char* const kFeatureShell2 = "shell_v2"; variable
786 kFeatureShell2, in supported_features()