Searched refs:m_pSoundDataManager (Results 1 – 2 of 2) sorted by relevance
150 m_pSoundDataManager = manager; in Initialize()714 if ( m_pSoundDataManager == NULL ) return NULL; in detail_GetFileAddress()716 return m_pSoundDataManager->detail_GetFileAddress( fileId ); in detail_GetFileAddress()1152 m_pSoundDataManager->detail_GetFileAddress( commonInfo->fileId ) in PrepareSeqImpl()1234 m_pSoundDataManager->detail_GetFileAddress( bankInfo.fileId ); in PrepareSeqImpl()1551 const void* wsdData = m_pSoundDataManager->detail_GetFileAddress( commonInfo->fileId ); in PrepareWaveSoundImpl()
552 const SoundDataManager* m_pSoundDataManager; variable