OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_hh_device_t
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_hh.h
71
}
btif_hh_device_t
;
typedef in typeref:struct:__anon5638
88
btif_hh_device_t
devices[BTIF_HH_MAX_HID];
91
btif_hh_device_t
*p_curr_dev;
101
extern
btif_hh_device_t
*btif_hh_find_connected_dev_by_handle(UINT8 handle);
106
extern void btif_hh_setreport(
btif_hh_device_t
*p_dev, bthh_report_type_t r_type,
/external/bluetooth/bluedroid/btif/src/
btif_hh.c
155
extern void bta_hh_co_send_hid_info(
btif_hh_device_t
*p_dev, char *dev_name, UINT16 vendor_id,
169
static void sync_lockstate_on_connect(
btif_hh_device_t
*p_dev);
170
//static void hh_update_keyboard_lockstates(
btif_hh_device_t
*p_dev);
280
static void update_keyboard_lockstates(
btif_hh_device_t
*p_dev)
309
static void sync_lockstate_on_connect(
btif_hh_device_t
*p_dev)
346
btif_hh_device_t
*btif_hh_find_connected_dev_by_handle(UINT8 handle)
367
static
btif_hh_device_t
*btif_hh_find_dev_by_bda(bt_bdaddr_t *bd_addr)
388
static
btif_hh_device_t
*btif_hh_find_connected_dev_by_bda(bt_bdaddr_t *bd_addr)
411
btif_hh_device_t
*p_dev = btif_hh_find_connected_dev_by_bda(bd_addr);
432
btif_hh_device_t
*p_dev = btif_hh_find_connected_dev_by_bda(bd_addr)
[
all
...]
/external/bluetooth/bluedroid/btif/co/
bta_hh_co.c
63
static int uhid_event(
btif_hh_device_t
*p_dev)
166
btif_hh_device_t
*p_dev = arg;
192
static inline void btif_hh_close_poll_thread(
btif_hh_device_t
*p_dev)
241
btif_hh_device_t
*p_dev = NULL;
330
btif_hh_device_t
*p_dev = NULL;
371
btif_hh_device_t
*p_dev;
404
void bta_hh_co_send_hid_info(
btif_hh_device_t
*p_dev, char *dev_name, UINT16 vendor_id,
Completed in 202 milliseconds