Searched refs:thisItf (Results 1 – 2 of 2) sorted by relevance
55 void *thisItf = (char *) thisObject + offset; in HandleAdd() local58 if ((NULL == expose) || (*expose)(thisItf)) { in HandleAdd()68 ((size_t *) thisItf)[0] ^= ~0; in HandleAdd()163 void *thisItf = (char *) thisObject + offset; in IDynamicInterfaceManagement_AddInterface() local166 if ((NULL == expose) || (*expose)(thisItf)) { in IDynamicInterfaceManagement_AddInterface()232 void *thisItf = (char *) thisObject + offset; in IDynamicInterfaceManagement_RemoveInterface() local242 ((size_t *) thisItf)[0] ^= ~0; in IDynamicInterfaceManagement_RemoveInterface()248 (*remove)(thisItf); in IDynamicInterfaceManagement_RemoveInterface()311 void *thisItf = (char *) thisObject + offset; in HandleResume() local314 (*resume)(thisItf); in HandleResume()[all …]
588 void *thisItf = (char *) thiz + offset; in IObject_Destroy() local600 (*remove)(thisItf); in IObject_Destroy()609 (*deinit)(thisItf); in IObject_Destroy()