Searched refs:DSP_SIGNALEVENT (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Ddbdefs.h97 #define DSP_SIGNALEVENT 0x00000001 macro
210 #define IsValidNotifyMask(x) ((x) & DSP_SIGNALEVENT)
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Ddbdefs.h97 #define DSP_SIGNALEVENT 0x00000001 macro
204 #define IsValidNotifyMask(x) ((x) & DSP_SIGNALEVENT)
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c424 status = DSPNode_RegisterNotify(phandle->dspCodec->hNode, DSP_NODEMESSAGEREADY, DSP_SIGNALEVENT, notification);
440 status = DSPProcessor_RegisterNotify(phandle->dspCodec->hProc, DSP_MMUFAULT, DSP_SIGNALEVENT, notification_mmufault);
456 status = DSPProcessor_RegisterNotify(phandle->dspCodec->hProc, DSP_SYSERROR, DSP_SIGNALEVENT, notification_syserror);
733 status = DSPNode_RegisterNotify(phandle->dspCodec->hNode, DSP_NODEMESSAGEREADY, DSP_SIGNALEVENT, notification);
749 status = DSPProcessor_RegisterNotify(phandle->dspCodec->hProc, DSP_MMUFAULT, DSP_SIGNALEVENT, notification_mmufault);
765 status = DSPProcessor_RegisterNotify(phandle->dspCodec->hProc, DSP_SYSERROR, DSP_SIGNALEVENT, notification_syserror);
1648 /* status = DSPNode_RegisterNotify(hInterface->dspCodec->hProc, 0, DSP_SIGNALEVENT, codec->g_aNotificationObjects[1]);

Completed in 72 milliseconds