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

  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 151 * puIndex : index of signaled event object
155 * DSP_ETIMEOUT : Wait timed out. *puIndex is undetermined.
160 OUT UINT * puIndex,
sync.h 329 * puIndex: Location to store index of event that was signalled.
341 OUT UINT * puIndex);
wcdioctl.h 105 UINT *puIndex;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 151 * puIndex : index of signaled event object
155 * DSP_ETIMEOUT : Wait timed out. *puIndex is undetermined.
160 OUT UINT * puIndex,
sync.h 329 * puIndex: Location to store index of event that was signalled.
341 OUT UINT * puIndex);
wcdioctl.h 105 UINT *puIndex;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 255 UINT uCount, OUT UINT *puIndex, UINT uTimeout)
263 if ((aNotifications) && (puIndex)) {
271 tempStruct.ARGS_MGR_WAIT.puIndex = puIndex;
277 *puIndex = (UINT) -1;

Completed in 210 milliseconds