Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 13 of 13) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp84 SoundHandle* handle, in StartSound()
113 SoundHandle* handle, in StartSound()
139 SoundHandle* handle, in HoldSound()
176 SoundHandle* handle, in HoldSound()
202 SoundHandle* handle, in PrepareSound()
227 SoundHandle* handle, in PrepareSound()
Dsnd_SoundActor.cpp190 SoundHandle* handle, in SetupSound()
217 SoundHandle* handle, in detail_SetupSoundWithAmbientInfo()
255 SoundHandle* handle, in detail_SetupSound()
Dsnd_Sound3DActor.cpp118 SoundHandle* handle, in SetupSound()
262 void Sound3DActor::ClearUpdateCallback( SoundHandle& handle ) in ClearUpdateCallback()
Dsnd_WaveSoundHandle.cpp26 WaveSoundHandle::WaveSoundHandle( SoundHandle* handle ) in WaveSoundHandle()
Dsnd_SequenceSoundHandle.cpp36 SequenceSoundHandle::SequenceSoundHandle( SoundHandle* handle ) in SequenceSoundHandle()
Dsnd_SoundHandle.cpp34 void SoundHandle::detail_DuplicateHandle( SoundHandle* handle ) in detail_DuplicateHandle()
Dsnd_AnimEventPlayer.cpp160 SequenceSoundHandle handle( &m_Handle ); in WritePlaySpeedToSequenceVariable() local
Dsnd_SoundArchivePlayer.cpp734 SoundHandle* handle, in detail_SetupSound()
764 SoundHandle* handle, in detail_SetupSoundImpl()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Arc.cpp104 bool ARCInitHandle(void* arcStart, ARCHandle* handle) in ARCInitHandle()
129 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af) in ARCOpen()
173 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af) in ARCFastOpen()
232 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr) in ARCConvertPathToEntrynum()
345 bool ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ) in ARCEntrynumIsDir()
395 static u32 entryToPath(ARCHandle* handle, u32 entry, wchar_t* path, u32 maxlen) in entryToPath()
437 static bool ARCConvertEntrynumToPath(ARCHandle* handle, s32 entrynum, wchar_t* path, u32 maxlen) in ARCConvertEntrynumToPath()
492 bool ARCGetCurrentDir(ARCHandle* handle, wchar_t* path, u32 maxlen) in ARCGetCurrentDir()
502 ARCHandle* handle; in ARCGetStartAddrInMem() local
530 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName) in ARCChangeDir()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h472 SoundHandle handle; in ForEachSound() local
486 SoundHandle handle; in ForEachSound() local
505 SoundHandle handle; in ForEachSoundPriorityOrder() local
518 SoundHandle handle; in ForEachSoundPriorityOrder() local
Dsnd_ExternalSoundPlayer.h89 SoundHandle handle; in ForEachSound() local
103 SoundHandle handle; in ForEachSound() local
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Arc.h80 ARCHandle* handle; member
92 ARCHandle* handle; member
104 ARCHandle* handle; member
211 NW_INLINE bool ARCOpen(ARCHandle* handle, ARCDirEntry* dirent, ARCFileInfo* af) in ARCOpen()
387 NW_INLINE bool ARCChangeDir(ARCHandle* handle, ARCDir* dir) in ARCChangeDir()
417 NW_INLINE bool ARCChangeDir(ARCHandle* handle, ARCDirEntry* dirent) in ARCChangeDir()
513 NW_INLINE bool ARCOpenDir(ARCHandle* handle, ARCDirEntry* dirent, ARCDir* dir) in ARCOpenDir()
/NW4C-2.0.3/demos/snd/effect/sources/
Dmain.cpp233 nw::snd::SequenceSoundHandle handle( &m_Handle ); in OnUpdatePad() local
242 nw::snd::WaveSoundHandle handle( &m_Handle ); in OnUpdatePad() local
251 nw::snd::StreamSoundHandle handle( &m_Handle ); in OnUpdatePad() local