Lines Matching refs:snd
76 namespace snd { namespace
168 nn::snd::ThreadParameter mainThread; in CreateSoundThread()
173 nn::snd::ThreadParameter userThread; in CreateSoundThread()
178 nn::Result result = nn::snd::StartSoundThread( in CreateSoundThread()
189 nn::snd::EnableSoundThreadTickCounter( isEnableGetTick ); in CreateSoundThread()
209 nn::Result result = nn::snd::StartSoundThread( in CreateSoundThread()
221 nn::snd::EnableAuxBusProcessingOnCore1( true ); in CreateSoundThread()
224 nn::snd::EnableSoundThreadTickCounter( isEnableGetTick ); in CreateSoundThread()
233 nn::Result result = nn::snd::StartUserSoundThread( in CreateUserSoundThread()
286 nn::snd::FinalizeUserSoundThread(); in Destroy()
288 nn::snd::FinalizeSoundThread(); in Destroy()
548 processTick = nn::snd::GetSoundThreadTick(); in SoundThreadProc()
557 nn::snd::WaitForDspSync( &wait ); in SoundThreadProc()
562 nn::snd::SendParameterToDsp(); in SoundThreadProc()
591 m_DspCycles += nn::snd::GetDspCycles(); in CalcProcessCost()