Searched refs:report_id (Results 1 – 4 of 4) sorted by relevance
/system/core/crash_reporter/ |
D | crash_sender | 466 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/ |
D | hidh_api.h | 176 UINT8 report_id, BT_HDR *pbuf);
|
/system/bt/stack/hid/ |
D | hidh_api.c | 447 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()
|
D | hidh_conn.c | 884 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()
|