Home
last modified time | relevance | path

Searched refs:thisItf (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c55 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()
[all …]
DIObject.c588 void *thisItf = (char *) thiz + offset; in IObject_Destroy() local
600 (*remove)(thisItf); in IObject_Destroy()
609 (*deinit)(thisItf); in IObject_Destroy()