Searched defs:response (Results 76 - 89 of 89) sorted by relevance

1234

/system/tpm/attestation/server/
H A Dattestation_service.cc516 LOG(ERROR) << __func__ << ": Failed to parse response from CA.";
599 LOG(ERROR) << __func__ << ": Failed to parse response from Privacy CA.";
633 std::unique_ptr<brillo::http::Response> response = PostBinaryAndBlock( local
638 if (!response || !response->IsSuccessful()) {
642 *reply = response->ExtractDataAsString();
/system/tpm/trunks/
H A Dresource_manager.cc153 std::string response; local
157 response = next_transceiver_->SendCommandAndWait(updated_command);
158 result = ParseResponse(command_info, response, &response_info);
190 response = ReplaceHandles(response, virtual_handles);
192 return response;
568 const std::string& response,
571 std::string buffer = response;
587 if (size != response.size()) {
661 LOG(WARNING) << "Invalid context save response
567 ParseResponse(const MessageInfo& command_info, const std::string& response, MessageInfo* response_info) argument
714 std::string response = next_transceiver_->SendCommandAndWait(updated_command); local
[all...]
H A Dtpm_generated.cc8169 const std::string& response,
8172 VLOG(2) << "Response: " << base::HexEncode(response.data(), response.size());
8174 std::string buffer(response);
8193 if (response_size != response.size()) {
8244 const std::string& response) {
8248 TPM_RC rc = Tpm::ParseResponse_Startup(response, authorization_delegate);
8283 std::string response = transceiver_->SendCommandAndWait(command); local
8284 rc = ParseResponse_Startup(response, authorization_delegate);
8360 const std::string& response,
8168 ParseResponse_Startup( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
8242 StartupResponseParser(const Tpm::StartupResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
8359 ParseResponse_Shutdown( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
8433 ShutdownResponseParser(const Tpm::ShutdownResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
8474 std::string response = transceiver_->SendCommandAndWait(command); local
8550 ParseResponse_SelfTest( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
8624 SelfTestResponseParser(const Tpm::SelfTestResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
8665 std::string response = transceiver_->SendCommandAndWait(command); local
8741 ParseResponse_IncrementalSelfTest( const std::string& response, TPML_ALG* to_do_list, AuthorizationDelegate* authorization_delegate) argument
8822 IncrementalSelfTestResponseParser( const Tpm::IncrementalSelfTestResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
8868 std::string response = transceiver_->SendCommandAndWait(command); local
8936 ParseResponse_GetTestResult( const std::string& response, TPM2B_MAX_BUFFER* out_data, TPM_RC* test_result, AuthorizationDelegate* authorization_delegate) argument
9035 GetTestResultResponseParser(const Tpm::GetTestResultResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
9077 std::string response = transceiver_->SendCommandAndWait(command); local
9218 ParseResponse_StartAuthSession( const std::string& response, TPMI_SH_AUTH_SESSION* session_handle, TPM2B_NONCE* nonce_tpm, AuthorizationDelegate* authorization_delegate) argument
9319 StartAuthSessionResponseParser( const Tpm::StartAuthSessionResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
9385 std::string response = transceiver_->SendCommandAndWait(command); local
9463 ParseResponse_PolicyRestart( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
9537 PolicyRestartResponseParser(const Tpm::PolicyRestartResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
9581 std::string response = transceiver_->SendCommandAndWait(command); local
9702 ParseResponse_Create( const std::string& response, TPM2B_PRIVATE* out_private, TPM2B_PUBLIC* out_public, TPM2B_CREATION_DATA* creation_data, TPM2B_DIGEST* creation_hash, TPMT_TK_CREATION* creation_ticket, AuthorizationDelegate* authorization_delegate) argument
9820 CreateResponseParser(const Tpm::CreateResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
9886 std::string response = transceiver_->SendCommandAndWait(command); local
9991 ParseResponse_Load(const std::string& response, TPM_HANDLE* object_handle, TPM2B_NAME* name, AuthorizationDelegate* authorization_delegate) argument
10089 LoadResponseParser(const Tpm::LoadResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
10143 std::string response = transceiver_->SendCommandAndWait(command); local
10246 ParseResponse_LoadExternal( const std::string& response, TPM_HANDLE* object_handle, TPM2B_NAME* name, AuthorizationDelegate* authorization_delegate) argument
10345 LoadExternalResponseParser(const Tpm::LoadExternalResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
10395 std::string response = transceiver_->SendCommandAndWait(command); local
10473 ParseResponse_ReadPublic( const std::string& response, TPM2B_PUBLIC* out_public, TPM2B_NAME* name, TPM2B_NAME* qualified_name, AuthorizationDelegate* authorization_delegate) argument
10578 ReadPublicResponseParser(const Tpm::ReadPublicResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
10628 std::string response = transceiver_->SendCommandAndWait(command); local
10742 ParseResponse_ActivateCredential( const std::string& response, TPM2B_DIGEST* cert_info, AuthorizationDelegate* authorization_delegate) argument
10836 ActivateCredentialResponseParser( const Tpm::ActivateCredentialResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
10894 std::string response = transceiver_->SendCommandAndWait(command); local
10998 ParseResponse_MakeCredential( const std::string& response, TPM2B_ID_OBJECT* credential_blob, TPM2B_ENCRYPTED_SECRET* secret, AuthorizationDelegate* authorization_delegate) argument
11098 MakeCredentialResponseParser(const Tpm::MakeCredentialResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
11152 std::string response = transceiver_->SendCommandAndWait(command); local
11230 ParseResponse_Unseal( const std::string& response, TPM2B_SENSITIVE_DATA* out_data, AuthorizationDelegate* authorization_delegate) argument
11323 UnsealResponseParser(const Tpm::UnsealResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
11369 std::string response = transceiver_->SendCommandAndWait(command); local
11473 ParseResponse_ObjectChangeAuth( const std::string& response, TPM2B_PRIVATE* out_private, AuthorizationDelegate* authorization_delegate) argument
11567 ObjectChangeAuthResponseParser( const Tpm::ObjectChangeAuthResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
11623 std::string response = transceiver_->SendCommandAndWait(command); local
11737 ParseResponse_Duplicate( const std::string& response, TPM2B_DATA* encryption_key_out, TPM2B_PRIVATE* duplicate, TPM2B_ENCRYPTED_SECRET* out_sym_seed, AuthorizationDelegate* authorization_delegate) argument
11844 DuplicateResponseParser(const Tpm::DuplicateResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
11907 std::string response = transceiver_->SendCommandAndWait(command); local
12030 ParseResponse_Rewrap( const std::string& response, TPM2B_PRIVATE* out_duplicate, TPM2B_ENCRYPTED_SECRET* out_sym_seed, AuthorizationDelegate* authorization_delegate) argument
12129 RewrapResponseParser(const Tpm::RewrapResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
12189 std::string response = transceiver_->SendCommandAndWait(command); local
12320 ParseResponse_Import( const std::string& response, TPM2B_PRIVATE* out_private, AuthorizationDelegate* authorization_delegate) argument
12413 ImportResponseParser(const Tpm::ImportResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
12471 std::string response = transceiver_->SendCommandAndWait(command); local
12583 ParseResponse_RSA_Encrypt( const std::string& response, TPM2B_PUBLIC_KEY_RSA* out_data, AuthorizationDelegate* authorization_delegate) argument
12676 RSA_EncryptResponseParser(const Tpm::RSA_EncryptResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
12730 std::string response = transceiver_->SendCommandAndWait(command); local
12842 ParseResponse_RSA_Decrypt( const std::string& response, TPM2B_PUBLIC_KEY_RSA* message, AuthorizationDelegate* authorization_delegate) argument
12935 RSA_DecryptResponseParser(const Tpm::RSA_DecryptResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
12989 std::string response = transceiver_->SendCommandAndWait(command); local
13066 ParseResponse_ECDH_KeyGen( const std::string& response, TPM2B_ECC_POINT* z_point, TPM2B_ECC_POINT* pub_point, AuthorizationDelegate* authorization_delegate) argument
13165 ECDH_KeyGenResponseParser(const Tpm::ECDH_KeyGenResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
13213 std::string response = transceiver_->SendCommandAndWait(command); local
13308 ParseResponse_ECDH_ZGen( const std::string& response, TPM2B_ECC_POINT* out_point, AuthorizationDelegate* authorization_delegate) argument
13401 ECDH_ZGenResponseParser(const Tpm::ECDH_ZGenResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
13449 std::string response = transceiver_->SendCommandAndWait(command); local
13525 ParseResponse_ECC_Parameters( const std::string& response, TPMS_ALGORITHM_DETAIL_ECC* parameters, AuthorizationDelegate* authorization_delegate) argument
13605 ECC_ParametersResponseParser(const Tpm::ECC_ParametersResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
13649 std::string response = transceiver_->SendCommandAndWait(command); local
13771 ParseResponse_ZGen_2Phase( const std::string& response, TPM2B_ECC_POINT* out_z1, TPM2B_ECC_POINT* out_z2, AuthorizationDelegate* authorization_delegate) argument
13870 ZGen_2PhaseResponseParser(const Tpm::ZGen_2PhaseResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
13928 std::string response = transceiver_->SendCommandAndWait(command); local
14042 ParseResponse_EncryptDecrypt( const std::string& response, TPM2B_MAX_BUFFER* out_data, TPM2B_IV* iv_out, AuthorizationDelegate* authorization_delegate) argument
14141 EncryptDecryptResponseParser(const Tpm::EncryptDecryptResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
14199 std::string response = transceiver_->SendCommandAndWait(command); local
14302 ParseResponse_Hash(const std::string& response, TPM2B_DIGEST* out_hash, TPMT_TK_HASHCHECK* validation, AuthorizationDelegate* authorization_delegate) argument
14400 HashResponseParser(const Tpm::HashResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
14450 std::string response = transceiver_->SendCommandAndWait(command); local
14554 ParseResponse_HMAC(const std::string& response, TPM2B_DIGEST* out_hmac, AuthorizationDelegate* authorization_delegate) argument
14646 HMACResponseParser(const Tpm::HMACResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
14696 std::string response = transceiver_->SendCommandAndWait(command); local
14772 ParseResponse_GetRandom( const std::string& response, TPM2B_DIGEST* random_bytes, AuthorizationDelegate* authorization_delegate) argument
14865 GetRandomResponseParser(const Tpm::GetRandomResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
14909 std::string response = transceiver_->SendCommandAndWait(command); local
14993 ParseResponse_StirRandom( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
15067 StirRandomResponseParser(const Tpm::StirRandomResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
15108 std::string response = transceiver_->SendCommandAndWait(command); local
15211 ParseResponse_HMAC_Start( const std::string& response, TPMI_DH_OBJECT* sequence_handle, AuthorizationDelegate* authorization_delegate) argument
15291 HMAC_StartResponseParser(const Tpm::HMAC_StartResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
15341 std::string response = transceiver_->SendCommandAndWait(command); local
15435 ParseResponse_HashSequenceStart( const std::string& response, TPMI_DH_OBJECT* sequence_handle, AuthorizationDelegate* authorization_delegate) argument
15516 HashSequenceStartResponseParser( const Tpm::HashSequenceStartResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
15564 std::string response = transceiver_->SendCommandAndWait(command); local
15659 ParseResponse_SequenceUpdate( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
15733 SequenceUpdateResponseParser(const Tpm::SequenceUpdateResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
15781 std::string response = transceiver_->SendCommandAndWait(command); local
15884 ParseResponse_SequenceComplete( const std::string& response, TPM2B_DIGEST* result, TPMT_TK_HASHCHECK* validation, AuthorizationDelegate* authorization_delegate) argument
15984 SequenceCompleteResponseParser( const Tpm::SequenceCompleteResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
16040 std::string response = transceiver_->SendCommandAndWait(command); local
16145 ParseResponse_EventSequenceComplete( const std::string& response, TPML_DIGEST_VALUES* results, AuthorizationDelegate* authorization_delegate) argument
16226 EventSequenceCompleteResponseParser( const Tpm::EventSequenceCompleteResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
16282 std::string response = transceiver_->SendCommandAndWait(command); local
16396 ParseResponse_Certify( const std::string& response, TPM2B_ATTEST* certify_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
16495 CertifyResponseParser(const Tpm::CertifyResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
16553 std::string response = transceiver_->SendCommandAndWait(command); local
16685 ParseResponse_CertifyCreation( const std::string& response, TPM2B_ATTEST* certify_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
16784 CertifyCreationResponseParser( const Tpm::CertifyCreationResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
16849 std::string response = transceiver_->SendCommandAndWait(command); local
16962 ParseResponse_Quote(const std::string& response, TPM2B_ATTEST* quoted, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
17060 QuoteResponseParser(const Tpm::QuoteResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
17116 std::string response = transceiver_->SendCommandAndWait(command); local
17241 ParseResponse_GetSessionAuditDigest( const std::string& response, TPM2B_ATTEST* audit_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
17341 GetSessionAuditDigestResponseParser( const Tpm::GetSessionAuditDigestResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
17407 std::string response = transceiver_->SendCommandAndWait(command); local
17521 ParseResponse_GetCommandAuditDigest( const std::string& response, TPM2B_ATTEST* audit_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
17621 GetCommandAuditDigestResponseParser( const Tpm::GetCommandAuditDigestResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
17681 std::string response = transceiver_->SendCommandAndWait(command); local
17797 ParseResponse_GetTime( const std::string& response, TPM2B_ATTEST* time_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
17896 GetTimeResponseParser(const Tpm::GetTimeResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
17956 std::string response = transceiver_->SendCommandAndWait(command); local
18070 ParseResponse_Commit( const std::string& response, UINT32* param_size_out, TPM2B_ECC_POINT* k, TPM2B_ECC_POINT* l, TPM2B_ECC_POINT* e, UINT16* counter, AuthorizationDelegate* authorization_delegate) argument
18175 CommitResponseParser(const Tpm::CommitResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
18239 std::string response = transceiver_->SendCommandAndWait(command); local
18325 ParseResponse_EC_Ephemeral( const std::string& response, UINT32* param_size_out, TPM2B_ECC_POINT* q, UINT16* counter, AuthorizationDelegate* authorization_delegate) argument
18417 EC_EphemeralResponseParser(const Tpm::EC_EphemeralResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
18467 std::string response = transceiver_->SendCommandAndWait(command); local
18571 ParseResponse_VerifySignature( const std::string& response, TPMT_TK_VERIFIED* validation, AuthorizationDelegate* authorization_delegate) argument
18651 VerifySignatureResponseParser( const Tpm::VerifySignatureResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
18704 std::string response = transceiver_->SendCommandAndWait(command); local
18817 ParseResponse_Sign(const std::string& response, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
18896 SignResponseParser(const Tpm::SignResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
18950 std::string response = transceiver_->SendCommandAndWait(command); local
19054 ParseResponse_SetCommandCodeAuditStatus( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
19129 SetCommandCodeAuditStatusResponseParser( const Tpm::SetCommandCodeAuditStatusResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
19185 std::string response = transceiver_->SendCommandAndWait(command); local
19272 ParseResponse_PCR_Extend( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
19346 PCR_ExtendResponseParser(const Tpm::PCR_ExtendResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
19391 std::string response = transceiver_->SendCommandAndWait(command); local
19485 ParseResponse_PCR_Event( const std::string& response, TPML_DIGEST_VALUES* digests, AuthorizationDelegate* authorization_delegate) argument
19565 PCR_EventResponseParser(const Tpm::PCR_EventResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
19615 std::string response = transceiver_->SendCommandAndWait(command); local
19691 ParseResponse_PCR_Read( const std::string& response, UINT32* pcr_update_counter, TPML_PCR_SELECTION* pcr_selection_out, TPML_DIGEST* pcr_values, AuthorizationDelegate* authorization_delegate) argument
19784 PCR_ReadResponseParser(const Tpm::PCR_ReadResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
19833 std::string response = transceiver_->SendCommandAndWait(command); local
19920 ParseResponse_PCR_Allocate( const std::string& response, TPMI_YES_NO* allocation_success, UINT32* max_pcr, UINT32* size_needed, UINT32* size_available, AuthorizationDelegate* authorization_delegate) argument
20019 PCR_AllocateResponseParser(const Tpm::PCR_AllocateResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
20076 std::string response = transceiver_->SendCommandAndWait(command); local
20191 ParseResponse_PCR_SetAuthPolicy( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
20266 PCR_SetAuthPolicyResponseParser( const Tpm::PCR_SetAuthPolicyResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
20322 std::string response = transceiver_->SendCommandAndWait(command); local
20416 ParseResponse_PCR_SetAuthValue( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
20491 PCR_SetAuthValueResponseParser( const Tpm::PCR_SetAuthValueResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
20539 std::string response = transceiver_->SendCommandAndWait(command); local
20616 ParseResponse_PCR_Reset( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
20690 PCR_ResetResponseParser(const Tpm::PCR_ResetResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
20733 std::string response = transceiver_->SendCommandAndWait(command); local
20873 ParseResponse_PolicySigned( const std::string& response, TPM2B_TIMEOUT* timeout, TPMT_TK_AUTH* policy_ticket, AuthorizationDelegate* authorization_delegate) argument
20972 PolicySignedResponseParser(const Tpm::PolicySignedResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
21038 std::string response = transceiver_->SendCommandAndWait(command); local
21170 ParseResponse_PolicySecret( const std::string& response, TPM2B_TIMEOUT* timeout, TPMT_TK_AUTH* policy_ticket, AuthorizationDelegate* authorization_delegate) argument
21269 PolicySecretResponseParser(const Tpm::PolicySecretResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
21333 std::string response = transceiver_->SendCommandAndWait(command); local
21464 ParseResponse_PolicyTicket( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
21538 PolicyTicketResponseParser(const Tpm::PolicyTicketResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
21593 std::string response = transceiver_->SendCommandAndWait(command); local
21679 ParseResponse_PolicyOR( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
21753 PolicyORResponseParser(const Tpm::PolicyORResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
21800 std::string response = transceiver_->SendCommandAndWait(command); local
21903 ParseResponse_PolicyPCR( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
21977 PolicyPCRResponseParser(const Tpm::PolicyPCRResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
22026 std::string response = transceiver_->SendCommandAndWait(command); local
22112 ParseResponse_PolicyLocality( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
22186 PolicyLocalityResponseParser(const Tpm::PolicyLocalityResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
22234 std::string response = transceiver_->SendCommandAndWait(command); local
22366 ParseResponse_PolicyNV( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
22440 PolicyNVResponseParser(const Tpm::PolicyNVResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
22501 std::string response = transceiver_->SendCommandAndWait(command); local
22613 ParseResponse_PolicyCounterTimer( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
22688 PolicyCounterTimerResponseParser( const Tpm::PolicyCounterTimerResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
22742 std::string response = transceiver_->SendCommandAndWait(command); local
22828 ParseResponse_PolicyCommandCode( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
22903 PolicyCommandCodeResponseParser( const Tpm::PolicyCommandCodeResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
22953 std::string response = transceiver_->SendCommandAndWait(command); local
23030 ParseResponse_PolicyPhysicalPresence( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
23105 PolicyPhysicalPresenceResponseParser( const Tpm::PolicyPhysicalPresenceResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
23152 std::string response = transceiver_->SendCommandAndWait(command); local
23246 ParseResponse_PolicyCpHash( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
23320 PolicyCpHashResponseParser(const Tpm::PolicyCpHashResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
23367 std::string response = transceiver_->SendCommandAndWait(command); local
23461 ParseResponse_PolicyNameHash( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
23535 PolicyNameHashResponseParser(const Tpm::PolicyNameHashResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
23583 std::string response = transceiver_->SendCommandAndWait(command); local
23695 ParseResponse_PolicyDuplicationSelect( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
23770 PolicyDuplicationSelectResponseParser( const Tpm::PolicyDuplicationSelectResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
23825 std::string response = transceiver_->SendCommandAndWait(command); local
23946 ParseResponse_PolicyAuthorize( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
24020 PolicyAuthorizeResponseParser( const Tpm::PolicyAuthorizeResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
24075 std::string response = transceiver_->SendCommandAndWait(command); local
24152 ParseResponse_PolicyAuthValue( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
24226 PolicyAuthValueResponseParser( const Tpm::PolicyAuthValueResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
24271 std::string response = transceiver_->SendCommandAndWait(command); local
24348 ParseResponse_PolicyPassword( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
24422 PolicyPasswordResponseParser(const Tpm::PolicyPasswordResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
24466 std::string response = transceiver_->SendCommandAndWait(command); local
24543 ParseResponse_PolicyGetDigest( const std::string& response, TPM2B_DIGEST* policy_digest, AuthorizationDelegate* authorization_delegate) argument
24636 PolicyGetDigestResponseParser( const Tpm::PolicyGetDigestResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
24683 std::string response = transceiver_->SendCommandAndWait(command); local
24770 ParseResponse_PolicyNvWritten( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
24844 PolicyNvWrittenResponseParser( const Tpm::PolicyNvWrittenResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
24893 std::string response = transceiver_->SendCommandAndWait(command); local
25014 ParseResponse_CreatePrimary( const std::string& response, TPM_HANDLE* object_handle, TPM2B_PUBLIC* out_public, TPM2B_CREATION_DATA* creation_data, TPM2B_DIGEST* creation_hash, TPMT_TK_CREATION* creation_ticket, TPM2B_NAME* name, AuthorizationDelegate* authorization_delegate) argument
25139 CreatePrimaryResponseParser(const Tpm::CreatePrimaryResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
25207 std::string response = transceiver_->SendCommandAndWait(command); local
25304 ParseResponse_HierarchyControl( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
25379 HierarchyControlResponseParser( const Tpm::HierarchyControlResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
25431 std::string response = transceiver_->SendCommandAndWait(command); local
25534 ParseResponse_SetPrimaryPolicy( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
25609 SetPrimaryPolicyResponseParser( const Tpm::SetPrimaryPolicyResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
25661 std::string response = transceiver_->SendCommandAndWait(command); local
25738 ParseResponse_ChangePPS( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
25812 ChangePPSResponseParser(const Tpm::ChangePPSResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
25855 std::string response = transceiver_->SendCommandAndWait(command); local
25932 ParseResponse_ChangeEPS( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
26006 ChangeEPSResponseParser(const Tpm::ChangeEPSResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
26049 std::string response = transceiver_->SendCommandAndWait(command); local
26126 ParseResponse_Clear(const std::string& response, AuthorizationDelegate* authorization_delegate) argument
26199 ClearResponseParser(const Tpm::ClearResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
26242 std::string response = transceiver_->SendCommandAndWait(command); local
26328 ParseResponse_ClearControl( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
26402 ClearControlResponseParser(const Tpm::ClearControlResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
26447 std::string response = transceiver_->SendCommandAndWait(command); local
26541 ParseResponse_HierarchyChangeAuth( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
26616 HierarchyChangeAuthResponseParser( const Tpm::HierarchyChangeAuthResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
26666 std::string response = transceiver_->SendCommandAndWait(command); local
26743 ParseResponse_DictionaryAttackLockReset( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
26818 DictionaryAttackLockResetResponseParser( const Tpm::DictionaryAttackLockResetResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
26866 std::string response = transceiver_->SendCommandAndWait(command); local
26971 ParseResponse_DictionaryAttackParameters( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
27046 DictionaryAttackParametersResponseParser( const Tpm::DictionaryAttackParametersResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
27102 std::string response = transceiver_->SendCommandAndWait(command); local
27198 ParseResponse_PP_Commands( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
27272 PP_CommandsResponseParser(const Tpm::PP_CommandsResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
27319 std::string response = transceiver_->SendCommandAndWait(command); local
27405 ParseResponse_SetAlgorithmSet( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
27479 SetAlgorithmSetResponseParser( const Tpm::SetAlgorithmSetResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
27528 std::string response = transceiver_->SendCommandAndWait(command); local
27642 ParseResponse_FieldUpgradeStart( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
27717 FieldUpgradeStartResponseParser( const Tpm::FieldUpgradeStartResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
27773 std::string response = transceiver_->SendCommandAndWait(command); local
27857 ParseResponse_FieldUpgradeData( const std::string& response, TPMT_HA* next_digest, TPMT_HA* first_digest, AuthorizationDelegate* authorization_delegate) argument
27944 FieldUpgradeDataResponseParser( const Tpm::FieldUpgradeDataResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
27992 std::string response = transceiver_->SendCommandAndWait(command); local
28069 ParseResponse_FirmwareRead( const std::string& response, TPM2B_MAX_BUFFER* fu_data, AuthorizationDelegate* authorization_delegate) argument
28162 FirmwareReadResponseParser(const Tpm::FirmwareReadResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
28206 std::string response = transceiver_->SendCommandAndWait(command); local
28283 ParseResponse_ContextSave( const std::string& response, TPMS_CONTEXT* context, AuthorizationDelegate* authorization_delegate) argument
28363 ContextSaveResponseParser(const Tpm::ContextSaveResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
28409 std::string response = transceiver_->SendCommandAndWait(command); local
28485 ParseResponse_ContextLoad( const std::string& response, TPMI_DH_CONTEXT* loaded_handle, AuthorizationDelegate* authorization_delegate) argument
28565 ContextLoadResponseParser(const Tpm::ContextLoadResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
28609 std::string response = transceiver_->SendCommandAndWait(command); local
28686 ParseResponse_FlushContext( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
28760 FlushContextResponseParser(const Tpm::FlushContextResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
28801 std::string response = transceiver_->SendCommandAndWait(command); local
28898 ParseResponse_EvictControl( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
28972 EvictControlResponseParser(const Tpm::EvictControlResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
29023 std::string response = transceiver_->SendCommandAndWait(command); local
29090 ParseResponse_ReadClock( const std::string& response, TPMS_TIME_INFO* current_time, AuthorizationDelegate* authorization_delegate) argument
29170 ReadClockResponseParser(const Tpm::ReadClockResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
29210 std::string response = transceiver_->SendCommandAndWait(command); local
29296 ParseResponse_ClockSet( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
29370 ClockSetResponseParser(const Tpm::ClockSetResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
29415 std::string response = transceiver_->SendCommandAndWait(command); local
29501 ParseResponse_ClockRateAdjust( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
29575 ClockRateAdjustResponseParser( const Tpm::ClockRateAdjustResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
29622 std::string response = transceiver_->SendCommandAndWait(command); local
29716 ParseResponse_GetCapability( const std::string& response, TPMI_YES_NO* more_data, TPMS_CAPABILITY_DATA* capability_data, AuthorizationDelegate* authorization_delegate) argument
29803 GetCapabilityResponseParser(const Tpm::GetCapabilityResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
29853 std::string response = transceiver_->SendCommandAndWait(command); local
29930 ParseResponse_TestParms( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
30004 TestParmsResponseParser(const Tpm::TestParmsResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
30045 std::string response = transceiver_->SendCommandAndWait(command); local
30148 ParseResponse_NV_DefineSpace( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
30222 NV_DefineSpaceResponseParser(const Tpm::NV_DefineSpaceResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
30272 std::string response = transceiver_->SendCommandAndWait(command); local
30359 ParseResponse_NV_UndefineSpace( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
30434 NV_UndefineSpaceResponseParser( const Tpm::NV_UndefineSpaceResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
30486 std::string response = transceiver_->SendCommandAndWait(command); local
30573 ParseResponse_NV_UndefineSpaceSpecial( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
30648 NV_UndefineSpaceSpecialResponseParser( const Tpm::NV_UndefineSpaceSpecialResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
30701 std::string response = transceiver_->SendCommandAndWait(command); local
30778 ParseResponse_NV_ReadPublic( const std::string& response, TPM2B_NV_PUBLIC* nv_public, TPM2B_NAME* nv_name, AuthorizationDelegate* authorization_delegate) argument
30877 NV_ReadPublicResponseParser(const Tpm::NV_ReadPublicResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
30925 std::string response = transceiver_->SendCommandAndWait(command); local
31039 ParseResponse_NV_Write( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
31113 NV_WriteResponseParser(const Tpm::NV_WriteResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
31166 std::string response = transceiver_->SendCommandAndWait(command); local
31253 ParseResponse_NV_Increment( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
31327 NV_IncrementResponseParser(const Tpm::NV_IncrementResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
31376 std::string response = transceiver_->SendCommandAndWait(command); local
31480 ParseResponse_NV_Extend( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
31554 NV_ExtendResponseParser(const Tpm::NV_ExtendResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
31605 std::string response = transceiver_->SendCommandAndWait(command); local
31701 ParseResponse_NV_SetBits( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
31775 NV_SetBitsResponseParser(const Tpm::NV_SetBitsResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
31826 std::string response = transceiver_->SendCommandAndWait(command); local
31913 ParseResponse_NV_WriteLock( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
31987 NV_WriteLockResponseParser(const Tpm::NV_WriteLockResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
32036 std::string response = transceiver_->SendCommandAndWait(command); local
32113 ParseResponse_NV_GlobalWriteLock( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
32188 NV_GlobalWriteLockResponseParser( const Tpm::NV_GlobalWriteLockResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
32234 std::string response = transceiver_->SendCommandAndWait(command); local
32339 ParseResponse_NV_Read( const std::string& response, TPM2B_MAX_NV_BUFFER* data, AuthorizationDelegate* authorization_delegate) argument
32432 NV_ReadResponseParser(const Tpm::NV_ReadResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
32488 std::string response = transceiver_->SendCommandAndWait(command); local
32575 ParseResponse_NV_ReadLock( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
32649 NV_ReadLockResponseParser(const Tpm::NV_ReadLockResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
32698 std::string response = transceiver_->SendCommandAndWait(command); local
32792 ParseResponse_NV_ChangeAuth( const std::string& response, AuthorizationDelegate* authorization_delegate) argument
32866 NV_ChangeAuthResponseParser(const Tpm::NV_ChangeAuthResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
32912 std::string response = transceiver_->SendCommandAndWait(command); local
33053 ParseResponse_NV_Certify( const std::string& response, TPM2B_ATTEST* certify_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
33152 NV_CertifyResponseParser(const Tpm::NV_CertifyResponse& callback, AuthorizationDelegate* authorization_delegate, const std::string& response) argument
33220 std::string response = transceiver_->SendCommandAndWait(command); local
[all...]
/system/bt/service/
H A Dgatt_server_old.cc131 /** Callback invoked in response to register_server */
234 btgatt_response_t response; local
235 response.attr_value.len = 0;
240 response.attr_value.value);
241 response.attr_value.len = attribute_size - attribute_offset_octets;
244 response.attr_value.handle = attr_handle;
245 response.attr_value.offset = attribute_offset_octets;
246 response.attr_value.auth_req = 0;
247 g_internal->gatt->server->send_response(conn_id, trans_id, 0, response);
295 btgatt_response_t response;
314 btgatt_response_t response = {}; local
[all...]
/system/bt/stack/btu/
H A Dbtu_hcif.cc75 static void btu_hcif_command_complete_evt(BT_HDR* response, void* context);
434 static void btu_hcif_command_complete_evt_with_cb(BT_HDR* response, argument
438 response, context));
1041 static void btu_hcif_command_complete_evt(BT_HDR* response, void* context) { argument
1043 response, context));
/system/chre/platform/slpi/
H A Dhost_link.cc442 FragmentedLoadInfoResponse response = { local
450 kInitialBufferSize, msgBuilder, &response);
685 // We generate the response in the context of chre_slpi_get_message_to_host
744 // Note that if this fails, we'll generate the error response in
/system/core/adb/
H A Dadb.cpp1104 std::string response; local
1105 close_usb_devices([&response](const atransport* transport) {
1109 response += "reconnecting " + transport->serial_name() + "\n";
1115 if (!response.empty()) {
1116 response.resize(response.size() - 1);
1118 SendOkay(reply_fd, response);
1212 std::string response; local
1213 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &response, true);
1216 response
[all...]
/system/core/libusbhost/
H A Dusbhost.c491 char response[MAX_STRING_DESCRIPTOR_LENGTH]; local
509 memset(response, 0, sizeof(response));
513 (USB_DT_STRING << 8) | id, languages[i], response, sizeof(response), timeout);
520 memcpy(out, response + 2, descriptor_len);
/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp423 SupportedAlgorithmsResponse response; local
424 convert_device(dev)->impl_->SupportedAlgorithms(request, &response);
425 if (response.error != KM_ERROR_OK) {
426 LOG_E("get_supported_algorithms failed with %d", response.error);
428 return response.error;
431 *algorithms_length = response.results_length;
436 std::copy(response.results, response.results + response.results_length, *algorithms);
459 SupportedBlockModesResponse response; local
496 SupportedPaddingModesResponse response; local
531 SupportedDigestsResponse response; local
563 SupportedImportFormatsResponse response; local
596 SupportedExportFormatsResponse response; local
623 ConfigureResponse response; local
642 AddEntropyResponse response; local
838 GenerateKeyResponse response; local
884 GetKeyCharacteristicsResponse response; local
922 GetKeyCharacteristicsResponse response; local
960 ImportKeyResponse response; local
1035 ExportKeyResponse response; local
1092 AttestKeyResponse response; local
1141 UpgradeKeyResponse response; local
1255 BeginOperationResponse response; local
1326 UpdateOperationResponse response; local
1404 FinishOperationResponse response; local
1562 FinishOperationResponse response; local
1600 AbortOperationResponse response; local
[all...]
/system/update_engine/
H A Domaha_request_action_unittest.cc74 // This is a helper struct to allow unit tests build an update response with the
80 entity_str = "<!DOCTYPE response [<!ENTITY CrOS \"ChromeOS\">]>";
82 "<response protocol=\"3.0\">"
97 "</response>";
101 return "<?xml version=\"1.0\" encoding=\"UTF-8\"?><response "
165 "</response>";
168 // Return the payload URL, which is split in two fields in the XML response.
199 // Whether to include the CrOS <!ENTITY> in the XML response.
223 // Returns true iff an output response was obtained from the
255 OmahaResponse *response);
452 OmahaResponse response; local
469 OmahaResponse response; local
485 OmahaResponse response; local
501 OmahaResponse response; local
517 OmahaResponse response; local
537 OmahaResponse response; local
569 OmahaResponse response; local
599 OmahaResponse response; local
629 OmahaResponse response; local
663 OmahaResponse response; local
692 OmahaResponse response; local
757 OmahaResponse response; local
787 OmahaResponse response; local
813 OmahaResponse response; local
862 OmahaResponse response; local
898 OmahaResponse response; local
922 OmahaResponse response; local
948 OmahaResponse response; local
976 OmahaResponse response; local
1019 OmahaResponse response; local
1066 OmahaResponse response; local
1096 OmahaResponse response; local
1128 OmahaResponse response; local
1152 OmahaResponse response; local
1182 OmahaResponse response; local
1241 OmahaResponse response; local
1257 OmahaResponse response; local
1273 OmahaResponse response; local
1293 OmahaResponse response; local
1313 OmahaResponse response; local
1355 OmahaResponse response; local
1460 OmahaResponse response; local
1491 OmahaResponse response; local
1514 OmahaResponse response; local
2069 OmahaResponse response; local
2087 OmahaResponse response; local
2105 OmahaResponse response; local
2146 OmahaResponse response; local
2345 OmahaResponse response; local
2479 InstallDateParseHelper(const string &elapsed_days, OmahaResponse *response) argument
2496 OmahaResponse response; local
[all...]
H A Domaha_request_action.cc474 if (data->current_path == "/response/app") {
492 } else if (data->current_path == "/response/app/updatecheck") {
503 } else if (data->current_path == "/response/daystart") {
507 } else if (data->current_path == "/response/app/updatecheck/urls/url") {
512 "/response/app/updatecheck/manifest/packages/package") {
518 } else if (data->current_path == "/response/app/updatecheck/manifest") {
523 "/response/app/updatecheck/manifest/actions/action") {
711 // 1. The update check in OOBE failed so we never got a response
785 // We just store the response in the buffer. Once we've received all bytes,
815 // response
1275 LookupPayloadViaP2P(const OmahaResponse& response) argument
1627 const OmahaResponse& response = GetOutputObject(); local
[all...]
/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp1948 ImportWrappedKeyResponse response; local
1950 keymaster_.ImportWrappedKey(request, &response);
1952 EXPECT_EQ(response.error, KM_ERROR_OK);
1954 ASSERT_EQ(response.key_blob.key_material_size > 0, true);
1955 ASSERT_EQ(response.unenforced.Contains(TAG_ALGORITHM), true);
1956 ASSERT_EQ(response.unenforced.Contains(TAG_KEY_SIZE), true);
1957 ASSERT_EQ(response.unenforced.Contains(TAG_PURPOSE), true);
1958 ASSERT_EQ(response.unenforced.Contains(TAG_BLOCK_MODE), true);
1960 blob_ = move(response.key_blob);
1996 ImportWrappedKeyResponse response; local
2028 ImportWrappedKeyResponse response; local
2056 ImportWrappedKeyResponse response; local
[all...]
/system/netd/server/
H A DXfrmController.cpp231 static netdutils::Status validateResponse(NetlinkResponse response, size_t len) { argument
233 ALOGW("Invalid response message received over netlink");
237 switch (response.hdr.nlmsg_type) {
246 ALOGD("Netlink message received malformed error response");
247 return netdutils::statusFromErrno(EBADMSG, "Malformed error response");
250 -response.err.err.error,
256 if (response.hdr.nlmsg_type < XFRM_MSG_BASE /*== NLMSG_MIN_TYPE*/ ||
257 response.hdr.nlmsg_type > XFRM_MSG_MAX) {
294 NetlinkResponse response = {}; variable
297 getSyscallInstance().read(Fd(mSock), netdutils::makeSlice(response));
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_hci_int.h65 /* HCI is waiting for response to command sent */
111 NFA_HCI_RSP_TIMEOUT_EVT, /* Timeout to response for the HCP Command packet */
270 uint8_t response; member in struct:__anon2323
372 TIMER_LIST_ENT timer; /* Timer to avoid indefinitely waiting for response */
382 app_in_use; /* Index of the application that is waiting for response */
406 uint8_t* p_rsp_buf; /* Buffer to hold response to sent event */

Completed in 509 milliseconds

1234