Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp82 SoundHandle* handle, in StartSound()
111 SoundHandle* handle, in StartSound()
137 SoundHandle* handle, in HoldSound()
174 SoundHandle* handle, in HoldSound()
200 SoundHandle* handle, in PrepareSound()
225 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.cpp116 SoundHandle* handle, in SetupSound()
260 void Sound3DActor::ClearUpdateCallback( SoundHandle& handle ) in ClearUpdateCallback()
Dsnd_WaveSoundHandle.cpp24 WaveSoundHandle::WaveSoundHandle( SoundHandle* handle ) in WaveSoundHandle()
Dsnd_SequenceSoundHandle.cpp34 SequenceSoundHandle::SequenceSoundHandle( SoundHandle* handle ) in SequenceSoundHandle()
Dsnd_SoundHandle.cpp32 void SoundHandle::detail_DuplicateHandle( SoundHandle* handle ) in detail_DuplicateHandle()
Dsnd_SoundArchivePlayer.cpp732 SoundHandle* handle, in detail_SetupSound()
762 SoundHandle* handle, in detail_SetupSoundImpl()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Arc.cpp102 bool ARCInitHandle(void* arcStart, ARCHandle* handle) in ARCInitHandle()
127 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af) in ARCOpen()
171 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af) in ARCFastOpen()
230 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr) in ARCConvertPathToEntrynum()
343 bool ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ) in ARCEntrynumIsDir()
393 static u32 entryToPath(ARCHandle* handle, u32 entry, wchar_t* path, u32 maxlen) in entryToPath()
435 static bool ARCConvertEntrynumToPath(ARCHandle* handle, s32 entrynum, wchar_t* path, u32 maxlen) in ARCConvertEntrynumToPath()
490 bool ARCGetCurrentDir(ARCHandle* handle, wchar_t* path, u32 maxlen) in ARCGetCurrentDir()
500 ARCHandle* handle; in ARCGetStartAddrInMem() local
528 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName) in ARCChangeDir()
[all …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundPlayer.h464 SoundHandle handle; in ForEachSound() local
478 SoundHandle handle; in ForEachSound() local
497 SoundHandle handle; in ForEachSoundPriorityOrder() local
510 SoundHandle handle; in ForEachSoundPriorityOrder() local
Dsnd_ExternalSoundPlayer.h87 SoundHandle handle; in ForEachSound() local
101 SoundHandle handle; in ForEachSound() local
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Arc.h61 ARCHandle* handle; member
69 ARCHandle* handle; member
77 ARCHandle* handle; member
/NW4C-1.3.3/demos/snd/effect/sources/
Dmain.cpp231 nw::snd::SequenceSoundHandle handle( &m_Handle ); in OnUpdatePad() local
240 nw::snd::WaveSoundHandle handle( &m_Handle ); in OnUpdatePad() local
249 nw::snd::StreamSoundHandle handle( &m_Handle ); in OnUpdatePad() local