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

  /system/tpm/tpm_manager/client/
binder_proxy_helper.h 34 const GetErrorResponseCallbackType& get_error_response)
37 get_error_response_(get_error_response) {}
68 const GetErrorResponseCallbackType& get_error_response)
69 : callback_(callback), get_error_response_(get_error_response) {}
  /system/tpm/tpm_manager/server/
binder_service.cc 60 // and |client| to handle the response. On error, uses |get_error_response| to
68 const base::Callback<void(ResponseProtobufType*)>& get_error_response,
78 get_error_response.Run(&response_proto);
  /external/libpcap/
pcap-sita.c 759 static char *get_error_response(int fd, char *errbuf) { /* return a pointer on error, NULL on no error */ function
787 if (get_error_response(u->find_fd, errbuf))
837 if (get_error_response(u->fd, errbuf)) {
896 if (get_error_response(fd, NULL))
    [all...]

Completed in 104 milliseconds