Lines Matching refs:thisObject

31     IObject *thisObject = InterfaceToIObject(thiz);  in HandleAdd()  local
32 assert(NULL != thisObject); in HandleAdd()
34 const ClassTable *clazz = thisObject->mClass; in HandleAdd()
38 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in HandleAdd()
42 object_lock_exclusive(thisObject); in HandleAdd()
50 object_unlock_exclusive(thisObject); in HandleAdd()
55 void *thisItf = (char *) thisObject + offset; in HandleAdd()
65 object_lock_exclusive(thisObject); in HandleAdd()
94 object_unlock_exclusive(thisObject); in HandleAdd()
115 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_AddInterface() local
116 const ClassTable *clazz = thisObject->mClass; in IDynamicInterfaceManagement_AddInterface()
125 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in IDynamicInterfaceManagement_AddInterface()
128 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
135 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
138 result = ThreadPool_add_ppi(&thisObject->mEngine->mThreadPool, HandleAdd, thiz, in IDynamicInterfaceManagement_AddInterface()
143 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
158 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
163 void *thisItf = (char *) thisObject + offset; in IDynamicInterfaceManagement_AddInterface()
173 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
191 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
211 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_RemoveInterface() local
212 const ClassTable *clazz = thisObject->mClass; in IDynamicInterfaceManagement_RemoveInterface()
220 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in IDynamicInterfaceManagement_RemoveInterface()
223 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_RemoveInterface()
232 void *thisItf = (char *) thisObject + offset; in IDynamicInterfaceManagement_RemoveInterface()
239 if (thisObject->mGottenMask & mask) { in IDynamicInterfaceManagement_RemoveInterface()
240 thisObject->mGottenMask &= ~mask; in IDynamicInterfaceManagement_RemoveInterface()
267 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_RemoveInterface()
287 IObject *thisObject = InterfaceToIObject(thiz); in HandleResume() local
288 assert(NULL != thisObject); in HandleResume()
290 const ClassTable *clazz = thisObject->mClass; in HandleResume()
294 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in HandleResume()
298 object_lock_exclusive(thisObject); in HandleResume()
306 object_unlock_exclusive(thisObject); in HandleResume()
311 void *thisItf = (char *) thisObject + offset; in HandleResume()
319 object_lock_exclusive(thisObject); in HandleResume()
343 object_unlock_exclusive(thisObject); in HandleResume()
363 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_ResumeInterface() local
364 const ClassTable *clazz = thisObject->mClass; in IDynamicInterfaceManagement_ResumeInterface()
373 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in IDynamicInterfaceManagement_ResumeInterface()
376 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
383 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
386 result = ThreadPool_add_ppi(&thisObject->mEngine->mThreadPool, HandleResume, in IDynamicInterfaceManagement_ResumeInterface()
391 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
406 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
419 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
432 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
446 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_RegisterCallback() local
447 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_RegisterCallback()
450 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_RegisterCallback()