Lines Matching refs:NULL
49 : m_pSoundArchive( NULL ), in SoundArchivePlayer()
52 m_SequenceUserprocCallback( NULL ), in SoundArchivePlayer()
53 m_pSequenceUserprocCallbackArg( NULL ), in SoundArchivePlayer()
55 m_pSoundPlayers( NULL ), in SoundArchivePlayer()
57 m_pSetupBufferAddress( NULL ), in SoundArchivePlayer()
86 if ( m_pSoundArchive == NULL ) return false; in IsAvailable()
166 m_pSoundArchive = NULL; in Finalize()
167 m_pSequenceTrackAllocator = NULL; in Finalize()
182 m_pSoundPlayers = NULL; in Finalize()
186 if ( m_pSetupBufferAddress != NULL ) in Finalize()
193 m_pSetupBufferAddress = NULL; in Finalize()
374 return NULL; in CreatePlayerHeap()
386 return NULL; in CreatePlayerHeap()
395 return NULL; in CreatePlayerHeap()
445 NW_WARNING( playerHeap != NULL, in SetupSoundPlayer()
447 if ( playerHeap == NULL ) in SetupSoundPlayer()
650 NW_ASSERTMSG( m_pSoundArchive != NULL, "Setup is not completed." ); in GetSoundArchive()
697 if ( sound == NULL ) return NULL; in AllocSound()
703 if ( ambientArgInfo != NULL ) in AllocSound()
714 if ( m_pSoundDataManager == NULL ) return NULL; in detail_GetFileAddress()
729 NULL, in detail_SetupSound()
730 NULL, in detail_SetupSound()
788 const SoundStartable::StartInfo::SeqSoundInfo* seqInfo = NULL; in detail_SetupSoundImpl()
789 if ( startInfo != NULL ) in detail_SetupSoundImpl()
819 if ( ambientArgInfo != NULL ) in detail_SetupSoundImpl()
827 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl()
828 if ( actor != NULL ) { in detail_SetupSoundImpl()
830 if ( extPlayer == NULL ) in detail_SetupSoundImpl()
847 if ( ( extPlayer != NULL ) && ( ! extPlayer->detail_CanPlaySound( allocPriority ) ) ) { in detail_SetupSoundImpl()
852 internal::BasicSound* sound = NULL; in detail_SetupSoundImpl()
853 internal::SequenceSound* seqSound = NULL; in detail_SetupSoundImpl()
854 internal::StreamSound* strmSound = NULL; in detail_SetupSoundImpl()
855 internal::WaveSound* waveSound = NULL; in detail_SetupSoundImpl()
867 if ( seqSound == NULL ) in detail_SetupSoundImpl()
889 if ( strmSound == NULL ) in detail_SetupSoundImpl()
911 if ( waveSound == NULL ) in detail_SetupSoundImpl()
965 if ( seqInfo != NULL ) in detail_SetupSoundImpl()
1061 if ( extPlayer != NULL ) in detail_SetupSoundImpl()
1071 if ( actor != NULL ) in detail_SetupSoundImpl()
1113 const internal::SequenceSoundFile* seqFile = NULL; in PrepareSeqImpl()
1114 io::FileStream* fileStream = NULL; in PrepareSeqImpl()
1119 if ( externalSeqInfo != NULL ) in PrepareSeqImpl()
1121 if ( externalSeqInfo->seqDataAddress != NULL ) in PrepareSeqImpl()
1128 if ( externalSeqInfo->startLocationLabel != NULL ) in PrepareSeqImpl()
1149 if ( seqFile == NULL ) in PrepareSeqImpl()
1156 if ( externalSeqInfo != NULL && externalSeqInfo->startLocationLabel != NULL ) in PrepareSeqImpl()
1172 if ( seqFile == NULL ) in PrepareSeqImpl()
1176 if ( pPlayerHeap == NULL ) in PrepareSeqImpl()
1192 if ( fileStream == NULL ) in PrepareSeqImpl()
1210 const void* bankFiles[ SoundArchive::SEQ_BANK_MAX ] = { NULL }; in PrepareSeqImpl()
1211 if ( externalSeqInfo != NULL ) in PrepareSeqImpl()
1236 if ( bankFile == NULL ) in PrepareSeqImpl()
1270 if ( fileStream != NULL ) in PrepareSeqImpl()
1288 if ( fileStream != NULL ) in PrepareSeqImpl()
1361 if ( seqFile != NULL ) in PrepareSeqImpl()
1507 if ( fileStream == NULL ) { in PrepareStreamImpl()
1552 if ( wsdData == NULL ) { in PrepareWaveSoundImpl()
1654 if ( ! m_pSoundArchivePlayer.IsAvailable() ) return NULL; in NoteOn()
1726 if ( warcFile == NULL ) in GetWaveSoundData()
1737 if ( waveFile == NULL ) in GetWaveSoundData()