HomeSort by relevance Sort by last modified time
    Searched refs:DSP_SIGNALEVENT (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 97 #define DSP_SIGNALEVENT 0x00000001
210 #define IsValidNotifyMask(x) ((x) & DSP_SIGNALEVENT)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 97 #define DSP_SIGNALEVENT 0x00000001
204 #define IsValidNotifyMask(x) ((x) & DSP_SIGNALEVENT)
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 424 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);
    [all...]

Completed in 42 milliseconds