Lines Matching refs:objectID
759 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, in IEngine_CreateExtensionObject() argument
776 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) in IEngine_QueryNumSupportedInterfaces() argument
783 const ClassTable *clazz = objectIDtoClass(objectID); in IEngine_QueryNumSupportedInterfaces()
815 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) in IEngine_QuerySupportedInterfaces() argument
823 const ClassTable *clazz = objectIDtoClass(objectID); in IEngine_QuerySupportedInterfaces()
1295 void *pParameters, XAuint32 objectID, XAuint32 numInterfaces, in IXAEngine_CreateExtensionObject() argument
1300 (SLObjectItf *) pObject, pParameters, objectID, numInterfaces, in IXAEngine_CreateExtensionObject()
1340 static XAresult IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QueryNumSupportedInterfaces() argument
1345 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, in IXAEngine_QueryNumSupportedInterfaces()
1350 static XAresult IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QuerySupportedInterfaces() argument
1355 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, index, in IXAEngine_QuerySupportedInterfaces()