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.cc136 extern void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev,
153 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev);
260 static void update_keyboard_lockstates(btif_hh_device_t* p_dev) { in update_keyboard_lockstates()
288 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev) { in sync_lockstate_on_connect()
326 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle) { in btif_hh_find_connected_dev_by_handle()
345 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) { in btif_hh_find_dev_by_bda()
365 static btif_hh_device_t* btif_hh_find_connected_dev_by_bda( in btif_hh_find_connected_dev_by_bda()
386 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_stop_vup_timer()
405 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_start_vup_timer()
454 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()
231 btif_hh_device_t* p_dev = (btif_hh_device_t*)arg; in btif_hh_poll_event_thread()
271 static inline void btif_hh_close_poll_thread(btif_hh_device_t* p_dev) { in btif_hh_close_poll_thread()
317 btif_hh_device_t* p_dev = NULL; in bta_hh_co_open()
410 btif_hh_device_t* p_dev = NULL; in bta_hh_co_close()
457 btif_hh_device_t* p_dev; in bta_hh_co_data()
503 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
579 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp()