Searched refs:kSpeechDspPath (Results 1 – 2 of 2) sorted by relevance
58 kSpeechDspPath(sysfs_paths.SpeechDspPath), in SysfsCollector()222 if (kSpeechDspPath == nullptr || strlen(kSpeechDspPath) == 0) { in logSpeechDspStat()226 if (!ReadFileToString(kSpeechDspPath, &file_contents)) { in logSpeechDspStat()227 ALOGE("Unable to read speech dsp path %s", kSpeechDspPath); in logSpeechDspStat()
74 const char *const kSpeechDspPath; variable