HomeSort by relevance Sort by last modified time
    Searched full:notification_syserror (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 444 struct DSP_NOTIFICATION* notification_syserror ; local
448 LCML_MALLOC(notification_syserror,sizeof(struct DSP_NOTIFICATION),struct DSP_NOTIFICATION);
449 if(notification_syserror == NULL)
454 memset(notification_syserror,0,sizeof(struct DSP_NOTIFICATION));
456 status = DSPProcessor_RegisterNotify(phandle->dspCodec->hProc, DSP_SYSERROR, DSP_SIGNALEVENT, notification_syserror);
458 phandle->g_aNotificationObjects[2] = notification_syserror;
753 struct DSP_NOTIFICATION* notification_syserror ; local
    [all...]

Completed in 500 milliseconds