Searched refs:CLEDDevice (Results 1 – 3 of 3) sorted by relevance
/frameworks/wilhelm/src/ |
D | classes.cpp | 204 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CLEDDevice, mObject)}, 206 offsetof(CLEDDevice, mDynamicInterfaceManagement)}, 207 {MPH_LED, INTERFACE_IMPLICIT, offsetof(CLEDDevice, mLEDArray)}, 215 sizeof(CLEDDevice),
|
D | classes.h | 219 } CLEDDevice; typedef
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.cpp | 114 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self); in IEngine_CreateLEDDevice()
|