Searched refs:stringToGuid (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libaudioclient/ |
D | AudioEffect.cpp | 80 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/ |
D | SoundTrigger.h | 67 static status_t stringToGuid(const char *str, sound_trigger_uuid_t *guid);
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioEffect.h | 535 static status_t stringToGuid(const char *str, effect_uuid_t *guid);
|
/frameworks/av/soundtrigger/ |
D | SoundTrigger.cpp | 253 status_t SoundTrigger::stringToGuid(const char *str, sound_trigger_uuid_t *guid) in stringToGuid() function in android::SoundTrigger
|
/frameworks/base/core/jni/ |
D | android_hardware_SoundTrigger.cpp | 574 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/ |
D | AudioPolicyEffects.cpp | 871 if (AudioEffect::stringToGuid(node->value, &uuid) != NO_ERROR) { in loadEffect()
|