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

  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 32 * DSPProcessor_RegisterNotify
51 *! 07-Sep-2000 jeh Changed type HANDLE in DSPProcessor_RegisterNotify to
268 * ======== DSPProcessor_RegisterNotify ========
286 extern DBAPI DSPProcessor_RegisterNotify(DSP_HPROCESSOR hProcessor,
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 32 * DSPProcessor_RegisterNotify
51 *! 07-Sep-2000 jeh Changed type HANDLE in DSPProcessor_RegisterNotify to
268 * ======== DSPProcessor_RegisterNotify ========
286 extern DBAPI DSPProcessor_RegisterNotify(DSP_HPROCESSOR hProcessor,
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 34 * DSPProcessor_RegisterNotify
45 *! 27-Jun-2001 rr: DSPProcessor_RegisterNotify allows EventMask =0
53 *! 07-Sep-2000 jeh Changed type HANDLE in DSPProcessor_RegisterNotify to
474 * ======== DSPProcessor_RegisterNotify ========
478 DBAPI DSPProcessor_RegisterNotify(DSP_HPROCESSOR hProcessor, UINT uEventMask,
485 (TEXT("PROC: DSPProcessor_RegisterNotify\r\n")));
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 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);
749 status = DSPProcessor_RegisterNotify(phandle->dspCodec->hProc, DSP_MMUFAULT, DSP_SIGNALEVENT, notification_mmufault);
    [all...]

Completed in 486 milliseconds