Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_protocol.h51 kIdCloseStdin = 4, enumerator
/system/core/adb/daemon/
Dshell_service_test.cpp240 ASSERT_TRUE(protocol->Write(ShellProtocol::kIdCloseStdin, 0)); in TEST_F()
Dshell_service.cpp699 case ShellProtocol::kIdCloseStdin: in PassInput()
/system/core/adb/client/
Dcommandline.cpp528 args->protocol->Write(ShellProtocol::kIdCloseStdin, 0); in stdin_read_thread_loop()