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

  /external/bluetooth/bluedroid/stack/hid/
hidh_int.h 48 } tHID_HOST_DEV_CTB;
52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
hidh_conn.c 165 tHID_HOST_DEV_CTB *p_dev= (tHID_HOST_DEV_CTB *) p_ref_data;
205 tHID_HOST_DEV_CTB *p_dev;
318 tHID_HOST_DEV_CTB *p_dev = (tHID_HOST_DEV_CTB *) p_ref_data;
325 dhandle = ((UINT32)p_dev - (UINT32)&(hh_cb.devices[0]))/ sizeof(tHID_HOST_DEV_CTB);
383 tHID_HOST_DEV_CTB *p_dev = NULL;
463 tHID_HOST_DEV_CTB *p_dev;
955 tHID_HOST_DEV_CTB *p_dev = &hh_cb.devices[dhandle];
    [all...]

Completed in 48 milliseconds