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