Home | History | Annotate | Download | only in libopensles

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
30 IVisualization *this = (IVisualization *) self;
31 interface_lock_exclusive(this);
32 this->mCallback = callback;
33 this->mContext = pContext;
34 this->mRate = rate;
35 interface_unlock_exclusive(this);
65 IVisualization *this = (IVisualization *) self;
66 this->mItf = &IVisualization_Itf;
67 this->mCallback = NULL;
68 this->mContext = NULL;
69 this->mRate = 20000;