Searched refs:DSP_STREAMDONE (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Ddbdefs.h53 *! 23-Oct-2000 jeh Replaced DSP_STREAMSTATECHANGE with DSP_STREAMDONE.
116 #define DSP_STREAMDONE 0x00001000 macro
186 DSP_STREAMDONE | \
195 DSP_STREAMDONE | \
205 #define IsValidStrmEvent(x) (((x) == 0) || (((x) & (DSP_STREAMDONE | \
207 !((x) & ~(DSP_STREAMDONE | \
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Ddbdefs.h53 *! 23-Oct-2000 jeh Replaced DSP_STREAMSTATECHANGE with DSP_STREAMDONE.
116 #define DSP_STREAMDONE 0x00001000 macro
180 DSP_STREAMDONE | \
189 DSP_STREAMDONE | \
199 #define IsValidStrmEvent(x) (((x) == 0) || (((x) & (DSP_STREAMDONE | \
201 !((x) & ~(DSP_STREAMDONE | \

Completed in 13 milliseconds