Searched defs:mode (Results 126 - 128 of 128) sorted by relevance

123456

/system/bt/stack/include/
H A Dbtm_api.h51 BTM_WRONG_MODE, /* 6 Device in wrong mode for request */
194 /* high byte of inquiry mode for BLE inquiry mode */
220 /* Define inquiry results mode */
573 UINT8 mode; /* general or limited */ member in struct:__anon1025
662 UINT8 sync_mode; /* sync mode: 0: slave; 1: master */
663 UINT8 clock_mode; /* clock mode: 0: slave; 1: master */
1115 #define BTM_SEC_IN_MIN_16_DIGIT_PIN 0x4000 /* enforce a minimum of 16 digit for sec mode 2 */
1785 BTM_PM_MD_FORCE = 0x10 /* OR this to force ACL link to a certain mode */
1792 #define BTM_PM_REG_SET 1 /* The module wants to set the desired power mode */
1805 tBTM_PM_MODE mode; member in struct:__anon1079
[all...]
/system/tpm/trunks/
H A Dtpm_generated.h1244 TPMU_SYM_MODE mode; member in struct:trunks::TPMT_SYM_DEF
1251 TPMU_SYM_MODE mode; member in struct:trunks::TPMT_SYM_DEF_OBJECT
4431 const TPMI_ALG_SYM_MODE& mode,
4445 const TPMI_ALG_SYM_MODE& mode,
4454 const TPMI_ALG_SYM_MODE& mode,
H A Dtpm_generated.cc5408 value.mode,
5452 &value->mode,
5489 value.mode,
5533 &value->mode,
16819 const TPMI_ALG_SYM_MODE& mode,
16856 mode,
17104 const TPMI_ALG_SYM_MODE& mode,
17121 mode,
17137 const TPMI_ALG_SYM_MODE& mode,
17149 mode,
16815 SerializeCommand_EncryptDecrypt( const TPMI_DH_OBJECT& key_handle, const std::string& key_handle_name, const TPMI_YES_NO& decrypt, const TPMI_ALG_SYM_MODE& mode, const TPM2B_IV& iv_in, const TPM2B_MAX_BUFFER& in_data, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
17100 EncryptDecrypt( const TPMI_DH_OBJECT& key_handle, const std::string& key_handle_name, const TPMI_YES_NO& decrypt, const TPMI_ALG_SYM_MODE& mode, const TPM2B_IV& iv_in, const TPM2B_MAX_BUFFER& in_data, AuthorizationDelegate* authorization_delegate, const EncryptDecryptResponse& callback) argument
17133 EncryptDecryptSync( const TPMI_DH_OBJECT& key_handle, const std::string& key_handle_name, const TPMI_YES_NO& decrypt, const TPMI_ALG_SYM_MODE& mode, const TPM2B_IV& iv_in, const TPM2B_MAX_BUFFER& in_data, TPM2B_MAX_BUFFER* out_data, TPM2B_IV* iv_out, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 4169 milliseconds

123456