Searched refs:GetTick (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/include/nw/snd/ | ||
| D | snd_SequenceSoundHandle.h | 1045 unsigned long GetTick() const { return IsAttachedSound()? m_pSound->GetTick(): 0; } in GetTick() function |
| D | snd_SequenceSound.h | 131 u32 GetTick() const; |
| D | snd_Channel.h | 272 static nn::os::Tick GetTick(); |
| /NW4C-2.0.3/sources/libraries/snd/ | ||
| D | snd_Channel.cpp | 172 nn::os::Tick Channel::GetTick() in GetTick() function in nw::snd::internal::driver::Channel |
| D | snd_SequenceSound.cpp | 769 u32 SequenceSound::GetTick() const in GetTick() function in nw::snd::internal::SequenceSound |