Searched refs:objectID (Results 1 - 10 of 10) sorted by relevance
/system/media/opensles/include/SLES/ |
H A D | OpenSLESUT.h | 25 extern const char *slesutObjectIDToString(SLuint32 objectID);
|
H A D | OpenSLES.h | 2634 SLuint32 objectID, 2641 SLuint32 objectID, 2646 SLuint32 objectID,
|
/system/media/opensles/libopensles/ |
H A D | OpenSLESUT.h | 25 extern const char *slesutObjectIDToString(SLuint32 objectID);
|
H A D | OpenSLESUT.c | 138 const char *slesutObjectIDToString(SLuint32 objectID) argument 152 return (0x1001 <= objectID) && (objectID <= 0x100A) ? objectIDstrings[objectID - 0x1001] : NULL;
|
H A D | locks.c | 116 SLuint32 objectID = IObjectToObjectID(this); local 124 switch (objectID) { 148 switch (objectID) { 168 if (SL_OBJECTID_AUDIOPLAYER == objectID) { 179 } else if (SL_OBJECTID_AUDIORECORDER == objectID) { 190 if (SL_OBJECTID_AUDIOPLAYER == objectID) {
|
H A D | classes.c | 428 const ClassTable *objectIDtoClass(SLuint32 objectID) argument 433 if ((objectID0 <= objectID) && ((objectID0 + sizeof(classes)/sizeof(classes[0])) > objectID)) { 434 return classes[objectID - objectID0];
|
H A D | IEngine.c | 624 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, 641 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) 648 const ClassTable *class__ = objectIDtoClass(objectID); 680 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) 688 const ClassTable *class__ = objectIDtoClass(objectID); 623 IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument 640 IEngine_QueryNumSupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) argument 679 IEngine_QuerySupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) argument
|
H A D | sles_allinclusive.h | 1208 extern const ClassTable *objectIDtoClass(SLuint32 objectID);
|
/system/media/opensles/tests/sandbox/ |
H A D | object.c | 40 SLuint32 objectID; local 47 for (objectID = FIRST_VALID - 1; objectID <= LAST_VALID + 1; ++objectID) { 48 printf("object ID %lx", objectID); 49 const char *string = slesutObjectIDToString(objectID); 53 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, NULL); 56 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, 61 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, 0, 70 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, [all...] |
/system/media/opensles/include/ |
H A D | OpenSLES.h | 2634 SLuint32 objectID, 2641 SLuint32 objectID, 2646 SLuint32 objectID,
|
Completed in 73 milliseconds