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

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

Completed in 24 milliseconds