Searched defs:pUuid (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioEffect.cpp72 effect_uuid_t *pUuid = NULL; local
84 pUuid = &uuid;
88 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
H A DIAudioFlinger.cpp683 virtual status_t getEffectDescriptor(const effect_uuid_t *pUuid, argument
686 if (pUuid == NULL || pDescriptor == NULL) {
691 data.write(pUuid, sizeof(effect_uuid_t));
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp49 static inline SLuint32 KEY_FROM_GUID(SLInterfaceID pUuid) { argument
50 return pUuid->time_low;
521 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, argument
524 ssize_t index = outputMix->mAndroidEffect.mEffects->indexOfKey(KEY_FROM_GUID(pUuid));
760 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, int sessionId) { argument
765 if (0 <= iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid))) {
773 (const effect_uuid_t*)pUuid,
787 iae->mEffects->add(KEY_FROM_GUID(pUuid), pFx);
795 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { argument
797 ssize_t index = iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid));
809 android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) argument
824 android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled) argument
839 android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid, SLuint32 command, SLuint32 commandSize, void* pCommandData, SLuint32 *replySize, void *pReplyData) argument
867 android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2473 status_t AudioFlinger::getEffectDescriptor(const effect_uuid_t *pUuid, argument
2477 return EffectGetDescriptor(pUuid, descriptor);

Completed in 241 milliseconds