Lines Matching refs:iid
98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID in HandleAdd() local
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid); in HandleAdd()
106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface() argument
111 if (NULL == iid) { in IDynamicInterfaceManagement_AddInterface()
118 if ((0 > (MPH = IID_to_MPH(iid))) || in IDynamicInterfaceManagement_AddInterface()
201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid) in IDynamicInterfaceManagement_RemoveInterface() argument
207 if (NULL == iid) { in IDynamicInterfaceManagement_RemoveInterface()
214 if ((0 > (MPH = IID_to_MPH(iid))) || in IDynamicInterfaceManagement_RemoveInterface()
347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID in HandleResume() local
348 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid); in HandleResume()
354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface() argument
359 if (NULL == iid) { in IDynamicInterfaceManagement_ResumeInterface()
366 if ((0 > (MPH = IID_to_MPH(iid))) || in IDynamicInterfaceManagement_ResumeInterface()