Searched defs:err_code (Results 1 - 15 of 15) sorted by relevance

/system/bt/bta/av/
H A Dbta_av_ci.cc59 * Parameter err_code is set to an AVDTP status value;
66 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code, uint8_t category, argument
73 p_buf->hdr.event = (err_code == A2DP_SUCCESS) ? BTA_AV_CI_SETCONFIG_OK_EVT
75 p_buf->err_code = err_code;
H A Dbta_av_aact.cc436 } else if (event == AVDT_SECURITY_CFM_EVT && p_data->hdr.err_code == 0) {
460 if (p_msg->msg.hdr.err_code == 0) {
518 if (p_data->hdr.err_code == 0) {
525 p_msg->msg.hdr.err_code = 0;
537 p_msg->msg.hdr.err_code = 0;
540 if ((p_data == NULL) || (p_data->hdr.err_code == 0)) {
1129 setconfig.err_code = AVDT_ERR_UNSUP_CFG;
1259 (p_data->ci_setconfig.err_code == AVDT_SUCCESS) &&
1269 p_data->ci_setconfig.err_code, p_data->ci_setconfig.category);
1273 if (p_data->ci_setconfig.err_code
2577 uint8_t err_code = p_data->str_msg.msg.hdr.err_code; local
2799 uint8_t err_code = p_data->str_msg.msg.hdr.err_code; local
2847 uint8_t err_code = p_data->str_msg.msg.hdr.err_code; local
[all...]
H A Dbta_av_int.h307 uint8_t err_code; member in struct:__anon51
/system/bt/stack/smp/
H A Dsmp_api.cc210 uint8_t err_code = SMP_PAIR_FAIL_UNKNOWN; local
216 err_code = p_cb->cert_failure;
223 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code);
/system/bt/stack/avct/
H A Davct_int.h129 uint8_t err_code; member in union:__anon823
/system/bt/stack/avdt/
H A Davdt_ccb_act.cc250 uint8_t err_code = 0; local
255 p_data->msg.multi.num_seps, &err_code);
256 if (seid == 0 && err_code == 0) {
261 p_data->msg.hdr.err_code = err_code;
287 event = (p_data->msg.hdr.err_code == 0) ? AVDT_SCB_MSG_START_RSP_EVT
318 uint8_t err_code = 0; local
323 p_data->msg.multi.num_seps, &err_code)) == 0 &&
324 err_code == 0) {
329 p_data->msg.hdr.err_code
638 uint8_t err_code = AVDT_ERR_CONNECT; local
899 uint8_t err_code = AVDT_ERR_CONNECT; local
[all...]
H A Davdt_api.cc43 uint8_t err_code = AVDT_ERR_TIMEOUT; local
46 avdt_ccb_evt.err_code = err_code;
53 uint8_t err_code = AVDT_ERR_TIMEOUT; local
56 avdt_ccb_evt.err_code = err_code;
63 uint8_t err_code = AVDT_ERR_TIMEOUT; local
66 avdt_ccb_evt.err_code = err_code;
560 evt.msg.hdr.err_code
[all...]
H A Davdt_int.h398 uint8_t err_code; member in union:__anon839
/system/update_engine/update_manager/
H A Dchromeos_policy.cc47 // Examines |err_code| and decides whether the URL index needs to be advanced,
53 bool HandleErrorCode(ErrorCode err_code, int* url_num_error_p) { argument
54 err_code = chromeos_update_engine::utils::GetBaseErrorCode(err_code);
55 switch (err_code) {
83 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
84 << " (" << static_cast<int>(err_code) << ")";
101 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
102 << " (" << static_cast<int>(err_code) << ")";
139 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
[all...]
/system/bt/stack/a2dp/
H A Da2dp_vendor_ldac_encoder.cc654 int err_code = local
659 __func__, result, LDACBT_API_ERR(err_code),
660 LDACBT_HANDLE_ERR(err_code), LDACBT_BLOCK_ERR(err_code));
/system/bt/stack/hcic/
H A Dhcicmds.cc1117 uint8_t err_code) {
1128 UINT8_TO_STREAM(pp, err_code);
1116 btsnd_hcic_io_cap_req_neg_reply(const RawAddress& bd_addr, uint8_t err_code) argument
/system/bt/bta/include/
H A Dbta_av_api.h317 tBTA_AV_ERR err_code; member in struct:__anon298
/system/bt/stack/btm/
H A Dbtm_sec.cc3263 uint8_t err_code = 0; local
3329 err_code = HCI_ERR_HOST_BUSY_PAIRING;
3335 err_code = HCI_ERR_HOST_BUSY_PAIRING;
3344 err_code = HCI_ERR_PAIRING_NOT_ALLOWED;
3356 err_code = HCI_ERR_PAIRING_NOT_ALLOWED;
3360 if (err_code != 0) {
3361 btsnd_hcic_io_cap_req_neg_reply(evt_data.bd_addr, err_code);
/system/bt/stack/gatt/
H A Dgatt_utils.cc850 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code, argument
857 msg.error.reason = err_code;
/system/bt/stack/include/
H A Davdt_api.h308 err_code; /* Zero if operation succeeded; nonzero if operation failed */ member in struct:__anon935

Completed in 259 milliseconds