Home
last modified time | relevance | path

Searched refs:SendOkay (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dadb.cpp901 SendOkay(reply_fd); in handle_forward_request()
910 SendOkay(reply_fd); in handle_forward_request()
912 SendOkay(reply_fd); in handle_forward_request()
966 SendOkay(reply_fd); in handle_forward_request()
968 SendOkay(reply_fd); in handle_forward_request()
994 static int SendOkay(int fd, const std::string& s) { in SendOkay() function
995 SendOkay(fd); in SendOkay()
1006 SendOkay(reply_fd); in handle_host_request()
1041 SendOkay(reply_fd); in handle_host_request()
1055 return SendOkay(reply_fd, device_list); in handle_host_request()
[all …]
Dadb_io.h25 bool SendOkay(int fd);
Dadb_io.cpp60 bool SendOkay(int fd) { in SendOkay() function
Dsockets.cpp542 SendOkay(s->fd); in local_socket_ready_notify()
762 SendOkay(s->peer->fd); in smart_socket_enqueue()
Dservices.cpp383 SendOkay(fd); in wait_for_state()