Home
last modified time | relevance | path

Searched refs:d_v (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/demos/axdemo/src/
Daxfilter.c557 DEMO_VOICE *d_v; in ax_drop_voice_callback() local
561d_v = &demo_voices[ax_v->index]; // Its index corresponds uniquely to a DEMO_VOICE in our abstr… in ax_drop_voice_callback()
565d_v->ax_voice = NULL; // Delete the reference to the AX voice from the DEMO_VOICE. in ax_drop_voice_callback()
566d_v->sp_entry = NULL; // Delete the reference to the SP entry from the DEMO_VOICE. in ax_drop_voice_callback()
570 while(d_v->link) in ax_drop_voice_callback()
572 if (d_v->ax_voice) in ax_drop_voice_callback()
577 AXSetVoiceState(d_v->ax_voice, AX_PB_STATE_STOP); in ax_drop_voice_callback()
579 tmp_d_v = d_v; // save current DEMO_VOICE reference in ax_drop_voice_callback()
580 d_v = d_v->link; // advance through the links in ax_drop_voice_callback()