Lines Matching defs:snd

32 FMOD_CHANNELGROUP* getChannelGroupForSoundIndex(Uint32 snd)  in getChannelGroupForSoundIndex()
45 FMOD_CHANNEL* playSoundPlayer(int player, Uint32 snd, int vol) in playSoundPlayer()
89 FMOD_CHANNEL* playSoundPos(real_t x, real_t y, Uint32 snd, int vol) in playSoundPos()
187 FMOD_CHANNEL* playSoundPosLocal(real_t x, real_t y, Uint32 snd, int vol) in playSoundPosLocal()
273 FMOD_CHANNEL* playSoundEntity(Entity* entity, Uint32 snd, int vol) in playSoundEntity()
287 FMOD_CHANNEL* playSoundEntityLocal(Entity* entity, Uint32 snd, int vol) in playSoundEntityLocal()
305 FMOD_CHANNEL* playSound(Uint32 snd, int vol) in playSound()
812 OPENAL_CHANNELGROUP* getChannelGroupForSoundIndex(Uint32 snd) in getChannelGroupForSoundIndex()
825 OPENAL_SOUND* playSoundPlayer(int player, Uint32 snd, int vol) in playSoundPlayer()
869 OPENAL_SOUND* playSoundPos(real_t x, real_t y, Uint32 snd, int vol) in playSoundPos()
930 OPENAL_SOUND* playSoundPosLocal(real_t x, real_t y, Uint32 snd, int vol) in playSoundPosLocal()
979 OPENAL_SOUND* playSoundEntity(Entity* entity, Uint32 snd, int vol) in playSoundEntity()
993 OPENAL_SOUND* playSoundEntityLocal(Entity* entity, Uint32 snd, int vol) in playSoundEntityLocal()
1011 OPENAL_SOUND* playSound(Uint32 snd, int vol) in playSound()
1502 void* playSound(Uint32 snd, int vol) in playSound()
1507 void* playSoundPos(real_t x, real_t y, Uint32 snd, int vol) in playSoundPos()
1539 void* playSoundPosLocal(real_t x, real_t y, Uint32 snd, int vol) in playSoundPosLocal()
1544 void* playSoundEntity(Entity* entity, Uint32 snd, int vol) in playSoundEntity()
1553 void* playSoundEntityLocal(Entity* entity, Uint32 snd, int vol) in playSoundEntityLocal()
1562 void* playSoundPlayer(int player, Uint32 snd, int vol) in playSoundPlayer()