Home | History | Annotate | Download | only in libopensles

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
52 IOutputMix *this = (IOutputMix *) self;
53 interface_lock_exclusive(this);
54 this->mCallback = callback;
55 this->mContext = pContext;
56 interface_unlock_exclusive(this);
97 IOutputMix *this = (IOutputMix *) self;
98 this->mItf = &IOutputMix_Itf;
99 this->mCallback = NULL;
100 this->mContext = NULL;