Searched defs:bind (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/
H A Dbinder_service_android.cc19 #include <base/bind.h>
62 Status BinderUpdateEngineAndroidService::bind( function in class:chromeos_update_engine::BinderUpdateEngineAndroidService
/system/bt/stack/avct/
H A Davct_lcb_act.c220 ** unbound ccb with a new PID, bind that ccb to this lcb and
231 BOOLEAN bind = FALSE; local
241 bind = TRUE;
250 /* bind ccb to lcb and send connect ind event */
251 bind = TRUE;
261 if (bind == FALSE)
/system/tpm/trunks/
H A Dmock_tpm.cc39 const TPMI_DH_ENTITY& bind,
48 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt,
56 const TPMI_DH_ENTITY& bind,
66 return StartAuthSessionSyncShort(tpm_key, bind, nonce_caller,
36 StartAuthSession( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, AuthorizationDelegate* authorization_delegate, const StartAuthSessionResponse& callback) argument
53 StartAuthSessionSync( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, TPMI_SH_AUTH_SESSION* session_handle, TPM2B_NONCE* nonce_tpm, AuthorizationDelegate* authorization_delegate) argument
H A Dtpm_generated.cc23 #include <base/bind.h>
10641 const TPMI_DH_ENTITY& bind,
10675 bind,
10959 const TPMI_DH_ENTITY& bind,
10979 bind,
10998 const TPMI_DH_ENTITY& bind,
11013 bind,
10638 SerializeCommand_StartAuthSession( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
10956 StartAuthSession( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, AuthorizationDelegate* authorization_delegate, const StartAuthSessionResponse& callback) argument
10995 StartAuthSessionSync( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, TPMI_SH_AUTH_SESSION* session_handle, TPM2B_NONCE* nonce_tpm, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 237 milliseconds