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

  /external/bluetooth/bluedroid/gki/common/
gki.h 212 GKI_API extern UINT32 GKI_get_os_tick_count(void);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 496 GKI_API extern UINT32 GKI_get_os_tick_count(void);
  /external/libnfc-nci/src/gki/common/
gki.h 498 GKI_API extern UINT32 GKI_get_os_tick_count(void);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 789 p_ccb->fcrb.connect_tick_count = GKI_get_os_tick_count();
    [all...]
l2c_fcr.c 251 UINT32 dur = GKI_get_os_tick_count() - p_ccb->fcrb.connect_tick_count;
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 337 ** Function GKI_get_os_tick_count
344 UINT32 GKI_get_os_tick_count(void)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 183 ** Function GKI_get_os_tick_count
190 UINT32 GKI_get_os_tick_count(void)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 180 ** Function GKI_get_os_tick_count
187 UINT32 GKI_get_os_tick_count(void)
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c     [all...]
nfa_hci_main.c 869 os_tick = GKI_get_os_tick_count ()
    [all...]

Completed in 528 milliseconds