/third_party/backends/backend/ |
H A D | hp5590_low.c | 241 uint8_t response; in hp5590_control_msg() local 389 /* Getting response after data transmission */ in hp5590_control_msg() 390 DBG (DBG_usb, "%s: USB-in-USB: getting response\n", __func__); in hp5590_control_msg() 393 sizeof (response), &response); in hp5590_control_msg() 396 DBG (DBG_err, "%s: USB-in-USB: error getting response\n", __func__); in hp5590_control_msg() 400 /* Necessary response after normal (non-CORE) data is 0x00, in hp5590_control_msg() 404 if (response == needed_response) in hp5590_control_msg() 405 DBG (DBG_usb, "%s: USB-in-USB: got correct response\n", in hp5590_control_msg() 408 if (response ! in hp5590_control_msg() [all...] |
/third_party/node/test/parallel/ |
H A D | test-stream-readable-async-iterators.js | 810 const server = http.createServer((request, response) => { 811 response.statusCode = 404; 812 response.write('never ends'); 817 .on('response', common.mustCall(async (res) => { 856 const server = http.createServer(async (request, response) => { 858 response.statusCode = 200; 860 response.end(JSON.stringify(body)); 869 .on('response', async (res) => {
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fuchsia.cpp | 442 fuchsia::fonts::TypefaceResponse response; in FetchTypeface() local 443 int result = fFontProvider->GetTypeface(std::move(request), &response); in FetchTypeface() 446 // The service may return an empty response if there is no font matching the request. in FetchTypeface() 447 if (response.IsEmpty()) return nullptr; in FetchTypeface() 449 return GetOrCreateTypeface(TypefaceId{response.buffer_id(), response.font_index()}, in FetchTypeface() 450 response.buffer()); in FetchTypeface()
|
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | controller.c | 1509 if (!data) /* Handle requests without a response. */ in ssam_request_sync_complete() 1514 rtl_warn(rtl, "rsp: no response buffer provided, dropping data\n"); in ssam_request_sync_complete() 1520 "rsp: response buffer too small, capacity: %zu bytes, got: %zu bytes\n", in ssam_request_sync_complete() 1633 * properly set up, including response buffer (may be %NULL if no response is 1638 * that the request has been completed before the response data can be 1680 * @rsp: The response buffer. 1732 * @rsp: The response buffer. 1887 * negative on direct failure) or %-EPROTO if the request response indicates a 1928 * negative on direct failure) or %-EPROTO if the request response indicate 2009 u8 response; ssam_ctrl_notif_display_off() local 2048 u8 response; ssam_ctrl_notif_display_on() local 2087 u8 response; ssam_ctrl_notif_d0_exit() local 2129 u8 response; ssam_ctrl_notif_d0_entry() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | response.h | 21 * @file response.h 22 * @brief Methods for managing response objects 31 * Increment response RC. Should this be part of the 35 MHD_increment_response_rc (struct MHD_Response *response);
|
/base/request/request/frameworks/native/include/ |
H A D | i_response_listener.h | 26 virtual void OnResponseReceive(const std::shared_ptr<Response> &response) = 0;
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/ |
H A D | cm_response.h | 25 void CmSendResponse(const struct CmContext *context, int32_t result, const struct CmBlob *response);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | chap.h | 15 size_t challenge_len, u8 *response);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | chap.h | 15 size_t challenge_len, u8 *response);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 287 struct htc_service_connect_resp response; in ath6kl_connectservice() local 289 memset(&response, 0, sizeof(response)); in ath6kl_connectservice() 291 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response); in ath6kl_connectservice() 301 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint); in ath6kl_connectservice() 302 ar->ctrl_ep = response.endpoint; in ath6kl_connectservice() 305 set_ac2_ep_map(ar, WMM_AC_BE, response.endpoint); in ath6kl_connectservice() 308 set_ac2_ep_map(ar, WMM_AC_BK, response.endpoint); in ath6kl_connectservice() 311 set_ac2_ep_map(ar, WMM_AC_VI, response.endpoint); in ath6kl_connectservice() 314 set_ac2_ep_map(ar, WMM_AC_VO, response in ath6kl_connectservice() [all...] |
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-wdm.c | 74 u8 *inbuf; /* buffer for response */ 80 struct urb *response; member 299 rv = usb_submit_urb(desc->response, GFP_ATOMIC); in wdm_int_callback() 300 dev_dbg(&desc->intf->dev, "submit response URB %d\n", rv); in wdm_int_callback() 329 usb_poison_urb(desc->response); in poison_urbs() 338 usb_unpoison_urb(desc->response); in unpoison_urbs() 346 usb_free_urb(desc->response); in free_urbs() 490 rv = usb_submit_urb(desc->response, GFP_KERNEL); in service_outstanding_interrupt() 823 rv = usb_submit_urb(desc->response, GFP_KERNEL); in wdm_rxwork() 889 desc->response in wdm_create() [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | xdomain.c | 84 memcpy(req->response, pkg->buffer, req->response_size); in tb_xdomain_copy() 94 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, in __tb_xdomain_response() argument 105 req->request = response; in __tb_xdomain_response() 113 * tb_xdomain_response() - Send a XDomain response message 115 * @response: Response to send 116 * @size: Size of the response 117 * @type: PDF type of the response 119 * This can be used to send a XDomain response message to the other 120 * domain. No response for the message is expected. 124 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, in tb_xdomain_response() argument 131 __tb_xdomain_request(struct tb_ctl *ctl, const void *request, size_t request_size, enum tb_cfg_pkg_type request_type, void *response, size_t response_size, enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) __tb_xdomain_request() argument 176 tb_xdomain_request(struct tb_xdomain *xd, const void *request, size_t request_size, enum tb_cfg_pkg_type request_type, void *response, size_t response_size, enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) tb_xdomain_request() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-wdm.c | 77 u8 *inbuf; /* buffer for response */ 83 struct urb *response; member 313 rv = usb_submit_urb(desc->response, GFP_ATOMIC); in wdm_int_callback() 314 dev_dbg(&desc->intf->dev, "submit response URB %d\n", rv); in wdm_int_callback() 343 usb_poison_urb(desc->response); in poison_urbs() 352 usb_unpoison_urb(desc->response); in unpoison_urbs() 360 usb_free_urb(desc->response); in free_urbs() 504 rv = usb_submit_urb(desc->response, GFP_KERNEL); in service_outstanding_interrupt() 989 rv = usb_submit_urb(desc->response, GFP_KERNEL); in wdm_rxwork() 1058 desc->response in wdm_create() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 287 struct htc_service_connect_resp response; in ath6kl_connectservice() local 289 memset(&response, 0, sizeof(response)); in ath6kl_connectservice() 291 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response); in ath6kl_connectservice() 301 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint); in ath6kl_connectservice() 302 ar->ctrl_ep = response.endpoint; in ath6kl_connectservice() 305 set_ac2_ep_map(ar, WMM_AC_BE, response.endpoint); in ath6kl_connectservice() 308 set_ac2_ep_map(ar, WMM_AC_BK, response.endpoint); in ath6kl_connectservice() 311 set_ac2_ep_map(ar, WMM_AC_VI, response.endpoint); in ath6kl_connectservice() 314 set_ac2_ep_map(ar, WMM_AC_VO, response in ath6kl_connectservice() [all...] |
/base/request/request/pre_download/netstack_rs/src/ |
H A D | request.rs | 17 use crate::response::Response; 96 fn on_success(&mut self, response: Response) {} in on_success() 98 fn on_fail(&mut self, response: Response, error: HttpClientError) {} in on_fail() 100 fn on_cancel(&mut self, response: Response) {} in on_cancel()
|
H A D | lib.rs | 32 /// response from the server. 33 pub mod response; modules
|
H A D | wrapper.rs | 18 use crate::response::{self, Response, ResponseCode}; 34 fn on_success(&mut self, response: &ffi::HttpClientResponse) { in on_success() 35 let response = Response::from_ffi(response); in on_success() 36 self.inner.on_success(response); in on_success() 39 fn on_fail(&mut self, response: &ffi::HttpClientResponse, error: &ffi::HttpClientError) { in on_fail() 40 let response = Response::from_ffi(response); in on_fail() 42 self.inner.on_fail(response, error); in on_fail() 45 fn on_cancel(&mut self, response [all...] |
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/ |
H A D | hks_response.h | 25 void HksSendResponse(const uint8_t *context, int32_t result, const struct HksBlob *response);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | intel-svm.h | 15 void *private, int rwxp, int response);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-doe.h | 23 void *response, size_t response_sz);
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
H A D | hks_samgr_service_feature.c | 71 Response response = { "Yes, you did!", 0 }; in FEATURE_OnMessage() 72 return SAMGR_SendResponse(msg, &response); in FEATURE_OnMessage()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_base.cpp | 76 TELEPHONY_LOGE("Unexpected ack response! sn: %{public}d", serial); in FindTelRilRequest() 84 int32_t TelRilBase::GetSerialId(const AppExecFwk::InnerEvent::Pointer &response) in GetSerialId() argument 90 std::shared_ptr<TelRilRequest> telRilRequest = CreateTelRilRequest(response); in GetSerialId()
|
/base/telephony/core_service/services/sim/include/ |
H A D | icc_file_controller.h | 72 void SendEfLinearResult(const AppExecFwk::InnerEvent::Pointer &response, const int val[], int len); 73 void SendMultiRecordResult(const AppExecFwk::InnerEvent::Pointer &response, std::vector<std::string> &strValue);
|
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | media_key_session_proxy.h | 52 const std::vector<uint8_t>& response) override; 83 const std::vector<uint8_t>& response, const sptr<IRemoteObject> remote);
|
/kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
H A D | command.c | 144 * Sleep until a command has failed or a response has been received 161 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response() argument 168 memcpy_fromio(cmd->buffer, response, min(size, cmd->buffer_size)); in ibmasm_receive_command_response()
|