Searched refs:pCLEDDevice_class (Results 1 - 1 of 1) sorted by path

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

Completed in 74 milliseconds