Home
last modified time | relevance | path

Searched refs:mExpose (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.cpp56 BoolHook expose = MPH_init_table[MPH].mExpose; in HandleAdd()
165 BoolHook expose = MPH_init_table[MPH].mExpose; in IDynamicInterfaceManagement_AddInterface()
/frameworks/wilhelm/src/
Dentry.cpp114 BoolHook expose = mi->mExpose; in liCreateEngine()
Dsles_allinclusive.h290 BoolHook mExpose; // called after initialization, only if interface is exposed to application member
Dsles.cpp562 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ? in construct()