Searched defs:error_code (Results 301 - 306 of 306) sorted by last modified time

<<111213

/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c373 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) argument
382 p_buf->error_code = error_code;
H A Dbta_av_int.h263 UINT8 error_code; member in struct:__anon440
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf.c1087 int error_code, bt_bdaddr_t *bd_addr)
1096 : BTA_AG_OK_ERROR, error_code, idx);
1086 at_response(bthf_at_response_t response_code, int error_code, bt_bdaddr_t *bd_addr) argument
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_api.c599 UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) argument
623 evt.msg.hdr.err_code = error_code;
626 if (error_code == 0)
844 UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) argument
860 evt.msg.hdr.err_code = error_code;
920 UINT16 AVDT_SecurityRsp(UINT8 handle, UINT8 label, UINT8 error_code, argument
937 evt.msg.security_rsp.hdr.err_code = error_code;
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c313 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text) argument
321 error_code, p_ccb->connection_id);
339 UINT16_TO_BE_STREAM (p_rsp, error_code);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DReplyPacket.java37 private short error_code; field in class:ReplyPacket
56 error_code = (short) super.readFromByteArray(p, ERROR_CODE_INDEX,
67 error_code = val;
76 return error_code;
88 super.writeAtByteArray(error_code, res, ERROR_CODE_INDEX,

Completed in 196 milliseconds

<<111213