Lines Matching refs:objectID
771 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, in IEngine_CreateExtensionObject() argument
788 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) in IEngine_QueryNumSupportedInterfaces() argument
795 const ClassTable *clazz = objectIDtoClass(objectID); in IEngine_QueryNumSupportedInterfaces()
827 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) in IEngine_QuerySupportedInterfaces() argument
835 const ClassTable *clazz = objectIDtoClass(objectID); in IEngine_QuerySupportedInterfaces()
1311 void *pParameters, XAuint32 objectID, XAuint32 numInterfaces, in IXAEngine_CreateExtensionObject() argument
1316 (SLObjectItf *) pObject, pParameters, objectID, numInterfaces, in IXAEngine_CreateExtensionObject()
1356 static XAresult IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QueryNumSupportedInterfaces() argument
1361 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, in IXAEngine_QueryNumSupportedInterfaces()
1366 static XAresult IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QuerySupportedInterfaces() argument
1371 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, index, in IXAEngine_QuerySupportedInterfaces()