Lines Matching refs:NULL
59 m_pPlayerHeap = NULL; in Initialize()
60 m_pGeneralHandle = NULL; in Initialize()
61 m_pTempGeneralHandle = NULL; in Initialize()
62 m_pSoundPlayer = NULL; in Initialize()
63 m_pSoundActor = NULL; in Initialize()
64 m_pExtSoundPlayer = NULL; in Initialize()
68 m_AmbientInfo.paramUpdateCallback = NULL; in Initialize()
69 m_AmbientInfo.argUpdateCallback = NULL; in Initialize()
70 m_AmbientInfo.argAllocatorCallback = NULL; in Initialize()
71 m_AmbientInfo.arg = NULL; in Initialize()
181 if ( m_pPlayerHeap != NULL ) { in Finalize()
186 if ( m_pSoundPlayer != NULL ) m_pSoundPlayer->detail_RemoveSound( this ); in Finalize()
187 if ( m_pExtSoundPlayer != NULL ) m_pExtSoundPlayer->RemoveSound( this ); in Finalize()
189 if ( m_AmbientInfo.argAllocatorCallback != NULL ) in Finalize()
192 m_AmbientInfo.arg = NULL; in Finalize()
422 if ( m_AmbientInfo.argUpdateCallback != NULL ) in Update()
430 if ( m_AmbientInfo.paramUpdateCallback != NULL ) in Update()
469 if ( m_pSoundActor != NULL ) in Update()
630 NW_ASSERT( m_pPlayerHeap == NULL ); in AttachPlayerHeap()
650 m_pPlayerHeap = NULL; in DetachPlayerHeap()
665 NW_ASSERT( m_pSoundPlayer == NULL ); in AttachSoundPlayer()
685 m_pSoundPlayer = NULL; in DetachSoundPlayer()
700 NW_ASSERT( m_pSoundActor == NULL ); in AttachSoundActor()
720 m_pSoundActor = NULL; in DetachSoundActor()
735 NW_ASSERT( m_pExtSoundPlayer == NULL ); in AttachExternalSoundPlayer()
755 m_pExtSoundPlayer = NULL; in DetachExternalSoundPlayer()
800 if ( m_pSoundPlayer != NULL ) in SetPlayerPriority()
1011 if ( ambientArg == NULL ) { in SetAmbientInfo()
1012 NW_WARNING( ambientArg != NULL, "Failed to alloc AmbientArg." ); in SetAmbientInfo()
1034 if ( ambientInfo.paramUpdateCallback == NULL ) return 0; in GetAmbientPriority()
1047 return m_pGeneralHandle != NULL; in IsAttachedGeneralHandle()
1052 return m_pTempGeneralHandle != NULL; in IsAttachedTempGeneralHandle()