Searched defs:handle (Results 1 – 12 of 12) sorted by relevance
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_SoundStartable.cpp | 82 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()
|
| D | snd_SoundActor.cpp | 190 SoundHandle* handle, in SetupSound() 217 SoundHandle* handle, in detail_SetupSoundWithAmbientInfo() 255 SoundHandle* handle, in detail_SetupSound()
|
| D | snd_Sound3DActor.cpp | 116 SoundHandle* handle, in SetupSound() 260 void Sound3DActor::ClearUpdateCallback( SoundHandle& handle ) in ClearUpdateCallback()
|
| D | snd_SequenceSoundHandle.cpp | 34 SequenceSoundHandle::SequenceSoundHandle( SoundHandle* handle ) in SequenceSoundHandle()
|
| D | snd_WaveSoundHandle.cpp | 24 WaveSoundHandle::WaveSoundHandle( SoundHandle* handle ) in WaveSoundHandle()
|
| D | snd_SoundHandle.cpp | 32 void SoundHandle::detail_DuplicateHandle( SoundHandle* handle ) in detail_DuplicateHandle()
|
| D | snd_SoundArchivePlayer.cpp | 720 SoundHandle* handle, in detail_SetupSound() 750 SoundHandle* handle, in detail_SetupSoundImpl()
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Arc.cpp | 102 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.2.23/include/nw/snd/ |
| D | snd_SoundPlayer.h | 463 SoundHandle handle; in ForEachSound() local 477 SoundHandle handle; in ForEachSound() local 496 SoundHandle handle; in ForEachSoundPriorityOrder() local 509 SoundHandle handle; in ForEachSoundPriorityOrder() local
|
| D | snd_ExternalSoundPlayer.h | 87 SoundHandle handle; in ForEachSound() local 101 SoundHandle handle; in ForEachSound() local
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Arc.h | 61 ARCHandle* handle; member 69 ARCHandle* handle; member 77 ARCHandle* handle; member
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 231 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
|