Searched refs:error_code (Results 1 - 13 of 13) sorted by relevance
/system/core/include/ziparchive/ |
H A D | zip_archive.h | 197 const char* ErrorCodeString(int32_t error_code);
|
/system/bt/stack/l2cap/ |
H A D | l2cap_client.c | 46 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 D | avdt_api.h | 656 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 D | avdt_api.c | 582 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 D | bta_av_api.c | 371 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 D | bta_av_int.h | 264 UINT8 error_code; member in struct:__anon44
|
H A D | bta_av_aact.c | 1265 AVDT_SecurityRsp(p_scb->avdt_handle, p_scb->avdt_label, p_data->api_protect_rsp.error_code,
|
/system/bt/stack/sdp/ |
H A D | sdp_utils.c | 317 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 D | sdpint.h | 280 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 D | zip_archive.cc | 1275 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 D | bta_av_api.h | 687 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data,
|
/system/extras/perfprofd/quipper/base/ |
H A D | logging.h | 534 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
|
/system/bt/btif/src/ |
H A D | btif_hf.c | 1158 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 465 milliseconds