Home | History | Annotate | Download | only in itf

Lines Matching defs:thiz

34         IAndroidConfiguration *thiz = (IAndroidConfiguration *) self;
35 interface_lock_exclusive(thiz);
38 switch (IObjectToObjectID((thiz)->mThis)) {
42 result = android_audioRecorder_setConfig((CAudioRecorder *) thiz->mThis, configKey,
48 result = android_audioPlayer_setConfig((CAudioPlayer *) thiz->mThis, configKey,
56 interface_unlock_exclusive(thiz);
75 IAndroidConfiguration *thiz = (IAndroidConfiguration *) self;
76 interface_lock_exclusive(thiz);
79 switch (IObjectToObjectID((thiz)->mThis)) {
81 result = android_audioRecorder_getConfig((CAudioRecorder *) thiz->mThis, configKey,
85 result = android_audioPlayer_getConfig((CAudioPlayer *) thiz->mThis, configKey,
92 interface_unlock_exclusive(thiz);
106 IAndroidConfiguration *thiz = (IAndroidConfiguration *) self;
107 thiz->mItf = &IAndroidConfiguration_Itf;