Searched refs:mode (Results 276 - 282 of 282) sorted by relevance

<<1112

/system/nfc/src/nfa/rw/
H A Dnfa_rw_act.cc396 activate_params.rf_tech_param.mode = nfa_rw_cb.activated_tech_mode;
430 /* If Type 2 tag sleep wakeup failed and If in normal mode (not-exclusive RF
431 * mode) then deactivate the link if sleep wakeup failed */
516 /* If in normal mode (not-exclusive RF mode) then deactivate the link if
2429 nfa_rw_cb.activated_tech_mode = p_activate_params->rf_tech_param.mode;
2439 /* Check if we are in exclusive RF mode */
2441 /* Not in exclusive RF mode */
2521 /* Incase of DTA mode Dont send commands to get system code. Just notify
/system/bt/audio_a2dp_hw/src/
H A Daudio_a2dp_hw.cc607 // Check the codec config channel mode
619 ERROR("Invalid channel mode: 0x%x", codec_config->channel_mode);
1072 // Check the codec config channel mode
1082 ERROR("Invalid channel mode: 0x%x", codec_channel_mode);
1756 UNUSED_ATTR audio_mode_t mode) {
1755 adev_set_mode(UNUSED_ATTR struct audio_hw_device* dev, UNUSED_ATTR audio_mode_t mode) argument
/system/bt/audio_hearing_aid_hw/src/
H A Daudio_hearing_aid_hw.cc594 // Check the codec config channel mode
606 ERROR("Invalid channel mode: 0x%x", codec_config->channel_mode);
1033 // Check the codec config channel mode
1043 ERROR("Invalid channel mode: 0x%x", codec_channel_mode);
1698 UNUSED_ATTR audio_mode_t mode) {
1697 adev_set_mode(UNUSED_ATTR struct audio_hw_device* dev, UNUSED_ATTR audio_mode_t mode) argument
/system/bt/stack/btm/
H A Dbtm_acl.cc595 settings.mode = BTM_PM_MD_ACTIVE;
737 /* First, check if hold mode is supported */
1387 /* Look up the connection by handle and set the current mode */
/system/tpm/trunks/
H A Dtpm_generated.h1276 TPMU_SYM_MODE mode; member in struct:trunks::TPMT_SYM_DEF
1283 TPMU_SYM_MODE mode; member in struct:trunks::TPMT_SYM_DEF_OBJECT
4007 const TPMI_ALG_SYM_MODE& mode,
4020 const TPMI_ALG_SYM_MODE& mode,
4029 const TPMI_ALG_SYM_MODE& mode,
H A Dtpm_generated.cc4824 result = Serialize_TPMU_SYM_MODE(value.mode, value.algorithm, buffer);
4854 Parse_TPMU_SYM_MODE(buffer, value->algorithm, &value->mode, value_bytes);
4882 result = Serialize_TPMU_SYM_MODE(value.mode, value.algorithm, buffer);
4912 Parse_TPMU_SYM_MODE(buffer, value->algorithm, &value->mode, value_bytes);
13938 const TPMI_ALG_SYM_MODE& mode,
13968 rc = Serialize_TPMI_ALG_SYM_MODE(mode, &mode_bytes);
14161 const TPMI_ALG_SYM_MODE& mode,
14173 decrypt, mode, iv_in, in_data,
14185 const TPMI_ALG_SYM_MODE& mode,
14194 decrypt, mode, iv_i
13934 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
14158 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
14182 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...]
/system/bt/bta/hl/
H A Dbta_hl_utils.cc2255 p_dcb->chnl_cfg.fcr_opt.mode = l2cap_mode;

Completed in 706 milliseconds

<<1112