Searched refs:response_code (Results 1 – 5 of 5) sorted by relevance
/system/tpm/trunks/ |
D | tpm_generated.cc | 9524 TPM_RC response_code; in ParseResponse_Startup() local 9528 &response_code, in ParseResponse_Startup() 9536 if (response_code != TPM_RC_SUCCESS) { in ParseResponse_Startup() 9537 return response_code; in ParseResponse_Startup() 9584 TPM_RC response_code) { in StartupErrorCallback() argument 9586 callback.Run(response_code); in StartupErrorCallback() 9760 TPM_RC response_code; in ParseResponse_Shutdown() local 9764 &response_code, in ParseResponse_Shutdown() 9772 if (response_code != TPM_RC_SUCCESS) { in ParseResponse_Shutdown() 9773 return response_code; in ParseResponse_Shutdown() [all …]
|
D | tpm_generated.h | 3737 TPM_RC response_code)> StartupResponse; 3753 TPM_RC response_code)> ShutdownResponse; 3769 TPM_RC response_code)> SelfTestResponse; 3785 TPM_RC response_code, 3804 TPM_RC response_code, 3823 TPM_RC response_code, 3869 TPM_RC response_code)> PolicyRestartResponse; 3888 TPM_RC response_code, 3934 TPM_RC response_code, 3965 TPM_RC response_code, [all …]
|
D | tpm_generated_test.cc | 266 void StartupCallback(TPM_RC response_code) { in StartupCallback() argument 267 response_code_ = response_code; in StartupCallback() 270 void CertifyCallback(TPM_RC response_code, in CertifyCallback() argument 273 response_code_ = response_code; in CertifyCallback()
|
/system/bt/stack/bnep/ |
D | bnep_utils.c | 44 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code); 363 void bnepu_send_peer_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code) in bnepu_send_peer_filter_rsp() argument 379 UINT16_TO_BE_STREAM (p, response_code); in bnepu_send_peer_filter_rsp() 1130 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code) in bnepu_send_peer_multicast_filter_rsp() argument 1135 BNEP_TRACE_DEBUG ("BNEP sending multicast filter response %d", response_code); in bnepu_send_peer_multicast_filter_rsp() 1146 UINT16_TO_BE_STREAM (p, response_code); in bnepu_send_peer_multicast_filter_rsp()
|
/system/bt/btif/src/ |
D | btif_hf.c | 1151 static bt_status_t at_response(bthf_at_response_t response_code, in at_response() argument 1166 send_at_result((response_code == BTHF_AT_RESPONSE_OK) ? BTA_AG_OK_DONE in at_response()
|