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

/frameworks/wilhelm/src/itf/
H A DIEngine.c144 const ClassTable *pCVibraDevice_class = objectIDtoClass(SL_OBJECTID_VIBRADEVICE); local
145 if (NULL == pCVibraDevice_class) {
148 result = checkInterfaces(pCVibraDevice_class, numInterfaces,
152 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self);

Completed in 14 milliseconds