Searched refs:os_tick (Results 1 – 2 of 2) sorted by relevance
854 UINT32 os_tick; in nfa_hci_handle_nv_read() local869 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()
1384 UINT32 os_tick; in nfa_hci_handle_admin_gate_rsp() local1481 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()