Home
last modified time | relevance | path

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

/frameworks/av/include/soundtrigger/
DSoundTrigger.h64 static status_t stringToGuid(const char *str, sound_trigger_uuid_t *guid);
/frameworks/av/media/libmedia/
DAudioEffect.cpp77 if (stringToGuid(typeStr, &type) == NO_ERROR) { in AudioEffect()
83 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { in AudioEffect()
446 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid) in stringToGuid() function in android::AudioEffect
/frameworks/av/include/media/
DAudioEffect.h396 static status_t stringToGuid(const char *str, effect_uuid_t *guid);
/frameworks/av/soundtrigger/
DSoundTrigger.cpp241 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.cpp554 SoundTrigger::stringToGuid(nUuidString, &nUuid); in android_hardware_SoundTrigger_loadSoundModel()
563 SoundTrigger::stringToGuid(nUuidString, &nVendorUuid); in android_hardware_SoundTrigger_loadSoundModel()
567 SoundTrigger::stringToGuid("00000000-0000-0000-0000-000000000000", &nVendorUuid); in android_hardware_SoundTrigger_loadSoundModel()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyEffects.cpp655 if (AudioEffect::stringToGuid(node->value, &uuid) != NO_ERROR) { in loadEffect()