Home | History | Annotate | Download | only in itf

Lines Matching defs:iid

98         const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
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
348 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
354 const SLInterfaceID iid, SLboolean async)
359 if (NULL == iid) {
366 if ((0 > (MPH = IID_to_MPH(iid))) ||