Home
last modified time | relevance | path

Searched refs:stringToGuid (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioEffect.cpp80 if (stringToGuid(typeStr, &type) == NO_ERROR) { in AudioEffect()
86 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { in AudioEffect()
485 status_t res = stringToGuid(typeStr, &type); in addSourceDefaultEffect()
493 status_t res = stringToGuid(uuidStr, &uuid); in addSourceDefaultEffect()
517 status_t res = stringToGuid(typeStr, &type); in addStreamDefaultEffect()
525 status_t res = stringToGuid(uuidStr, &uuid); in addStreamDefaultEffect()
552 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid) in stringToGuid() function in android::AudioEffect
/frameworks/av/include/soundtrigger/
DSoundTrigger.h67 static status_t stringToGuid(const char *str, sound_trigger_uuid_t *guid);
/frameworks/av/media/libaudioclient/include/media/
DAudioEffect.h535 static status_t stringToGuid(const char *str, effect_uuid_t *guid);
/frameworks/av/soundtrigger/
DSoundTrigger.cpp253 status_t SoundTrigger::stringToGuid(const char *str, sound_trigger_uuid_t *guid) in stringToGuid() function in android::SoundTrigger
/frameworks/base/core/jni/
Dandroid_hardware_SoundTrigger.cpp574 SoundTrigger::stringToGuid(nUuidString, &nUuid); in android_hardware_SoundTrigger_loadSoundModel()
583 SoundTrigger::stringToGuid(nUuidString, &nVendorUuid); in android_hardware_SoundTrigger_loadSoundModel()
587 SoundTrigger::stringToGuid("00000000-0000-0000-0000-000000000000", &nVendorUuid); in android_hardware_SoundTrigger_loadSoundModel()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyEffects.cpp871 if (AudioEffect::stringToGuid(node->value, &uuid) != NO_ERROR) { in loadEffect()