Searched refs:iid (Results 1 - 12 of 12) sorted by relevance

/system/media/wilhelm/tools/hashgen/
H A Dpart6.c2 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid)
3 return iid - &SL_IID_array[0];
4 if (NULL != iid) {
H A Dpart1.c30 int IID_to_MPH(const SLInterfaceID iid) argument
H A Dpart8.c6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
/system/media/wilhelm/src/ut/
H A DOpenSLESUT.h23 extern void slesutPrintIID(SLInterfaceID iid);
H A DOpenSLESUT.c32 const SLInterfaceID *iid; ///< The interface ID member in struct:__anon593
103 void slesutPrintIID(SLInterfaceID iid) argument
108 if (!memcmp(*p->iid, iid, sizeof(struct SLInterfaceID_))) {
115 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq,
116 iid->node[0], iid
[all...]
/system/media/wilhelm/src/autogen/
H A DIID_to_MPH.c30 int IID_to_MPH(const SLInterfaceID iid) argument
245 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid)
246 return iid - &SL_IID_array[0];
247 if (NULL != iid) {
249 unsigned key = asso_values[((unsigned char *)iid)[8]] +
250 asso_values[((unsigned char *)iid)[0]];
256 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
/system/media/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID local
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
106 const SLInterfaceID iid, SLboolean async)
111 if (NULL == iid) {
118 if ((0 > (MPH = IID_to_MPH(iid))) ||
201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid)
207 if (NULL == iid) {
214 if ((0 > (MPH = IID_to_MPH(iid))) ||
347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID local
348 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
105 IDynamicInterfaceManagement_AddInterface(SLDynamicInterfaceManagementItf self, const SLInterfaceID iid, SLboolean async) argument
200 IDynamicInterfaceManagement_RemoveInterface( SLDynamicInterfaceManagementItf self, const SLInterfaceID iid) argument
353 IDynamicInterfaceManagement_ResumeInterface(SLDynamicInterfaceManagementItf self, const SLInterfaceID iid, SLboolean async) argument
[all...]
H A DIObject.c325 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface) argument
333 if (NULL == iid) {
339 if ((0 > (MPH = IID_to_MPH(iid))) ||
703 SLInterfaceID iid = pInterfaceIDs[i]; local
704 if (NULL == iid) {
710 if ((0 <= (MPH = IID_to_MPH(iid))) &&
/system/media/wilhelm/src/
H A Dsles.c188 SLInterfaceID iid = pInterfaceIds[i]; local
189 if (NULL == iid) {
194 if ((0 > (MPH = IID_to_MPH(iid))) ||
H A Dsles_allinclusive.h294 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid);
/system/media/wilhelm/include/OMXAL/
H A DOpenMAXAL.h179 const XAInterfaceID iid,
253 const XAInterfaceID iid
259 const XAInterfaceID iid,
264 const XAInterfaceID iid
268 const XAInterfaceID iid,
/system/media/wilhelm/include/SLES/
H A DOpenSLES.h416 const SLInterfaceID iid,
1980 const SLInterfaceID iid
1987 const SLInterfaceID iid,
1992 const SLInterfaceID iid
1996 const SLInterfaceID iid,

Completed in 130 milliseconds