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

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 428 struct DSP_NOTIFICATION* notification_mmufault; local
432 LCML_MALLOC(notification_mmufault,sizeof(struct DSP_NOTIFICATION),struct DSP_NOTIFICATION);
433 if(notification_mmufault == NULL)
438 memset(notification_mmufault,0,sizeof(struct DSP_NOTIFICATION));
440 status = DSPProcessor_RegisterNotify(phandle->dspCodec->hProc, DSP_MMUFAULT, DSP_SIGNALEVENT, notification_mmufault);
442 phandle->g_aNotificationObjects[1] = notification_mmufault;
737 struct DSP_NOTIFICATION* notification_mmufault; local
741 LCML_MALLOC(notification_mmufault,sizeof(struct DSP_NOTIFICATION),struct DSP_NOTIFICATION);
742 if(notification_mmufault == NULL)
747 memset(notification_mmufault,0,sizeof(struct DSP_NOTIFICATION))
    [all...]

Completed in 58 milliseconds