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

/frameworks/wilhelm/src/itf/
H A DIEngine.c105 const ClassTable *pCLEDDevice_class = objectIDtoClass(SL_OBJECTID_LEDDEVICE); local
106 if (NULL == pCLEDDevice_class) {
109 result = checkInterfaces(pCLEDDevice_class, numInterfaces, pInterfaceIds,
113 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);

Completed in 8 milliseconds