OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSP_STREAMDONE
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
dbdefs.h
53
*! 23-Oct-2000 jeh Replaced DSP_STREAMSTATECHANGE with
DSP_STREAMDONE
.
116
#define
DSP_STREAMDONE
0x00001000
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/
dbdefs.h
53
*! 23-Oct-2000 jeh Replaced DSP_STREAMSTATECHANGE with
DSP_STREAMDONE
.
116
#define
DSP_STREAMDONE
0x00001000
180
DSP_STREAMDONE
| \
189
DSP_STREAMDONE
| \
199
#define IsValidStrmEvent(x) (((x) == 0) || (((x) & (
DSP_STREAMDONE
| \
201
!((x) & ~(
DSP_STREAMDONE
| \
Completed in 27 milliseconds