Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_service_test.cpp176 SubprocessType::kRaw, SubprocessProtocol::kNone)); in TEST_F()
198 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
253 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
272 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
284 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
Dservices.cpp225 : SubprocessType::kRaw); in ShellService()
231 type = SubprocessType::kRaw; in ShellService()
321 ret = StartSubprocess(name + 5, nullptr, SubprocessType::kRaw, SubprocessProtocol::kNone); in service_to_fd()
337 nullptr, SubprocessType::kRaw, SubprocessProtocol::kNone); in service_to_fd()
339 ret = StartSubprocess("/system/bin/bu restore", nullptr, SubprocessType::kRaw, in service_to_fd()
Dshell_service.h132 kRaw, enumerator
Dshell_service.cpp215 if (protocol_ == SubprocessProtocol::kNone && type_ == SubprocessType::kRaw) { in Subprocess()
599 if (type_ == SubprocessType::kRaw) { in PassInput()
748 type == SubprocessType::kRaw ? "raw" : "PTY", in StartSubprocess()