Home
last modified time | relevance | path

Searched refs:pCVibraDevice_class (Results 1 – 1 of 1) sorted by relevance

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