Home
last modified time | relevance | path

Searched refs:GetTick (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceSoundHandle.h1045 unsigned long GetTick() const { return IsAttachedSound()? m_pSound->GetTick(): 0; } in GetTick() function
Dsnd_SequenceSound.h131 u32 GetTick() const;
Dsnd_Channel.h272 static nn::os::Tick GetTick();
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp172 nn::os::Tick Channel::GetTick() in GetTick() function in nw::snd::internal::driver::Channel
180 nn::os::Tick Channel::GetTick() in GetTick() function in nw::snd::internal::driver::Channel
Dsnd_SequenceSound.cpp769 u32 SequenceSound::GetTick() const in GetTick() function in nw::snd::internal::SequenceSound