Home
last modified time | relevance | path

Searched refs:CVibraDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/
Dclasses.cpp388 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CVibraDevice, mObject)},
390 offsetof(CVibraDevice, mDynamicInterfaceManagement)},
391 {MPH_VIBRA, INTERFACE_IMPLICIT, offsetof(CVibraDevice, mVibra)},
399 sizeof(CVibraDevice),
Dclasses.h318 } CVibraDevice; typedef
/frameworks/wilhelm/src/itf/
DIEngine.cpp152 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self); in IEngine_CreateVibraDevice()