Home
last modified time | relevance | path

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

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