Searched refs:sts_index (Results 1 – 1 of 1) sorted by relevance
472 bool SetStsIndex(uint32_t session_handle, uint32_t sts_index) in SetStsIndex() argument474 …NXPLOG_UCIHAL_D("SessionTrack: SetStsIndex 0x%x for session handle 0x%x", sts_index, session_handl… in SetStsIndex()480 cpu_to_le_bytes(sts_index_bytes, sts_index); in SetStsIndex()506 std::uniform_int_distribution<std::mt19937::result_type> sts_index(0, (1 << 16) - 1); in PickRandomStsIndex() local507 return sts_index(rng); in PickRandomStsIndex()