Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/adb/
Dservices.h26 constexpr char kShellServiceArgShellProtocol[] = "v2"; variable
/aosp_15_r20/packages/modules/adb/daemon/
Dservices.cpp112 } else if (arg == kShellServiceArgShellProtocol) { in ShellService()
/aosp_15_r20/packages/modules/adb/client/
Dcommandline.cpp600 args.push_back(kShellServiceArgShellProtocol); in ShellServiceString()