Searched refs:kLegacyEventUseAsyncTtsKey (Results 1 – 1 of 1) sorted by relevance
81 const char kLegacyEventUseAsyncTtsKey[] = "use_async_tts"; variable1187 if (legacy_args.isMember(kLegacyEventUseAsyncTtsKey)) in ConvertLegacyRawEventToJson()1188 event["use_async_tts"] = legacy_args[kLegacyEventUseAsyncTtsKey]; in ConvertLegacyRawEventToJson()