Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dsl_entry.cpp28 pInterfaceRequired, objectIDtoClass(SL_OBJECTID_ENGINE)); in slCreateEngine()
42 objectIDtoClass(SL_OBJECTID_ENGINE)); in slQueryNumSupportedEngineInterfaces()
57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE)); in slQuerySupportedEngineInterfaces()
Dhandlers.c29 (SL_OBJECTID_METADATAEXTRACTOR - SL_OBJECTID_ENGINE) + 1][ATTR_INDEX_MAX] = {
41 #define _(id) ((id) - SL_OBJECTID_ENGINE + XA_OBJECTID_CAMERADEVICE + 1)
Dlocks.cpp183 } else if ((SL_OBJECTID_ENGINE <= index) && (index <= SL_OBJECTID_METADATAEXTRACTOR)) { in object_unlock_exclusive_attributes_()
184 index -= SL_OBJECTID_ENGINE - XA_OBJECTID_CAMERADEVICE - 1; in object_unlock_exclusive_attributes_()
Dclasses.cpp190 SL_OBJECTID_ENGINE,
/frameworks/wilhelm/src/itf/
DIObject.cpp94 if (clazz == objectIDtoClass(SL_OBJECTID_ENGINE)) { in IObject_Realize()
114 if (async && (SL_OBJECTID_ENGINE != clazz->mSLObjectID)) { in IObject_Realize()
632 if (SL_OBJECTID_ENGINE == clazz->mSLObjectID) { in IObject_Destroy()
/frameworks/wilhelm/tests/sandbox/
Dobject.c45 #define FIRST_VALID SL_OBJECTID_ENGINE in main()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h109 #define SL_OBJECTID_ENGINE ((SLuint32) 0x00001001) macro