Searched defs:thisItf (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c55 void *thisItf = (char *) thisObject + offset; local
58 if ((NULL == expose) || (*expose)(thisItf)) {
68 ((size_t *) thisItf)[0] ^= ~0;
163 void *thisItf = (char *) thisObject + offset; local
166 if ((NULL == expose) || (*expose)(thisItf)) {
232 void *thisItf = (char *) thisObject + offset; local
242 ((size_t *) thisItf)[0] ^= ~0;
248 (*remove)(thisItf);
311 void *thisItf = (char *) thisObject + offset; local
314 (*resume)(thisItf);
411 void *thisItf = (char *) thiz + offset; local
[all...]
H A DIObject.c588 void *thisItf = (char *) thiz + offset; local
600 (*remove)(thisItf);
609 (*deinit)(thisItf);

Completed in 858 milliseconds