Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_hh.h74 } btif_hh_device_t; typedef
89 btif_hh_device_t devices[BTIF_HH_MAX_HID];
92 btif_hh_device_t* p_curr_dev;
103 extern btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle);
109 extern void btif_hh_setreport(btif_hh_device_t* p_dev,
112 extern void btif_hh_getreport(btif_hh_device_t* p_dev,
/system/bt/btif/src/
Dbtif_hh.cc140 extern void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev,
157 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev);
264 static void update_keyboard_lockstates(btif_hh_device_t* p_dev) { in update_keyboard_lockstates()
292 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev) { in sync_lockstate_on_connect()
330 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle) { in btif_hh_find_connected_dev_by_handle()
349 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) { in btif_hh_find_dev_by_bda()
369 static btif_hh_device_t* btif_hh_find_connected_dev_by_bda( in btif_hh_find_connected_dev_by_bda()
390 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_stop_vup_timer()
409 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_start_vup_timer()
458 btif_hh_device_t* p_dev; in btif_hh_remove_device()
[all …]
/system/bt/btif/co/
Dbta_hh_co.cc81 static int uhid_read_event(btif_hh_device_t* p_dev) { in uhid_read_event()
209 btif_hh_device_t* p_dev = (btif_hh_device_t*)arg; in btif_hh_poll_event_thread()
249 static inline void btif_hh_close_poll_thread(btif_hh_device_t* p_dev) { in btif_hh_close_poll_thread()
295 btif_hh_device_t* p_dev = NULL; in bta_hh_co_open()
388 btif_hh_device_t* p_dev = NULL; in bta_hh_co_close()
435 btif_hh_device_t* p_dev; in bta_hh_co_data()
481 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
557 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp()