Home
last modified time | relevance | path

Searched refs:playerHeap (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/demos/snd/playerHeap/
DOMakefile19 TARGET_PROGRAM = playerHeap
28 SARC_PATH = $(GetBcsar $(ROMFS_ROOT), playerHeap)
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp470 internal::PlayerHeap& playerHeap = m_PlayerHeapList.GetFront(); in detail_AllocPlayerHeap() local
474 playerHeap.AttachSound( pSound ); in detail_AllocPlayerHeap()
475 pSound->AttachPlayerHeap( &playerHeap ); in detail_AllocPlayerHeap()
480 return &playerHeap; in detail_AllocPlayerHeap()
Dsnd_SoundArchivePlayer.cpp391 internal::PlayerHeap* playerHeap = new ( buf ) internal::PlayerHeap(); in CreatePlayerHeap() local
403 bool result = playerHeap->Create( buf, heapSize ); in CreatePlayerHeap()
410 return playerHeap; in CreatePlayerHeap()
454 internal::PlayerHeap* playerHeap = CreatePlayerHeap( in SetupSoundPlayer() local
457 NW_WARNING( playerHeap != NULL, in SetupSoundPlayer()
459 if ( playerHeap == NULL ) in SetupSoundPlayer()
463 player->detail_AppendPlayerHeap( playerHeap ); in SetupSoundPlayer()
/NW4C-1.3.3/demos/snd/
DOMakefile110 playerHeap \