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

/frameworks/wilhelm/src/itf/
H A DIEngine.c565 const ClassTable *pCMidiPlayer_class = objectIDtoClass(SL_OBJECTID_MIDIPLAYER); local
566 if (NULL == pCMidiPlayer_class) {
569 result = checkInterfaces(pCMidiPlayer_class, numInterfaces,
573 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);

Completed in 65 milliseconds