HomeSort by relevance Sort by last modified time
    Searched refs:btif_hh_device_t (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_hh.h 71 } btif_hh_device_t; typedef in typeref:struct:__anon1706
86 btif_hh_device_t devices[BTIF_HH_MAX_HID];
89 btif_hh_device_t* p_curr_dev;
100 extern btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle);
106 extern void btif_hh_setreport(btif_hh_device_t* p_dev,
  /system/bt/btif/src/
btif_hh.cc 140 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);
158 // static void hh_update_keyboard_lockstates(btif_hh_device_t *p_dev);
264 static void update_keyboard_lockstates(btif_hh_device_t* p_dev) {
292 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev) {
330 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle) {
349 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) {
369 static btif_hh_device_t* btif_hh_find_connected_dev_by_bda(
390 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr);
409 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr)
    [all...]
  /system/bt/btif/co/
bta_hh_co.cc 78 static int uhid_read_event(btif_hh_device_t* p_dev) {
192 btif_hh_device_t* p_dev = (btif_hh_device_t*)arg;
221 static inline void btif_hh_close_poll_thread(btif_hh_device_t* p_dev) {
267 btif_hh_device_t* p_dev = NULL;
363 btif_hh_device_t* p_dev = NULL;
407 btif_hh_device_t* p_dev;
453 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name,

Completed in 91 milliseconds