Home
last modified time | relevance | path

Searched refs:os_tick (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_main.c854 UINT32 os_tick; in nfa_hci_handle_nv_read() local
869 os_tick = GKI_get_os_tick_count (); in nfa_hci_handle_nv_read()
870 memcpy (session_id, (UINT8 *)&os_tick, (NFA_HCI_SESSION_ID_LEN / 2)); in nfa_hci_handle_nv_read()
Dnfa_hci_act.c1384 UINT32 os_tick; in nfa_hci_handle_admin_gate_rsp() local
1481 os_tick = GKI_get_os_tick_count (); in nfa_hci_handle_admin_gate_rsp()
1482 … memcpy (nfa_hci_cb.cfg.admin_gate.session_id, (UINT8 *)&os_tick, (NFA_HCI_SESSION_ID_LEN / 2)); in nfa_hci_handle_admin_gate_rsp()
1522 os_tick = GKI_get_os_tick_count (); in nfa_hci_handle_admin_gate_rsp()
1523 … memcpy (nfa_hci_cb.cfg.admin_gate.session_id, (UINT8 *) &os_tick, (NFA_HCI_SESSION_ID_LEN / 2)); in nfa_hci_handle_admin_gate_rsp()