Searched defs:dev_handle (Results 1 – 9 of 9) sorted by relevance
/system/bt/test/mock/ |
D | mock_bta_hh_api.cc | 47 void BTA_HhClose(uint8_t dev_handle) { mock_function_count_map[__func__]++; } in BTA_HhClose() 49 void BTA_HhGetDscpInfo(uint8_t dev_handle) { in BTA_HhGetDscpInfo() 52 void BTA_HhGetIdle(uint8_t dev_handle) { mock_function_count_map[__func__]++; } in BTA_HhGetIdle() 53 void BTA_HhGetProtoMode(uint8_t dev_handle) { in BTA_HhGetProtoMode() 56 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() 63 void BTA_HhRemoveDev(uint8_t dev_handle) { in BTA_HhRemoveDev() 66 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() 69 void BTA_HhSendData(uint8_t dev_handle, UNUSED_ATTR const RawAddress& dev_bda, in BTA_HhSendData() 73 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() 76 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode() [all …]
|
D | mock_stack_hidh.cc | 42 tHID_STATUS HID_HostCloseDev(uint8_t dev_handle) { in HID_HostCloseDev() 56 tHID_STATUS HID_HostOpenDev(uint8_t dev_handle) { in HID_HostOpenDev() 64 tHID_STATUS HID_HostRemoveDev(uint8_t dev_handle) { in HID_HostRemoveDev() 68 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev()
|
D | mock_btif_co_bta_hh_co.cc | 46 void bta_hh_co_close(uint8_t dev_handle, uint8_t app_id) { in bta_hh_co_close() 49 void bta_hh_co_data(uint8_t dev_handle, uint8_t* p_rpt, uint16_t len, in bta_hh_co_data() 56 void bta_hh_co_get_rpt_rsp(uint8_t dev_handle, uint8_t status, uint8_t* p_rpt, in bta_hh_co_get_rpt_rsp() 60 void bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, in bta_hh_co_open() 70 void bta_hh_co_set_rpt_rsp(uint8_t dev_handle, uint8_t status) { in bta_hh_co_set_rpt_rsp()
|
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 99 void BTA_HhClose(uint8_t dev_handle) { in BTA_HhClose() 136 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev() 165 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport() 178 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() 194 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode() 207 void BTA_HhGetProtoMode(uint8_t dev_handle) { in BTA_HhGetProtoMode() 219 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() 232 void BTA_HhGetIdle(uint8_t dev_handle) { in BTA_HhGetIdle() 244 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() 267 void BTA_HhSendData(uint8_t dev_handle, UNUSED_ATTR const RawAddress& dev_bda, in BTA_HhSendData() [all …]
|
D | bta_hh_act.cc | 518 uint8_t dev_handle = in bta_hh_open_cmpl_act() local 579 uint8_t dev_handle = in bta_hh_open_act() local 926 uint8_t dev_handle; in bta_hh_maint_dev_act() local 1104 static void bta_hh_cback(uint8_t dev_handle, const RawAddress& addr, in bta_hh_cback()
|
D | bta_hh_utils.cc | 335 uint8_t bta_hh_dev_handle_to_cb_idx(uint8_t dev_handle) { in bta_hh_dev_handle_to_cb_idx()
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 360 tHID_STATUS HID_HostRemoveDev(uint8_t dev_handle) { in HID_HostRemoveDev() 386 tHID_STATUS HID_HostOpenDev(uint8_t dev_handle) { in HID_HostOpenDev() 412 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev() 450 tHID_STATUS HID_HostCloseDev(uint8_t dev_handle) { in HID_HostCloseDev()
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 317 void bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, in bta_hh_co_open() 411 void bta_hh_co_close(uint8_t dev_handle, uint8_t app_id) { in bta_hh_co_close() 456 void bta_hh_co_data(uint8_t dev_handle, uint8_t* p_rpt, uint16_t len, in bta_hh_co_data() 565 void bta_hh_co_set_rpt_rsp(uint8_t dev_handle, uint8_t status) { in bta_hh_co_set_rpt_rsp() 579 void bta_hh_co_get_rpt_rsp(uint8_t dev_handle, uint8_t status, uint8_t* p_rpt, in bta_hh_co_get_rpt_rsp()
|
/system/bt/btif/include/ |
D | btif_hh.h | 81 uint8_t dev_handle; member 99 uint8_t dev_handle; member
|