Home | History | Annotate | Download | only in libopensles

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
26 I3DCommit *this = (I3DCommit *) self;
27 IObject *thisObject = InterfaceToIObject(this);
29 if (this->mDeferred) {
30 SLuint32 myGeneration = this->mGeneration;
32 ++this->mWaiting;
34 } while (this->mGeneration == myGeneration);
47 I3DCommit *this = (I3DCommit *) self;
48 IObject *thisObject = InterfaceToIObject(this);
50 this->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize
65 I3DCommit *this = (I3DCommit *) self;
66 this->mItf = &I3DCommit_Itf;
67 this->mDeferred = SL_BOOLEAN_FALSE;
68 this->mGeneration = 0;
69 this->mWaiting = 0;