Home
last modified time | relevance | path

Searched refs:pUuid (Results 1 – 10 of 10) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
Ddbdcd.h163 OUT struct DSP_UUID * pUuid);
203 IN struct DSP_UUID * pUuid,
233 IN struct DSP_UUID * pUuid,
263 IN struct DSP_UUID * pUuid,
367 extern DSP_STATUS DCD_RegisterObject(IN struct DSP_UUID * pUuid,
389 extern DSP_STATUS DCD_UnregisterObject(IN struct DSP_UUID * pUuid,
Duuidutil.h57 VOID UUID_UuidToString(IN struct DSP_UUID * pUuid, OUT CHAR * pszUuid,
76 OUT struct DSP_UUID * pUuid);
Ddbdcddef.h93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
DDSPManager.h176 extern DBAPI DSPManager_RegisterObject(struct DSP_UUID * pUuid,
192 extern DBAPI DSPManager_UnregisterObject(struct DSP_UUID * pUuid,
Dwcdioctl.h92 struct DSP_UUID *pUuid; member
98 struct DSP_UUID *pUuid; member
/hardware/ti/omap3/dspbridge/libbridge/inc/
Ddbdcd.h163 OUT struct DSP_UUID * pUuid);
203 IN struct DSP_UUID * pUuid,
233 IN struct DSP_UUID * pUuid,
263 IN struct DSP_UUID * pUuid,
367 extern DSP_STATUS DCD_RegisterObject(IN struct DSP_UUID * pUuid,
389 extern DSP_STATUS DCD_UnregisterObject(IN struct DSP_UUID * pUuid,
Ddbdcddef.h93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
DDSPManager.h176 extern DBAPI DSPManager_RegisterObject(struct DSP_UUID * pUuid,
192 extern DBAPI DSPManager_UnregisterObject(struct DSP_UUID * pUuid,
Dwcdioctl.h92 struct DSP_UUID *pUuid; member
98 struct DSP_UUID *pUuid; member
/hardware/ti/omap3/dspbridge/libbridge/
DDSPManager.c292 DBAPI DSPManager_RegisterObject(IN struct DSP_UUID *pUuid, in DSPManager_RegisterObject() argument
309 if ((pUuid == NULL) || (objType > DSP_DCDDELETELIBTYPE) || in DSPManager_RegisterObject()
316 tempStruct.ARGS_MGR_REGISTEROBJECT.pUuid = pUuid; in DSPManager_RegisterObject()
335 DBAPI DSPManager_UnregisterObject(IN struct DSP_UUID *pUuid, in DSPManager_UnregisterObject() argument
352 if ((pUuid == NULL) || (objType > DSP_DCDDELETELIBTYPE)) in DSPManager_UnregisterObject()
358 tempStruct.ARGS_MGR_UNREGISTEROBJECT.pUuid = pUuid; in DSPManager_UnregisterObject()