/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
CarrierLock.java | 414 short resp = (short) 0xffff; local 422 resp = verifyUnlock(storage, (short)(storageOffset + 1 + NONCE_SIZE), 425 if (resp != (short) 0) { 426 return resp; 435 if (resp == 0) {
|
/external/perfetto/src/tracing/ipc/producer/ |
producer_ipc_client_impl.cc | 79 [this](ipc::AsyncResult<protos::InitializeConnectionResponse> resp) { 80 OnConnectionInitialized(resp.success()); 102 on_cmd.Bind([this](ipc::AsyncResult<protos::GetAsyncCommandResponse> resp) { 103 if (!resp) 104 return; // The IPC channel was closed and |resp| was auto-rejected. 105 OnServiceRequest(*resp);
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_shared.c | 129 struct ieee80211_mgmt *resp; local 171 resp = os_zalloc(sizeof(*resp) + oci_ie_len); 172 if (!resp) { 182 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, 184 os_memcpy(resp->da, sa, ETH_ALEN); 185 os_memcpy(resp->sa, hapd->own_addr, ETH_ALEN); 186 os_memcpy(resp->bssid, hapd->own_addr, ETH_ALEN); 187 resp->u.action.category = WLAN_ACTION_SA_QUERY; 188 resp->u.action.u.sa_query_req.action = WLAN_SA_QUERY_RESPONSE [all...] |
beacon.c | 372 struct ieee80211_mgmt *resp; local 408 resp = os_zalloc(buflen); 409 if (resp == NULL) 412 epos = ((u8 *) resp) + MAX_PROBERESP_LEN; 414 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, 417 os_memcpy(resp->da, req->sa, ETH_ALEN); 418 os_memcpy(resp->sa, hapd->own_addr, ETH_ALEN); 420 os_memcpy(resp->bssid, hapd->own_addr, ETH_ALEN); 421 resp->u.probe_resp.beacon_int = 425 resp->u.probe_resp.capab_info 732 u8 *resp; local 1055 u8 *resp = NULL; local [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server.c | 33 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp); 1546 struct eap_hdr *resp; local 1564 struct eap_hdr *resp; local [all...] |
eap_server_sake.c | 239 struct eap_sake_hdr *resp; local 250 resp = (struct eap_sake_hdr *) pos; 251 version = resp->version; 252 session_id = resp->session_id; 253 subtype = resp->subtype; 412 struct eap_sake_hdr *resp; local 421 resp = (struct eap_sake_hdr *) pos; 423 subtype = resp->subtype; 424 pos = (u8 *) (resp + 1);
|
/external/curl/lib/vauth/ |
digest_sspi.c | 413 char *resp; local 619 resp = malloc(output_token_len + 1); 620 if(!resp) { 627 memcpy(resp, output_token, output_token_len); 628 resp[output_token_len] = 0; 631 *outptr = resp;
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
active_call.rb | 294 resp = remote_read 295 break if resp.nil? # the last response was received 296 yield resp 326 resp = 334 break if resp.nil? # the last response was received 335 yield resp
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_sd.c | 427 struct wpabuf *resp; local 460 resp = p2p_build_sd_response(dialog_token, WLAN_STATUS_SUCCESS, 465 resp = p2p_build_sd_response(dialog_token, 469 if (resp == NULL) 475 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0) 478 wpabuf_free(resp); 624 struct wpabuf *resp; local 661 resp = p2p_build_gas_comeback_resp(dialog_token, WLAN_STATUS_SUCCESS, 667 if (resp == NULL [all...] |
/external/grpc-grpc/src/php/tests/qps/ |
client.php | 131 list($resp,$status) = $stub->UnaryCall($req)->wait(); 157 $resp = $stream->read(); variable
|
/external/grpc-grpc/src/ruby/bin/ |
math_server.rb | 133 resp = Math::DivReply.new(quotient: req.dividend / req.divisor, 135 q.push(resp)
|
/external/grpc-grpc/tools/gcp/utils/ |
big_query_utils.py | 52 if http_error.resp.status == 409: 127 if http_error.resp.status == 409:
|
/external/libffi/src/vax/ |
ffi.c | 226 ffi_closure_elfbsd_inner (ffi_closure *closure, void *resp, char *stack) 236 (closure->fun) (cif, resp, arg_area, closure->user_data);
|
/external/libffi/testsuite/libffi.call/ |
cls_24byte.c | 41 cls_struct_24byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 51 *(cls_struct_24byte*)resp = cls_struct_24byte_fn(b0, b1, b2, b3);
|
cls_64byte.c | 46 cls_struct_64byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 56 *(cls_struct_64byte*)resp = cls_struct_64byte_fn(b0, b1, b2, b3);
|
cls_6_1_byte.c | 41 cls_struct_6byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 50 *(cls_struct_6byte*)resp = cls_struct_6byte_fn(a1, a2);
|
cls_7_1_byte.c | 43 cls_struct_7byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 52 *(cls_struct_7byte*)resp = cls_struct_7byte_fn(a1, a2);
|
cls_align_longdouble_split.c | 69 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 77 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
|
cls_align_longdouble_split2.c | 49 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 57 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
|
cls_complex_struct.inc | 22 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__,
|
cls_pointer_stack.c | 74 cls_pointer_gn(ffi_cif* cif __UNUSED__, void* resp, 92 *(void**)resp = cls_pointer_fn1(a1, a2);
|
nested_struct10.c | 44 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 55 *(B*)resp = B_fn(b0, b1, b2);
|
nested_struct2.c | 37 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 46 *(B*)resp = B_fn(b0, b1);
|
nested_struct3.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|
nested_struct4.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|