Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dservices.h24 constexpr char kShellServiceArgShellProtocol[] = "v2"; variable
/aosp12/packages/modules/adb/daemon/
H A Dservices.cpp109 } else if (arg == kShellServiceArgShellProtocol) { in ShellService()
/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp583 args.push_back(kShellServiceArgShellProtocol); in ShellServiceString()