Searched refs:ReadShellProtocol (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/adb/daemon/ | 
| D | shell_service_test.cpp | 110     EXPECT_EQ(24, ReadShellProtocol(command_fd_, &stdout, &stderr));  in TEST_F() 124     EXPECT_EQ(50, ReadShellProtocol(command_fd_, &stdout, &stderr));  in TEST_F() 149     EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr));  in TEST_F() 172     EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr));  in TEST_F() 184     EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr));  in TEST_F() 196     EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr));  in TEST_F() 245     EXPECT_EQ(1, ReadShellProtocol(command_fd_, &stdout, &stderr));  in TEST_F()
  | 
| /packages/modules/adb/test_utils/ | 
| D | test_utils.h | 33 int ReadShellProtocol(android::base::borrowed_fd fd, std::string* std_out, std::string* std_err);
  | 
| D | test_utils.cpp | 47 int ReadShellProtocol(android::base::borrowed_fd fd, std::string* std_out, std::string* std_err) {  in ReadShellProtocol()  function
  |