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.cc413 } else if (event == AVDT_SECURITY_CFM_EVT && p_data->hdr.err_code == 0) { in bta_av_proc_stream_evt()
448 if (p_data->hdr.err_code == 0) { in bta_av_proc_stream_evt()
455 p_msg->msg.hdr.err_code = 0; in bta_av_proc_stream_evt()
467 p_msg->msg.hdr.err_code = 0; in bta_av_proc_stream_evt()
471 if ((p_data == NULL) || (p_data->hdr.err_code == 0)) { in bta_av_proc_stream_evt()
998 setconfig.err_code = AVDT_ERR_UNSUP_CFG; in bta_av_config_ind()
1130 (p_data->ci_setconfig.err_code == AVDT_SUCCESS) && in bta_av_setconfig_rsp()
1140 p_data->ci_setconfig.err_code, p_data->ci_setconfig.category); in bta_av_setconfig_rsp()
1144 if (p_data->ci_setconfig.err_code == AVDT_SUCCESS) { in bta_av_setconfig_rsp()
1333 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.cc128 p_scb->close_code = p_data->msg.hdr.err_code; in avdt_scb_hdl_close_rsp()
469 p_data->msg.hdr.err_code = AVDT_ERR_NSC; in avdt_scb_hdl_reconfig_cmd()
494 if (p_data->msg.hdr.err_code == 0) { in avdt_scb_hdl_reconfig_rsp()
530 p_data->msg.hdr.err_code = AVDT_ERR_NSC; in avdt_scb_hdl_security_cmd()
607 p_data->msg.hdr.err_code = AVDT_ERR_UNSUP_CFG; in avdt_scb_hdl_setconfig_cmd()
767 avdt_ctrl.hdr.err_code = p_scb->close_code; in avdt_scb_hdl_tc_close()
868 avdt_ctrl.hdr.err_code = 0; in avdt_scb_hdl_tc_close_sto()
903 p_data->open.hdr.err_code = 0; in avdt_scb_hdl_tc_open()
938 if (p_data->open.hdr.err_code == AVDT_CHAN_REPORT) { in avdt_scb_hdl_tc_open_sto()
939 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()
527 evt.msg.hdr.err_code = error_code; in AVDT_ConfigRsp()
752 evt.msg.hdr.err_code = error_code; in AVDT_ReconfigRsp()
831 evt.msg.security_rsp.hdr.err_code = error_code; in AVDT_SecurityRsp()
Davdt_msg.cc991 p_msg->hdr.err_code = *p; in avdt_msg_prs_rej()
994 p_msg->hdr.err_code = *p; in avdt_msg_prs_rej()
996 p_msg->hdr.err_code = *p; in avdt_msg_prs_rej()
1440 AVDT_MSG_BLD_ERR(p, p_params->hdr.err_code); in avdt_msg_send_rej()
1553 msg.hdr.err_code = AVDT_ERR_NSC; in avdt_msg_ind()
1598 msg.hdr.err_code = err = in avdt_msg_ind()
1602 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.cc61 bool HandleErrorCode(ErrorCode err_code, int* url_num_error_p) { in HandleErrorCode() argument
62 err_code = chromeos_update_engine::utils::GetBaseErrorCode(err_code); in HandleErrorCode()
63 switch (err_code) { in HandleErrorCode()
92 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
93 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
110 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
111 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
153 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
154 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
169 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
[all …]
/system/bt/stack/a2dp/
Da2dp_vendor_ldac_encoder.cc500 int err_code = ldac_get_error_code_func(a2dp_ldac_encoder_cb.ldac_handle); in a2dp_vendor_ldac_encoder_update() local
504 __func__, result, LDACBT_API_ERR(err_code), in a2dp_vendor_ldac_encoder_update()
505 LDACBT_HANDLE_ERR(err_code), LDACBT_BLOCK_ERR(err_code), in a2dp_vendor_ldac_encoder_update()
506 err_code); in a2dp_vendor_ldac_encoder_update()
666 int err_code = in a2dp_ldac_encode_frames() local
671 __func__, result, LDACBT_API_ERR(err_code), in a2dp_ldac_encode_frames()
672 LDACBT_HANDLE_ERR(err_code), LDACBT_BLOCK_ERR(err_code), in a2dp_ldac_encode_frames()
673 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.h231 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.h354 err_code; /* Zero if operation succeeded; nonzero if operation failed */ member
Dhcimsgs.h396 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.cc734 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code, in gatt_send_error_rsp() argument
741 msg.error.reason = err_code; in gatt_send_error_rsp()
Dgatt_int.h445 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code,
/system/bt/stack/btm/
Dbtm_sec.cc3132 uint8_t err_code = 0; in btm_io_capabilities_req() local
3205 err_code = HCI_ERR_HOST_BUSY_PAIRING; in btm_io_capabilities_req()
3211 err_code = HCI_ERR_HOST_BUSY_PAIRING; in btm_io_capabilities_req()
3220 err_code = HCI_ERR_PAIRING_NOT_ALLOWED; in btm_io_capabilities_req()
3232 err_code = HCI_ERR_PAIRING_NOT_ALLOWED; in btm_io_capabilities_req()
3236 if (err_code != 0) { in btm_io_capabilities_req()
3237 btsnd_hcic_io_cap_req_neg_reply(evt_data.bd_addr, err_code); in btm_io_capabilities_req()
/system/bt/stack/hcic/
Dhcicmds.cc1115 uint8_t err_code) { in btsnd_hcic_io_cap_req_neg_reply() argument
1126 UINT8_TO_STREAM(pp, err_code); in btsnd_hcic_io_cap_req_neg_reply()