Home | History | Annotate | Download | only in itf

Lines Matching defs:thiz

62         IDeviceVolume *thiz = (IDeviceVolume *) self;
63 interface_lock_poke(thiz);
64 thiz->mVolume[~deviceID] = volume;
65 interface_unlock_poke(thiz);
94 IDeviceVolume *thiz = (IDeviceVolume *) self;
95 interface_lock_peek(thiz);
96 SLint32 volume = thiz->mVolume[~deviceID];
97 interface_unlock_peek(thiz);
120 IDeviceVolume *thiz = (IDeviceVolume *) self;
121 thiz->mItf = &IDeviceVolume_Itf;
124 thiz->mVolume[i] = 10;