Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 4 of 4) sorted by relevance

/system/core/crash_reporter/
Dcrash_sender466 local report_id="${TMP_DIR}/report_id"
482 -o "${report_id}" \
489 local id="$(cat "${report_id}")"
507 rm -f "${report_id}"
/system/bt/stack/include/
Dhidh_api.h176 UINT8 report_id, BT_HDR *pbuf);
/system/bt/stack/hid/
Dhidh_api.c447 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) in HID_HostWriteDev() argument
472 status = hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
Dhidh_conn.c884 UINT16 data, UINT8 report_id, BT_HDR *buf) in hidh_conn_snd_data() argument
968 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) ) in hidh_conn_snd_data()
970 *p_out = report_id; in hidh_conn_snd_data()