Lines Matching full:thiz
29 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
30 assert(NULL != thiz);
31 IObject *thisObject = InterfaceToIObject(thiz);
92 slDynamicInterfaceManagementCallback callback = thiz->mCallback;
93 void *context = thiz->mContext;
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
114 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
115 IObject *thisObject = InterfaceToIObject(thiz);
138 result = ThreadPool_add_ppi(&thisObject->mEngine->mThreadPool, HandleAdd, thiz,
210 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
211 IObject *thisObject = InterfaceToIObject(thiz);
285 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
286 assert(NULL != thiz);
287 IObject *thisObject = InterfaceToIObject(thiz);
341 slDynamicInterfaceManagementCallback callback = thiz->mCallback;
342 void *context = thiz->mContext;
348 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
362 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
363 IObject *thisObject = InterfaceToIObject(thiz);
387 thiz, NULL, MPH);
411 void *thisItf = (char *) thiz + offset;
445 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
446 IObject *thisObject = InterfaceToIObject(thiz);
448 thiz->mCallback = callback;
449 thiz->mContext = pContext;
466 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
467 thiz->mItf = &IDynamicInterfaceManagement_Itf;
468 thiz->mCallback = NULL;
469 thiz->mContext = NULL;