Home | History | Annotate | Download | only in libopensles

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
62 IDeviceVolume *this = (IDeviceVolume *) self;
63 interface_lock_poke(this);
64 this->mVolume[~deviceID] = volume;
65 interface_unlock_poke(this);
94 IDeviceVolume *this = (IDeviceVolume *) self;
95 interface_lock_peek(this);
96 SLint32 volume = this->mVolume[~deviceID];
97 interface_unlock_peek(this);
120 IDeviceVolume *this = (IDeviceVolume *) self;
121 this->mItf = &IDeviceVolume_Itf;
124 this->mVolume[i] = 10;