Home | History | Annotate | Download | only in itf

Lines Matching refs:thiz

30         IVisualization *thiz = (IVisualization *) self;
31 interface_lock_exclusive(thiz);
32 thiz->mCallback = callback;
33 thiz->mContext = pContext;
34 thiz->mRate = rate;
35 interface_unlock_exclusive(thiz);
65 IVisualization *thiz = (IVisualization *) self;
66 thiz->mItf = &IVisualization_Itf;
67 thiz->mCallback = NULL;
68 thiz->mContext = NULL;
69 thiz->mRate = 20000;