Searched defs:dev_handle (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_hh_api.cc | 47 void BTA_HhClose(uint8_t dev_handle) { inc_func_call_count(__func__); } in BTA_HhClose() 49 void BTA_HhGetDscpInfo(uint8_t dev_handle) { inc_func_call_count(__func__); } in BTA_HhGetDscpInfo() 50 void BTA_HhGetIdle(uint8_t dev_handle) { inc_func_call_count(__func__); } in BTA_HhGetIdle() 51 void BTA_HhGetProtoMode(uint8_t dev_handle) { inc_func_call_count(__func__); } in BTA_HhGetProtoMode() 52 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() 57 void BTA_HhRemoveDev(uint8_t dev_handle) { inc_func_call_count(__func__); } in BTA_HhRemoveDev() 58 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() 61 void BTA_HhSendData(uint8_t dev_handle, UNUSED_ATTR const RawAddress& dev_bda, in BTA_HhSendData() 65 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() 68 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 | 47 void bta_hh_co_data(uint8_t dev_handle, uint8_t* p_rpt, uint16_t len, in bta_hh_co_data() 53 void bta_hh_co_get_rpt_rsp(uint8_t dev_handle, uint8_t status, in bta_hh_co_get_rpt_rsp() 57 bool bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, in bta_hh_co_open() 68 void bta_hh_co_set_rpt_rsp(uint8_t dev_handle, uint8_t status) { in bta_hh_co_set_rpt_rsp()
|
D | mock_bta_hh_utils.cc | 75 uint8_t bta_hh_dev_handle_to_cb_idx(uint8_t dev_handle) { in bta_hh_dev_handle_to_cb_idx()
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_api.cc | 91 void BTA_HhClose(uint8_t dev_handle) { in BTA_HhClose() 128 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev() 157 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport() 170 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() 186 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode() 199 void BTA_HhGetProtoMode(uint8_t dev_handle) { in BTA_HhGetProtoMode() 211 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() 224 void BTA_HhGetIdle(uint8_t dev_handle) { in BTA_HhGetIdle() 236 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() 259 void BTA_HhSendData(uint8_t dev_handle, UNUSED_ATTR const RawAddress& dev_bda, in BTA_HhSendData() [all …]
|
D | bta_hh_act.cc | 610 uint8_t dev_handle = in bta_hh_open_cmpl_act() local 669 uint8_t dev_handle = in bta_hh_open_act() local 1011 uint8_t dev_handle; in bta_hh_maint_dev_act() local 1213 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()
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidh_api.cc | 418 tHID_STATUS HID_HostRemoveDev(uint8_t dev_handle) { in HID_HostRemoveDev() 448 tHID_STATUS HID_HostOpenDev(uint8_t dev_handle) { in HID_HostOpenDev() 481 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev() 525 tHID_STATUS HID_HostCloseDev(uint8_t dev_handle) { in HID_HostCloseDev()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 399 bool bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, in bta_hh_co_open() 520 void bta_hh_co_data(uint8_t dev_handle, uint8_t* p_rpt, uint16_t len, in bta_hh_co_data() 638 void bta_hh_co_set_rpt_rsp(uint8_t dev_handle, uint8_t status) { in bta_hh_co_set_rpt_rsp() 693 void bta_hh_co_get_rpt_rsp(uint8_t dev_handle, uint8_t status, in bta_hh_co_get_rpt_rsp()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_hh.h | 92 uint8_t dev_handle; member 111 uint8_t dev_handle; member
|