Home
last modified time | relevance | path

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

/system/core/libcutils/
Ddebugger.c32 static int send_request(int sock_fd, void* msg_ptr, size_t msg_len) { in send_request() function
70 if (send_request(sock_fd, &msg, sizeof(msg)) < 0) { in make_dump_request()