/frameworks/wilhelm/src/ |
D | sl_iid.cpp | 24 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 …]
|
D | sl_entry.cpp | 23 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in slCreateEngine() 53 SLInterfaceID *pInterfaceId) in slQuerySupportedEngineInterfaces()
|
D | xa_entry.cpp | 29 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired, in xaCreateEngine() 56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId, in xaQuerySupportedEngineInterfaces()
|
D | sles_allinclusive.h | 295 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid); 298 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, 433 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, 437 extern LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId,
|
D | entry.cpp | 29 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, in liCreateEngine() 213 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId, in liQuerySupportedInterfaces()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_Android.h | 85 extern SL_API const SLInterfaceID SL_IID_ANDROIDEFFECT; 95 SLInterfaceID effectImplementationId); 98 SLInterfaceID effectImplementationId); 101 SLInterfaceID effectImplementationId, 105 SLInterfaceID effectImplementationId, 109 SLInterfaceID effectImplementationId, 122 extern SL_API const SLInterfaceID SL_IID_ANDROIDEFFECTSEND; 132 SLInterfaceID effectImplementationId, 138 SLInterfaceID effectImplementationId, 151 SLInterfaceID effectImplementationId, [all …]
|
D | OpenSLES.h | 100 } * 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/ |
D | android_Effect.h | 94 extern SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, 97 extern SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid); 99 extern SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, 102 extern SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, 105 extern SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid, 109 extern bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid); 127 extern SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, 151 extern bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
|
D | android_Effect.cpp | 49 static inline SLuint32 KEY_FROM_GUID(SLInterfaceID pUuid) { in KEY_FROM_GUID() 556 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, in android_fxSend_attachToAux() 687 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor() 796 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_createEffect() 833 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_releaseEffect() 847 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) { in android_genericFx_setEnabled() 862 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled) in android_genericFx_isEnabled() 877 SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_sendCommand() 905 bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_hasEffect()
|
/frameworks/wilhelm/src/itf/ |
D | IAndroidEffect.cpp | 24 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()
|
D | IAndroidEffectCapabilities.cpp | 44 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()
|
D | IAndroidEffectSend.cpp | 23 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()
|
D | IEngine.cpp | 96 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() 413 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateAudioRecorder() 556 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateMidiPlayer() 602 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateListener() 639 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_Create3DGroup() 677 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateOutputMix() 726 SLDataSource *pDataSource, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, in IEngine_CreateMetadataExtractor() 771 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateExtensionObject() [all …]
|
D | IDynamicInterfaceManagement.cpp | 98 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/ |
D | OpenSLESUT.c | 34 const SLInterfaceID *iid; ///< The interface ID 42 #define _X(x) { (const SLInterfaceID *) &XA_IID_##x, "XA_IID_" #x } 112 void slesutPrintIID(SLInterfaceID iid) in slesutPrintIID() 133 void slesutPrintIIDs(SLInterfaceID *pInterfaceIds, SLboolean *pInterfaceRequired, in slesutPrintIIDs()
|
D | OpenSLESUT.h | 23 extern void slesutPrintIID(SLInterfaceID iid);
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestEffectCapabilities.cpp | 46 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/ |
D | engine.c | 35 SLInterfaceID *engine_ids = calloc(numSupportedInterfaces+1, sizeof(SLInterfaceID)); in main() 43 SLInterfaceID interfaceID; in main() 76 SLInterfaceID null_id[1] = {NULL}; in main()
|
D | multiplay.c | 147 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()
|
D | outputmix.c | 49 SLInterfaceID interfaceID; in main() 127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX, in main()
|
/frameworks/wilhelm/src/autogen/ |
D | IID_to_MPH.cpp | 30 int IID_to_MPH(const SLInterfaceID iid) in IID_to_MPH() 254 SLInterfaceID trial = &SL_IID_array[MPH]; in IID_to_MPH()
|
/frameworks/wilhelm/tools/hashgen/ |
D | part1.c | 30 int IID_to_MPH(const SLInterfaceID iid)
|
D | part8.c | 5 SLInterfaceID trial = &SL_IID_array[MPH];
|
D | test.c | 24 extern int IID_to_MPH(const SLInterfaceID iid);
|
/frameworks/wilhelm/src/desktop/ |
D | OutputMixExt.h | 22 extern const SLInterfaceID SL_IID_OUTPUTMIXEXT;
|