Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_client.py144 def __init__(self, stub, generic, request, handle_response): argument
148 self._handle_response = handle_response
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c402 static int handle_response(struct userdata *u) { in handle_response() function
490 return handle_response(u); in do_read()
/third_party/libcoap/src/
Dnet.c2897 handle_response(coap_context_t *context, coap_session_t *session, in handle_response() function
3131 handle_response(context, session, sent ? sent->pdu : NULL, pdu); in coap_dispatch()