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

/frameworks/wilhelm/src/
H A Dsl_entry.c28 pInterfaceRequired, objectIDtoClass(SL_OBJECTID_ENGINE));
42 objectIDtoClass(SL_OBJECTID_ENGINE));
57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE));
H A Dhandlers.c29 (SL_OBJECTID_METADATAEXTRACTOR - SL_OBJECTID_ENGINE) + 1][ATTR_INDEX_MAX] = {
41 #define _(id) ((id) - SL_OBJECTID_ENGINE + XA_OBJECTID_CAMERADEVICE + 1)
H A Dlocks.c182 } else if ((SL_OBJECTID_ENGINE <= index) && (index <= SL_OBJECTID_METADATAEXTRACTOR)) {
183 index -= SL_OBJECTID_ENGINE - XA_OBJECTID_CAMERADEVICE - 1;
H A Dclasses.c187 SL_OBJECTID_ENGINE,
/frameworks/wilhelm/src/itf/
H A DIObject.c93 // note that SL_OBJECTID_ENGINE and XA_OBJECTID_ENGINE map to same class
94 if (clazz == objectIDtoClass(SL_OBJECTID_ENGINE)) {
114 if (async && (SL_OBJECTID_ENGINE != clazz->mSLObjectID)) {
634 if (SL_OBJECTID_ENGINE == clazz->mSLObjectID) {
/frameworks/wilhelm/tests/sandbox/
H A Dobject.c45 #define FIRST_VALID SL_OBJECTID_ENGINE
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h109 #define SL_OBJECTID_ENGINE ((SLuint32) 0x00001001) macro

Completed in 278 milliseconds