Home
last modified time | relevance | path

Searched refs:err_code (Results 1 – 22 of 22) sorted by relevance

/system/bt/bta/av/
Dbta_av_ci.cc70 void bta_av_ci_setconfig(tBTA_AV_HNDL bta_av_handle, uint8_t err_code, in bta_av_ci_setconfig() argument
76 __func__, bta_av_handle, err_code, category, num_seid, in bta_av_ci_setconfig()
83 p_buf->hdr.event = (err_code == A2DP_SUCCESS) ? BTA_AV_CI_SETCONFIG_OK_EVT in bta_av_ci_setconfig()
85 p_buf->err_code = err_code; in bta_av_ci_setconfig()
Dbta_av_aact.cc414 } else if (event == AVDT_SECURITY_CFM_EVT && p_data->hdr.err_code == 0) { in bta_av_proc_stream_evt()
449 if (p_data->hdr.err_code == 0) { in bta_av_proc_stream_evt()
456 p_msg->msg.hdr.err_code = 0; in bta_av_proc_stream_evt()
468 p_msg->msg.hdr.err_code = 0; in bta_av_proc_stream_evt()
472 if ((p_data == NULL) || (p_data->hdr.err_code == 0)) { in bta_av_proc_stream_evt()
999 setconfig.err_code = AVDT_ERR_UNSUP_CFG; in bta_av_config_ind()
1131 (p_data->ci_setconfig.err_code == AVDT_SUCCESS) && in bta_av_setconfig_rsp()
1141 p_data->ci_setconfig.err_code, p_data->ci_setconfig.category); in bta_av_setconfig_rsp()
1145 if (p_data->ci_setconfig.err_code == AVDT_SUCCESS) { in bta_av_setconfig_rsp()
1334 protect_rsp.err_code = p_data->str_msg.msg.hdr.err_code; in bta_av_security_cfm()
[all …]
Dbta_av_int.h319 uint8_t err_code; member
/system/bt/stack/avdt/
Davdt_ccb_act.cc254 uint8_t err_code = 0; in avdt_ccb_hdl_start_cmd() local
259 p_data->msg.multi.num_seps, &err_code); in avdt_ccb_hdl_start_cmd()
260 if (seid == 0 && err_code == 0) { in avdt_ccb_hdl_start_cmd()
265 p_data->msg.hdr.err_code = err_code; in avdt_ccb_hdl_start_cmd()
291 event = (p_data->msg.hdr.err_code == 0) ? AVDT_SCB_MSG_START_RSP_EVT in avdt_ccb_hdl_start_rsp()
322 uint8_t err_code = 0; in avdt_ccb_hdl_suspend_cmd() local
327 p_data->msg.multi.num_seps, &err_code)) == 0 && in avdt_ccb_hdl_suspend_cmd()
328 err_code == 0) { in avdt_ccb_hdl_suspend_cmd()
333 p_data->msg.hdr.err_code = err_code; in avdt_ccb_hdl_suspend_cmd()
361 event = (p_data->msg.hdr.err_code == 0) ? AVDT_SCB_MSG_SUSPEND_RSP_EVT in avdt_ccb_hdl_suspend_rsp()
[all …]
Davdt_scb_act.cc127 p_scb->close_code = p_data->msg.hdr.err_code; in avdt_scb_hdl_close_rsp()
408 p_data->msg.hdr.err_code = AVDT_ERR_NSC; in avdt_scb_hdl_reconfig_cmd()
433 if (p_data->msg.hdr.err_code == 0) { in avdt_scb_hdl_reconfig_rsp()
469 p_data->msg.hdr.err_code = AVDT_ERR_NSC; in avdt_scb_hdl_security_cmd()
546 p_data->msg.hdr.err_code = AVDT_ERR_UNSUP_CFG; in avdt_scb_hdl_setconfig_cmd()
706 avdt_ctrl.hdr.err_code = p_scb->close_code; in avdt_scb_hdl_tc_close()
807 avdt_ctrl.hdr.err_code = 0; in avdt_scb_hdl_tc_close_sto()
842 p_data->open.hdr.err_code = 0; in avdt_scb_hdl_tc_open()
877 if (p_data->open.hdr.err_code == AVDT_CHAN_REPORT) { in avdt_scb_hdl_tc_open_sto()
878 avdt_ctrl.hdr.err_code = 0; in avdt_scb_hdl_tc_open_sto()
[all …]
Davdt_api.cc43 uint8_t err_code = AVDT_ERR_TIMEOUT; in avdt_ccb_idle_ccb_timer_timeout() local
46 avdt_ccb_evt.err_code = err_code; in avdt_ccb_idle_ccb_timer_timeout()
53 uint8_t err_code = AVDT_ERR_TIMEOUT; in avdt_ccb_ret_ccb_timer_timeout() local
56 avdt_ccb_evt.err_code = err_code; in avdt_ccb_ret_ccb_timer_timeout()
63 uint8_t err_code = AVDT_ERR_TIMEOUT; in avdt_ccb_rsp_ccb_timer_timeout() local
66 avdt_ccb_evt.err_code = err_code; in avdt_ccb_rsp_ccb_timer_timeout()
526 evt.msg.hdr.err_code = error_code; in AVDT_ConfigRsp()
751 evt.msg.hdr.err_code = error_code; in AVDT_ReconfigRsp()
830 evt.msg.security_rsp.hdr.err_code = error_code; in AVDT_SecurityRsp()
Davdt_msg.cc983 p_msg->hdr.err_code = *p; in avdt_msg_prs_rej()
986 p_msg->hdr.err_code = *p; in avdt_msg_prs_rej()
988 p_msg->hdr.err_code = *p; in avdt_msg_prs_rej()
1424 AVDT_MSG_BLD_ERR(p, p_params->hdr.err_code); in avdt_msg_send_rej()
1537 msg.hdr.err_code = AVDT_ERR_NSC; in avdt_msg_ind()
1582 msg.hdr.err_code = err = in avdt_msg_ind()
1586 msg.hdr.err_code = err = in avdt_msg_ind()
Davdt_ad.cc388 open.hdr.err_code = avdt_ad_tcid_to_type(p_tbl->tcid); in avdt_ad_tc_open_ind()
Davdt_int.h383 uint8_t err_code; member
/system/update_engine/update_manager/
Dchromeos_policy.cc60 bool HandleErrorCode(ErrorCode err_code, int* url_num_error_p) { in HandleErrorCode() argument
61 err_code = chromeos_update_engine::utils::GetBaseErrorCode(err_code); in HandleErrorCode()
62 switch (err_code) { in HandleErrorCode()
90 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
91 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
108 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
109 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
147 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
148 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
163 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
[all …]
/system/bt/stack/a2dp/
Da2dp_vendor_ldac_encoder.cc498 int err_code = ldac_get_error_code_func(a2dp_ldac_encoder_cb.ldac_handle); in a2dp_vendor_ldac_encoder_update() local
502 __func__, result, LDACBT_API_ERR(err_code), in a2dp_vendor_ldac_encoder_update()
503 LDACBT_HANDLE_ERR(err_code), LDACBT_BLOCK_ERR(err_code), in a2dp_vendor_ldac_encoder_update()
504 err_code); in a2dp_vendor_ldac_encoder_update()
664 int err_code = in a2dp_ldac_encode_frames() local
669 __func__, result, LDACBT_API_ERR(err_code), in a2dp_ldac_encode_frames()
670 LDACBT_HANDLE_ERR(err_code), LDACBT_BLOCK_ERR(err_code), in a2dp_ldac_encode_frames()
671 err_code); in a2dp_ldac_encode_frames()
/system/bt/bta/include/
Dbta_av_ci.h58 extern void bta_av_ci_setconfig(tBTA_AV_HNDL bta_av_handle, uint8_t err_code,
Dbta_av_api.h236 tBTA_AV_ERR err_code; member
/system/bt/stack/include/
Davdtc_api.h236 uint8_t label, uint8_t err_code, uint8_t err_param);
Davdt_api.h351 err_code; /* Zero if operation succeeded; nonzero if operation failed */ member
Dhcimsgs.h398 uint8_t err_code);
/system/bt/stack/smp/
Dsmp_api.cc215 uint8_t err_code = SMP_PAIR_FAIL_UNKNOWN; in SMP_PairCancel() local
220 err_code = p_cb->cert_failure; in SMP_PairCancel()
/system/bt/stack/avct/
Davct_int.h129 uint8_t err_code; member
/system/bt/stack/gatt/
Dgatt_utils.cc723 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code, in gatt_send_error_rsp() argument
730 msg.error.reason = err_code; in gatt_send_error_rsp()
Dgatt_int.h451 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code,
/system/bt/stack/btm/
Dbtm_sec.cc3119 uint8_t err_code = 0; in btm_io_capabilities_req() local
3185 err_code = HCI_ERR_HOST_BUSY_PAIRING; in btm_io_capabilities_req()
3191 err_code = HCI_ERR_HOST_BUSY_PAIRING; in btm_io_capabilities_req()
3200 err_code = HCI_ERR_PAIRING_NOT_ALLOWED; in btm_io_capabilities_req()
3212 err_code = HCI_ERR_PAIRING_NOT_ALLOWED; in btm_io_capabilities_req()
3216 if (err_code != 0) { in btm_io_capabilities_req()
3217 btsnd_hcic_io_cap_req_neg_reply(evt_data.bd_addr, err_code); in btm_io_capabilities_req()
/system/bt/stack/hcic/
Dhcicmds.cc1117 uint8_t err_code) { in btsnd_hcic_io_cap_req_neg_reply() argument
1128 UINT8_TO_STREAM(pp, err_code); in btsnd_hcic_io_cap_req_neg_reply()