Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_service_test.cpp156 SubprocessType::kRaw, SubprocessProtocol::kNone)); in TEST_F()
178 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
233 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
252 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
264 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
Dservices.cpp215 : SubprocessType::kRaw); in ShellService()
221 type = SubprocessType::kRaw; in ShellService()
290 ret = StartSubprocess(name + 5, nullptr, SubprocessType::kRaw, SubprocessProtocol::kNone); in service_to_fd()
307 nullptr, SubprocessType::kRaw, SubprocessProtocol::kNone); in service_to_fd()
309 ret = StartSubprocess("/system/bin/bu restore", nullptr, SubprocessType::kRaw, in service_to_fd()
Dshell_service.h132 kRaw, enumerator
Dshell_service.cpp204 if (protocol_ == SubprocessProtocol::kNone && type_ == SubprocessType::kRaw) { in Subprocess()
599 if (type_ == SubprocessType::kRaw) { in PassInput()
731 type == SubprocessType::kRaw ? "raw" : "PTY", in StartSubprocess()