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

  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 275 * hNotification: Handle or event name to be used for notification.
279 * DSP_EHANDLE: Invalid processor handle or hNotification.
290 hNotification);
DSPStream.h 269 * hNotification: Handle to be used for notification.
272 * DSP_EHANDLE: Invalid stream handle or invalid hNotification
280 struct DSP_NOTIFICATION* hNotification);
DSPNode.h 371 * hNotification: Handle of DSP_NOTIFICATION object.
374 * DSP_EHANDLE: Invalid node handle or hNotification.
381 struct DSP_NOTIFICATION* hNotification);
wcdioctl.h 168 struct DSP_NOTIFICATION* hNotification;
290 struct DSP_NOTIFICATION* hNotification;
371 struct DSP_NOTIFICATION* hNotification;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 275 * hNotification: Handle or event name to be used for notification.
279 * DSP_EHANDLE: Invalid processor handle or hNotification.
290 hNotification);
DSPStream.h 271 * hNotification: Handle to be used for notification.
274 * DSP_EHANDLE: Invalid stream handle or invalid hNotification
282 struct DSP_NOTIFICATION* hNotification);
DSPNode.h 371 * hNotification: Handle of DSP_NOTIFICATION object.
374 * DSP_EHANDLE: Invalid node handle or hNotification.
381 struct DSP_NOTIFICATION* hNotification);
wcdioctl.h 168 struct DSP_NOTIFICATION* hNotification;
290 struct DSP_NOTIFICATION* hNotification;
371 struct DSP_NOTIFICATION* hNotification;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 479 UINT uNotifyType, struct DSP_NOTIFICATION *hNotification)
488 if ((hProcessor) && (hNotification)) {
498 .hNotification = hNotification;
DSPNode.c 807 UINT uNotifyType, struct DSP_NOTIFICATION *hNotification)
815 if ((hNode) && (hNotification)) {
827 .hNotification = hNotification;
DSPStrm.c 701 UINT uNotifyType, struct DSP_NOTIFICATION *hNotification)
709 if ((hStream) && (hNotification)) {
721 .hNotification = hNotification;

Completed in 79 milliseconds