Searched defs:bind (Results 1 - 6 of 6) 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/netd/libnetdutils/include/netdutils/
H A DSyscalls.h52 virtual Status bind(Fd sock, const sockaddr* addr, socklen_t addrlen) const = 0;
120 Status bind(Fd sock, const SockaddrT& addr) const { function in class:android::netdutils::Syscalls
121 return bind(sock, asSockaddrPtr(&addr), sizeof(addr));
/system/bt/stack/avct/
H A Davct_bcb_act.cc143 * connect event. For the unbound ccb with a new PID, bind that
154 bool bind = false; local
162 bind = true;
172 /* bind bcb to ccb and send connect ind event */
173 bind = true;
183 if (bind == false) {
H A Davct_lcb_act.cc202 * unbound ccb with a new PID, bind that ccb to this lcb and
212 bool bind = false; local
219 bind = true;
227 /* bind ccb to lcb and send connect ind event */
228 bind = true;
238 if (bind == false) {
/system/tpm/trunks/
H A Dmock_tpm.cc37 const TPMI_DH_ENTITY& bind,
46 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt,
54 const TPMI_DH_ENTITY& bind,
65 tpm_key, bind, nonce_caller, encrypted_salt, session_type, symmetric,
35 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
51 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.cc24 #include <base/bind.h>
9086 const TPMI_DH_ENTITY& bind,
9115 rc = Serialize_TPMI_DH_ENTITY(bind, &bind_bytes);
9339 const TPMI_DH_ENTITY& bind,
9355 tpm_key, tpm_key_name, bind, bind_name, nonce_caller, encrypted_salt,
9367 const TPMI_DH_ENTITY& bind,
9380 tpm_key, tpm_key_name, bind, bind_name, nonce_caller, encrypted_salt,
9083 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
9337 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
9364 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 254 milliseconds