HomeSort by relevance Sort by last modified time
    Searched refs:ack_reply_fd (Results 1 - 3 of 3) sorted by null

  /system/core/adb/client/
main.cpp 84 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd) {
156 std::thread notify_thread([ack_reply_fd]() {
163 const HANDLE ack_reply_handle = cast_int_to_handle(ack_reply_fd);
179 if (!android::base::WriteStringToFd("OK\n", ack_reply_fd)) {
180 fatal_errno("error writing ACK to fd %d", ack_reply_fd);
182 unix_close(ack_reply_fd);
  /system/core/adb/
adb.h 131 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd);
commandline.cpp 1339 int ack_reply_fd = -1; local
    [all...]

Completed in 167 milliseconds