Home
last modified time | relevance | path

Searched refs:GetId (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundHandle.h540 u32 GetId() const in GetId() function
542 if ( IsAttachedSound() ) return m_pSound->GetId(); in GetId()
Dsnd_SoundHandle.h602 u32 GetId() const in GetId() function
604 if ( IsAttachedSound() ) return m_pSound->GetId(); in GetId()
Dsnd_StreamSoundHandle.h633 u32 GetId() const in GetId() function
635 if ( IsAttachedSound() ) return m_pSound->GetId(); in GetId()
Dsnd_SequenceSoundHandle.h987 u32 GetId() const in GetId() function
989 if ( IsAttachedSound() ) return m_pSound->GetId(); in GetId()
Dsnd_SoundInstanceManager.h149 lowPrioSound->GetId(), in Alloc()
Dsnd_BasicSound.h308 u32 GetId() const { return m_Id; } in GetId() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundStartable.cpp142 if ( handle->IsAttachedSound() && ( handle->GetId() == soundId ) ) in HoldSound()
Dsnd_SoundArchivePlayer.cpp1277 sound->GetId() in PrepareSeqImpl()
1295 sound->GetId() in PrepareSeqImpl()
1306 lowest->GetId() in PrepareSeqImpl()
1427 sound->GetId() in PrepareStreamImpl()
1441 sound->GetId() in PrepareStreamImpl()
1452 lowest->GetId() in PrepareStreamImpl()