Searched refs:pCAudioPlayer_class (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIEngine.c182 const ClassTable *pCAudioPlayer_class = objectIDtoClass(SL_OBJECTID_AUDIOPLAYER); local
183 assert(NULL != pCAudioPlayer_class);
184 result = checkInterfaces(pCAudioPlayer_class, numInterfaces,
189 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self);
283 &thiz->mDataSink, pCAudioPlayer_class, requiredMask);

Completed in 131 milliseconds