Lines Matching refs:thiz

32     IStreamInformation *thiz = (IStreamInformation *) self;
33 interface_lock_shared(thiz);
35 *info = thiz->mStreamInfoTable.itemAt(0).containerInfo;
36 interface_unlock_shared(thiz);
70 IStreamInformation *thiz = (IStreamInformation *) self;
72 interface_lock_shared(thiz);
74 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain;
85 interface_unlock_shared(thiz);
107 IStreamInformation *thiz = (IStreamInformation *) self;
109 interface_lock_shared(thiz);
111 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
152 interface_unlock_shared(thiz);
172 IStreamInformation *thiz = (IStreamInformation *) self;
173 interface_lock_shared(thiz);
175 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
202 interface_unlock_shared(thiz);
219 IStreamInformation *thiz = (IStreamInformation *) self;
221 interface_lock_exclusive(thiz);
223 thiz->mCallback = callback;
224 thiz->mContext = pContext;
227 interface_unlock_exclusive(thiz);
245 IStreamInformation *thiz = (IStreamInformation *) self;
246 interface_lock_shared(thiz);
249 *numStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
252 interface_unlock_shared(thiz);
289 IStreamInformation *thiz = (IStreamInformation *) self;
290 thiz->mItf = &IStreamInformation_Itf;
292 thiz->mCallback = NULL;
293 thiz->mContext = NULL;
296 thiz->mActiveStreams[i] = XA_BOOLEAN_FALSE;
301 (void) new (&thiz->mStreamInfoTable) android::Vector<StreamInfo>();
310 thiz->mStreamInfoTable.add(contInf);
317 IStreamInformation *thiz = (IStreamInformation *) self;
319 thiz->mStreamInfoTable.~Vector<StreamInfo>();