Searched refs:SLInterfaceID (Results 1 - 25 of 59) sorted by relevance

123

/frameworks/wilhelm/src/
H A Dsl_iid.c24 const SLInterfaceID SL_IID_3DCOMMIT = &SL_IID_array[MPH_3DCOMMIT];
25 const SLInterfaceID SL_IID_3DDOPPLER = &SL_IID_array[MPH_3DDOPPLER];
26 const SLInterfaceID SL_IID_3DGROUPING = &SL_IID_array[MPH_3DGROUPING];
27 const SLInterfaceID SL_IID_3DLOCATION = &SL_IID_array[MPH_3DLOCATION];
28 const SLInterfaceID SL_IID_3DMACROSCOPIC = &SL_IID_array[MPH_3DMACROSCOPIC];
29 const SLInterfaceID SL_IID_3DSOURCE = &SL_IID_array[MPH_3DSOURCE];
30 const SLInterfaceID SL_IID_AUDIODECODERCAPABILITIES = &SL_IID_array[MPH_AUDIODECODERCAPABILITIES];
31 const SLInterfaceID SL_IID_AUDIOENCODER = &SL_IID_array[MPH_AUDIOENCODER];
32 const SLInterfaceID SL_IID_AUDIOENCODERCAPABILITIES = &SL_IID_array[MPH_AUDIOENCODERCAPABILITIES];
33 const SLInterfaceID SL_IID_AUDIOIODEVICECAPABILITIE
[all...]
H A Dsl_entry.c23 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
53 SLInterfaceID *pInterfaceId)
H A Dxa_entry.c29 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired,
56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId,
H A Dentry.c30 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired,
215 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId,
H A Dsles_allinclusive.h295 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid);
298 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,
425 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired,
429 extern LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId,
/frameworks/wilhelm/tools/hashgen/
H A Dpart1.c28 /** \brief Map SLInterfaceID to its minimal perfect hash (MPH), or -1 if unknown */
30 int IID_to_MPH(const SLInterfaceID iid)
H A Dpart8.c5 SLInterfaceID trial = &SL_IID_array[MPH];
/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.h23 extern void slesutPrintIID(SLInterfaceID iid);
H A DOpenSLESUT.c32 const SLInterfaceID *iid; ///< The interface ID
106 void slesutPrintIID(SLInterfaceID iid)
127 void slesutPrintIIDs(SLInterfaceID *pInterfaceIds, SLboolean *pInterfaceRequired,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h84 extern SL_API const SLInterfaceID SL_IID_ANDROIDEFFECT;
94 SLInterfaceID effectImplementationId);
97 SLInterfaceID effectImplementationId);
100 SLInterfaceID effectImplementationId,
104 SLInterfaceID effectImplementationId,
108 SLInterfaceID effectImplementationId,
121 extern SL_API const SLInterfaceID SL_IID_ANDROIDEFFECTSEND;
131 SLInterfaceID effectImplementationId,
137 SLInterfaceID effectImplementationId,
150 SLInterfaceID effectImplementationI
[all...]
H A DOpenSLES.h100 } * SLInterfaceID; typedef in typeref:struct:SLInterfaceID_
240 extern SL_API const SLInterfaceID SL_IID_NULL;
386 extern SL_API const SLInterfaceID SL_IID_OBJECT;
416 const SLInterfaceID iid,
443 SLInterfaceID * pInterfaceIDs,
511 extern SL_API const SLInterfaceID SL_IID_AUDIOIODEVICECAPABILITIES;
629 extern SL_API const SLInterfaceID SL_IID_LED;
673 extern SL_API const SLInterfaceID SL_IID_VIBRA;
759 extern SL_API const SLInterfaceID SL_IID_METADATAEXTRACTION;
822 extern SL_API const SLInterfaceID SL_IID_METADATATRAVERSA
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.h79 extern SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid,
82 extern SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid);
84 extern SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
87 extern SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
90 extern SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid,
94 extern bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid);
112 extern SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid,
136 extern bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
H A Dandroid_Effect.cpp49 static inline SLuint32 KEY_FROM_GUID(SLInterfaceID pUuid) {
521 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach,
651 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
760 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid,
797 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) {
811 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) {
826 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled)
841 SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid,
869 bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid) {
/frameworks/wilhelm/src/desktop/
H A DOutputMixExt.h22 extern const SLInterfaceID SL_IID_OUTPUTMIXEXT;
/frameworks/wilhelm/src/itf/
H A DIAndroidEffect.cpp24 SLInterfaceID effectImplementationId) {
50 SLInterfaceID effectImplementationId) {
62 SLInterfaceID effectImplementationId, SLboolean enabled) {
74 SLInterfaceID effectImplementationId, SLboolean * pEnabled) {
86 SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize,
H A DIAndroidEffectCapabilities.c44 SLuint32 index, SLInterfaceID *pEffectType, SLInterfaceID *pEffectImplementation,
55 *pEffectType = (SLInterfaceID) &thiz->mFxDescriptors[index].type;
58 *pEffectImplementation = (SLInterfaceID) &thiz->mFxDescriptors[index].uuid;
H A DIAndroidEffectSend.c23 SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel)
60 SLInterfaceID effectImplementationId, SLboolean *pEnable)
142 SLInterfaceID effectImplementationId, SLmillibel sendLevel)
183 SLInterfaceID effectImplementationId, SLmillibel *pSendLevel)
H A DIDynamicInterfaceManagement.c98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
106 const SLInterfaceID iid, SLboolean async)
201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid)
347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
354 const SLInterfaceID iid, SLboolean async)
H A DIEngine.c96 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
134 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
173 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
412 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
555 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
601 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
638 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
676 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
725 SLDataSource *pDataSource, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,
770 const SLInterfaceID *pInterfaceId
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestEffectCapabilities.cpp46 void guidToString(const SLInterfaceID guid, char *str) {
80 SLInterfaceID iidArray[MAX_NUMBER_INTERFACES];
124 SLInterfaceID effectType, effectImplementation;
/frameworks/wilhelm/src/autogen/
H A DIID_to_MPH.c28 /** \brief Map SLInterfaceID to its minimal perfect hash (MPH), or -1 if unknown */
30 int IID_to_MPH(const SLInterfaceID iid)
324 SLInterfaceID trial = &SL_IID_array[MPH];
/frameworks/wilhelm/tests/sandbox/
H A Dengine.c35 SLInterfaceID *engine_ids = calloc(numSupportedInterfaces+1, sizeof(SLInterfaceID));
43 SLInterfaceID interfaceID;
76 SLInterfaceID null_id[1] = {NULL};
H A Dmultiplay.c147 const SLInterfaceID engine_ids[] = {SL_IID_ENGINE};
159 const SLInterfaceID mix_ids[] = {SL_IID_VOLUME};
182 const SLInterfaceID player_ids[] =
H A Doutputmix.c49 SLInterfaceID interfaceID;
127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX,
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp64 static const SLInterfaceID ids[1] = { SL_IID_BUFFERQUEUE };
66 static const SLInterfaceID ids_mutesolo[2] = { SL_IID_BUFFERQUEUE, SL_IID_MUTESOLO };
68 static const SLInterfaceID ids_seek[2] = { SL_IID_BUFFERQUEUE, SL_IID_SEEK };

Completed in 2365 milliseconds

123