Home
last modified time | relevance | path

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

123

/aosp12/frameworks/wilhelm/src/
H A Dsl_iid.cpp37 const SLInterfaceID SL_IID_DYNAMICINTERFACEMANAGEMENT =
41 const SLInterfaceID SL_IID_ENGINE = &SL_IID_array[MPH_ENGINE];
45 const SLInterfaceID SL_IID_LED = &SL_IID_array[MPH_LED];
53 const SLInterfaceID SL_IID_NULL = &SL_IID_array[MPH_NULL];
56 const SLInterfaceID SL_IID_PITCH = &SL_IID_array[MPH_PITCH];
57 const SLInterfaceID SL_IID_PLAY = &SL_IID_array[MPH_PLAY];
63 const SLInterfaceID SL_IID_SEEK = &SL_IID_array[MPH_SEEK];
65 const SLInterfaceID SL_IID_VIBRA = &SL_IID_array[MPH_VIBRA];
71 extern const SLInterfaceID SL_IID_OUTPUTMIXEXT;
85 const SLInterfaceID SL_IID_ANDROIDACOUSTICECHOCANCELLATION =
[all …]
H A Dsl_entry.cpp23 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in slCreateEngine()
53 SLInterfaceID *pInterfaceId) in slQuerySupportedEngineInterfaces()
H A Dxa_entry.cpp29 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired, in xaCreateEngine()
56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId, in xaQuerySupportedEngineInterfaces()
H A Dsles_allinclusive.h295 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,
H A Dentry.cpp29 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, in liCreateEngine()
213 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId, in liQuerySupportedInterfaces()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h95 SLInterfaceID effectImplementationId);
98 SLInterfaceID effectImplementationId);
101 SLInterfaceID effectImplementationId,
105 SLInterfaceID effectImplementationId,
109 SLInterfaceID effectImplementationId,
132 SLInterfaceID effectImplementationId,
138 SLInterfaceID effectImplementationId,
151 SLInterfaceID effectImplementationId,
156 SLInterfaceID effectImplementationId,
181 SLInterfaceID *pEffectType,
[all …]
H A DOpenSLES.h100 } * SLInterfaceID; typedef
416 const SLInterfaceID iid,
443 SLInterfaceID * pInterfaceIDs,
1980 const SLInterfaceID iid
1987 const SLInterfaceID iid,
1992 const SLInterfaceID iid
1996 const SLInterfaceID iid,
2560 const SLInterfaceID * pInterfaceIds,
2568 const SLInterfaceID * pInterfaceIds,
2648 SLInterfaceID * pInterfaceId
[all …]
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_Effect.h94 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,
H A Dandroid_Effect.cpp51 static inline SLuint32 KEY_FROM_GUID(SLInterfaceID pUuid) { in KEY_FROM_GUID()
558 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, in android_fxSend_attachToAux()
697 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
806 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_createEffect()
849 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_releaseEffect()
863 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) { in android_genericFx_setEnabled()
878 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled) in android_genericFx_isEnabled()
893 SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_sendCommand()
921 bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_hasEffect()
/aosp12/frameworks/wilhelm/src/itf/
H A 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()
H A DIAndroidEffectCapabilities.cpp44 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()
H A DIEngine.cpp173 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()
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()
826 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) in IEngine_QuerySupportedInterfaces()
1293 (SLObjectItf *) pMix, numInterfaces, (const SLInterfaceID *) pInterfaceIds, in IXAEngine_CreateOutputMix()
1305 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired); in IXAEngine_CreateMetadataExtractor()
[all …]
H A DIAndroidEffectSend.cpp23 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()
H A DIDynamicInterfaceManagement.cpp98 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()
/aosp12/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c34 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()
H A DOpenSLESUT.h23 extern void slesutPrintIID(SLInterfaceID iid);
/aosp12/frameworks/wilhelm/tests/sandbox/
H A 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()
H A 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()
/aosp12/frameworks/wilhelm/tests/examples/
H A 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()
/aosp12/frameworks/wilhelm/src/autogen/
H A DIID_to_MPH.cpp30 int IID_to_MPH(const SLInterfaceID iid) in IID_to_MPH()
254 SLInterfaceID trial = &SL_IID_array[MPH]; in IID_to_MPH()
/aosp12/frameworks/wilhelm/tools/hashgen/
H A Dpart1.c30 int IID_to_MPH(const SLInterfaceID iid)
H A Dpart8.c5 SLInterfaceID trial = &SL_IID_array[MPH];
H A Dtest.c24 extern int IID_to_MPH(const SLInterfaceID iid);
/aosp12/frameworks/wilhelm/src/desktop/
H A DOutputMixExt.h22 extern const SLInterfaceID SL_IID_OUTPUTMIXEXT;
/aosp12/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 };

123