Lines Matching refs:thisItf
55 void *thisItf = (char *) thisObject + offset; in HandleAdd() local
58 if ((NULL == expose) || (*expose)(thisItf)) { in HandleAdd()
68 ((size_t *) thisItf)[0] ^= ~0; in HandleAdd()
163 void *thisItf = (char *) thisObject + offset; in IDynamicInterfaceManagement_AddInterface() local
166 if ((NULL == expose) || (*expose)(thisItf)) { in IDynamicInterfaceManagement_AddInterface()
232 void *thisItf = (char *) thisObject + offset; in IDynamicInterfaceManagement_RemoveInterface() local
242 ((size_t *) thisItf)[0] ^= ~0; in IDynamicInterfaceManagement_RemoveInterface()
248 (*remove)(thisItf); in IDynamicInterfaceManagement_RemoveInterface()
311 void *thisItf = (char *) thisObject + offset; in HandleResume() local
314 (*resume)(thisItf); in HandleResume()
411 void *thisItf = (char *) thiz + offset; in IDynamicInterfaceManagement_ResumeInterface() local
414 (*resume)(thisItf); in IDynamicInterfaceManagement_ResumeInterface()