Lines Matching refs:GetInstance
125 SoundThread& SoundThread::GetInstance() in GetInstance() function in nw::snd::internal::driver::SoundThread
133 NW_ASSERTMSG( HardwareManager::GetInstance().IsInitialized(), in CreateImpl()
181 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
185 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
211 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread()
258 reinterpret_cast<uptr>( &GetInstance() ), in Create()
334 SoundThread* soundThread = &GetInstance(); in HwCallbackFunc()
376 HardwareManager::GetInstance().RegisterCallback( &th->m_HwCallbackNode, HwCallbackFunc ); in SoundThreadFunc()
383 HardwareManager::GetInstance().UnregisterCallback( &th->m_HwCallbackNode ); in SoundThreadFunc()
462 HardwareChannelManager::GetInstance().FreeAllReservedHardwareChannel(); in FrameProcess()
466 HardwareManager::GetInstance().Update(); in FrameProcess()
471 DriverCommandManager::GetInstance().ProcessCommand(); in FrameProcess()
490 ChannelManager::GetInstance().UpdateAllChannel(); in FrameProcess()
497 VoiceManager::GetInstance().UpdateAllVoices(); in FrameProcess()