Home
last modified time | relevance | path

Searched refs:SLInterfaceID (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/wilhelm/src/
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_AUDIOIODEVICECAPABILITIES = &SL_IID_array[MPH_AUDIOIODEVICECAPABILITIES];
[all …]
Dsl_entry.c23 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in slCreateEngine()
53 SLInterfaceID *pInterfaceId) in slQuerySupportedEngineInterfaces()
Dxa_entry.c29 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired, in xaCreateEngine()
56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId, in xaQuerySupportedEngineInterfaces()
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,
Dentry.c30 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, in liCreateEngine()
215 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId, in liQuerySupportedInterfaces()
/frameworks/wilhelm/include/SLES/
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 effectImplementationId,
[all …]
DOpenSLES.h100 } * SLInterfaceID; typedef
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_METADATATRAVERSAL;
[all …]
/frameworks/wilhelm/src/android/
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,
Dandroid_Effect.cpp49 static inline SLuint32 KEY_FROM_GUID(SLInterfaceID pUuid) { in KEY_FROM_GUID()
521 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, in android_fxSend_attachToAux()
651 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
760 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_createEffect()
797 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_releaseEffect()
811 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) { in android_genericFx_setEnabled()
826 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled) in android_genericFx_isEnabled()
841 SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_sendCommand()
869 bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_hasEffect()
/frameworks/wilhelm/src/itf/
DIAndroidEffect.cpp24 SLInterfaceID effectImplementationId) { in IAndroidEffect_CreateEffect()
50 SLInterfaceID effectImplementationId) { in IAndroidEffect_ReleaseEffect()
62 SLInterfaceID effectImplementationId, SLboolean enabled) { in IAndroidEffect_SetEnabled()
74 SLInterfaceID effectImplementationId, SLboolean * pEnabled) { in IAndroidEffect_IsEnabled()
86 SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize, in IAndroidEffect_SendCommand()
DIAndroidEffectCapabilities.c44 SLuint32 index, SLInterfaceID *pEffectType, SLInterfaceID *pEffectImplementation, in IAndroidEffectCapabilities_QueryEffect()
55 *pEffectType = (SLInterfaceID) &thiz->mFxDescriptors[index].type; in IAndroidEffectCapabilities_QueryEffect()
58 *pEffectImplementation = (SLInterfaceID) &thiz->mFxDescriptors[index].uuid; in IAndroidEffectCapabilities_QueryEffect()
DIAndroidEffectSend.c23 SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel) in IAndroidEffectSend_EnableEffectSend()
60 SLInterfaceID effectImplementationId, SLboolean *pEnable) in IAndroidEffectSend_IsEnabled()
142 SLInterfaceID effectImplementationId, SLmillibel sendLevel) in IAndroidEffectSend_SetSendLevel()
183 SLInterfaceID effectImplementationId, SLmillibel *pSendLevel) in IAndroidEffectSend_GetSendLevel()
DIEngine.c96 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateLEDDevice()
134 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateVibraDevice()
173 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateAudioPlayer()
412 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateAudioRecorder()
555 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateMidiPlayer()
601 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateListener()
638 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_Create3DGroup()
676 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateOutputMix()
725 SLDataSource *pDataSource, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, in IEngine_CreateMetadataExtractor()
770 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateExtensionObject()
[all …]
DIDynamicInterfaceManagement.c98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID in HandleAdd()
106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface()
201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid) in IDynamicInterfaceManagement_RemoveInterface()
347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID in HandleResume()
354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface()
/frameworks/wilhelm/src/ut/
DOpenSLESUT.c32 const SLInterfaceID *iid; ///< The interface ID
106 void slesutPrintIID(SLInterfaceID iid) in slesutPrintIID()
127 void slesutPrintIIDs(SLInterfaceID *pInterfaceIds, SLboolean *pInterfaceRequired, in slesutPrintIIDs()
DOpenSLESUT.h23 extern void slesutPrintIID(SLInterfaceID iid);
/frameworks/wilhelm/tests/examples/
DslesTestEffectCapabilities.cpp46 void guidToString(const SLInterfaceID guid, char *str) { in guidToString()
80 SLInterfaceID iidArray[MAX_NUMBER_INTERFACES]; in TestGenericFxCapabilities()
124 SLInterfaceID effectType, effectImplementation; in TestGenericFxCapabilities()
/frameworks/wilhelm/tests/sandbox/
Dengine.c35 SLInterfaceID *engine_ids = calloc(numSupportedInterfaces+1, sizeof(SLInterfaceID)); in main()
43 SLInterfaceID interfaceID; in main()
76 SLInterfaceID null_id[1] = {NULL}; in main()
Dmultiplay.c147 const SLInterfaceID engine_ids[] = {SL_IID_ENGINE}; in main()
159 const SLInterfaceID mix_ids[] = {SL_IID_VOLUME}; in main()
182 const SLInterfaceID player_ids[] = in main()
Doutputmix.c49 SLInterfaceID interfaceID; in main()
127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX, in main()
/frameworks/wilhelm/src/autogen/
DIID_to_MPH.c30 int IID_to_MPH(const SLInterfaceID iid) in IID_to_MPH()
324 SLInterfaceID trial = &SL_IID_array[MPH]; in IID_to_MPH()
/frameworks/wilhelm/tools/hashgen/
Dpart1.c30 int IID_to_MPH(const SLInterfaceID iid)
Dpart8.c5 SLInterfaceID trial = &SL_IID_array[MPH];
/frameworks/wilhelm/src/desktop/
DOutputMixExt.h22 extern const SLInterfaceID SL_IID_OUTPUTMIXEXT;
/frameworks/wilhelm/tests/automated/
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 };

123