Lines Matching refs:iid
98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
99 (*callback)(&this->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))) ||
202 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid)
208 if (NULL == iid) {
215 if ((0 > (MPH = IID_to_MPH(iid))) ||
348 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
349 (*callback)(&this->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
355 const SLInterfaceID iid, SLboolean async)
360 if (NULL == iid) {
367 if ((0 > (MPH = IID_to_MPH(iid))) ||