Searched defs:send_response (Results 1 - 3 of 3) sorted by relevance

/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstransd.c86 send_response(int fd, uint32_t function, char *data, int32_t ret_val) function
160 ret = send_response(fd, function, NULL, result);
164 ret = send_response(fd, function, out, result);
168 ret = send_response(fd, function, out, result);
172 ret = send_response(fd, function, out, result);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c574 BOOLEAN send_response = TRUE; local
609 send_response = FALSE;
644 send_response = FALSE;
648 if (send_response)
/external/netperf/src/
H A Dnetlib.c16 /* send_response() send a response to the remote */
2628 /* send_response() */
2639 send_response()
2618 send_response() function

Completed in 109 milliseconds