Searched refs:countDispatchers (Results 1 – 1 of 1) sorted by relevance
43 IpcDispatcherExecutor(IpcDispatcherBase* ppDispatchers[], s32 countDispatchers) in IpcDispatcherExecutor() argument44 : m_countDispatchers(countDispatchers) in IpcDispatcherExecutor()46 NN_MIN_ASSERT(countDispatchers, 0); in IpcDispatcherExecutor()47 NN_MAX_ASSERT(countDispatchers, DISPATCHERS_MAX - 1); in IpcDispatcherExecutor()