Home
last modified time | relevance | path

Searched refs:btif_hh_device_t (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/include/
Dbtif_hh.h95 } btif_hh_device_t; typedef
110 btif_hh_device_t devices[BTIF_HH_MAX_HID];
113 btif_hh_device_t* p_curr_dev;
124 extern btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle);
130 extern void btif_hh_setreport(btif_hh_device_t* p_dev,
133 extern void btif_hh_senddata(btif_hh_device_t* p_dev, uint16_t size,
135 extern void btif_hh_getreport(btif_hh_device_t* p_dev,
/system/bt/btif/src/
Dbtif_hh.cc118 extern void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev,
231 static void update_keyboard_lockstates(btif_hh_device_t* p_dev) { in update_keyboard_lockstates()
259 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev) { in sync_lockstate_on_connect()
297 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle) { in btif_hh_find_connected_dev_by_handle()
316 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) { in btif_hh_find_dev_by_bda()
336 static btif_hh_device_t* btif_hh_find_connected_dev_by_bda( in btif_hh_find_connected_dev_by_bda()
357 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_stop_vup_timer()
376 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_start_vup_timer()
425 btif_hh_device_t* p_dev; in btif_hh_remove_device()
508 btif_hh_device_t* p_dev; in btif_hh_virtual_unplug()
[all …]
/system/bt/btif/co/
Dbta_hh_co.cc80 static int uhid_read_event(btif_hh_device_t* p_dev) { in uhid_read_event()
231 btif_hh_device_t* p_dev = (btif_hh_device_t*)arg; in btif_hh_poll_event_thread()
274 static inline void btif_hh_close_poll_thread(btif_hh_device_t* p_dev) { in btif_hh_close_poll_thread()
320 btif_hh_device_t* p_dev = NULL; in bta_hh_co_open()
413 btif_hh_device_t* p_dev = NULL; in bta_hh_co_close()
460 btif_hh_device_t* p_dev; in bta_hh_co_data()
506 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
582 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp()
/system/bt/test/mock/
Dmock_btif_co_bta_hh_co.cc64 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
/system/bt/main/shim/
Dacl.cc979 const btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in DumpsysHid()