Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_Backoff.h25 class BackOffManager
33 BackOffManager(u32 order) : m_order(order), m_count(0) {} in BackOffManager() function
/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_Backoff.cpp21 BackOffManager::BackOffImpl() in BackOffImpl()