Home | History | Annotate | Download | only in itf

Lines Matching refs:thiz

26     I3DCommit *thiz = (I3DCommit *) self;
27 IObject *thisObject = InterfaceToIObject(thiz);
29 if (thiz->mDeferred) {
30 SLuint32 myGeneration = thiz->mGeneration;
32 ++thiz->mWaiting;
34 } while (thiz->mGeneration == myGeneration);
47 I3DCommit *thiz = (I3DCommit *) self;
48 IObject *thisObject = InterfaceToIObject(thiz);
50 thiz->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize
65 I3DCommit *thiz = (I3DCommit *) self;
66 thiz->mItf = &I3DCommit_Itf;
67 thiz->mDeferred = SL_BOOLEAN_FALSE;
68 thiz->mGeneration = 0;
69 thiz->mWaiting = 0;