Searched refs:AX_PB_STATE_STOP (Results 1 – 3 of 3) sorted by relevance
483 if ( AX_PB_STATE_STOP == ((vInfo[i].voice)->pb.state)) in AudioFrameCallback()645 AXSetVoiceState(vInfo[i].voice, AX_PB_STATE_STOP); in StopSfx()
797 if (Voices[i].voice->pb.state == AX_PB_STATE_STOP) in AudioFrameCallback()809 AXSetVoiceState(Voices[i].voice, AX_PB_STATE_STOP); in AudioFrameCallback()
601 #define AX_PB_STATE_STOP 0x0000 macro