Searched refs:error_code (Results 1 - 13 of 13) sorted by relevance

/system/core/include/ziparchive/
H A Dzip_archive.h197 const char* ErrorCodeString(int32_t error_code);
/system/bt/stack/l2cap/
H A Dl2cap_client.c46 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
50 static void disconnect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
192 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code) { argument
201 if (error_code != L2CAP_CONN_OK) {
202 LOG_ERROR("%s error connecting L2CAP channel: %d.", __func__, error_code);
310 static void disconnect_completed_cb(uint16_t local_channel_id, UNUSED_ATTR uint16_t error_code) { argument
/system/bt/stack/include/
H A Davdt_api.h656 extern UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code,
738 extern UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code,
771 extern UINT16 AVDT_SecurityRsp(UINT8 handle, UINT8 label, UINT8 error_code,
/system/bt/stack/avdt/
H A Davdt_api.c582 UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) argument
604 evt.msg.hdr.err_code = error_code;
607 if (error_code == 0)
817 UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) argument
831 evt.msg.hdr.err_code = error_code;
889 UINT16 AVDT_SecurityRsp(UINT8 handle, UINT8 label, UINT8 error_code, argument
904 evt.msg.security_rsp.hdr.err_code = error_code;
/system/bt/bta/av/
H A Dbta_av_api.c371 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) argument
380 p_buf->error_code = error_code;
H A Dbta_av_int.h264 UINT8 error_code; member in struct:__anon44
H A Dbta_av_aact.c1265 AVDT_SecurityRsp(p_scb->avdt_handle, p_scb->avdt_label, p_data->api_protect_rsp.error_code,
/system/bt/stack/sdp/
H A Dsdp_utils.c317 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text) argument
325 error_code, p_ccb->connection_id);
343 UINT16_TO_BE_STREAM (p_rsp, error_code);
H A Dsdpint.h280 extern void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text);
/system/core/libziparchive/
H A Dzip_archive.cc1275 const char* ErrorCodeString(int32_t error_code) { argument
1276 if (error_code > kErrorMessageLowerBound && error_code < kErrorMessageUpperBound) {
1277 return kErrorMessages[error_code * -1];
/system/bt/bta/include/
H A Dbta_av_api.h687 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data,
/system/extras/perfprofd/quipper/base/
H A Dlogging.h534 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
/system/bt/btif/src/
H A Dbtif_hf.c1158 int error_code, bt_bdaddr_t *bd_addr)
1173 : BTA_AG_OK_ERROR, error_code, idx);
1157 at_response(bthf_at_response_t response_code, int error_code, bt_bdaddr_t *bd_addr) argument

Completed in 209 milliseconds