Searched defs:stringToGuid (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp241 status_t SoundTrigger::stringToGuid(const char *str, sound_trigger_uuid_t *guid) function in class:android::SoundTrigger
/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp77 if (stringToGuid(typeStr, &type) == NO_ERROR) {
83 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) {
447 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid) function in class:android::AudioEffect

Completed in 1740 milliseconds