Home
last modified time | relevance | path

Searched refs:kSpeechDspPath (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h103 const char *const kSpeechDspPath; variable
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp70 kSpeechDspPath(sysfs_paths.SpeechDspPath), in SysfsCollector()
367 if (kSpeechDspPath == nullptr || strlen(kSpeechDspPath) == 0) { in logSpeechDspStat()
371 if (!ReadFileToString(kSpeechDspPath, &file_contents)) { in logSpeechDspStat()
372 ALOGE("Unable to read speech dsp path %s", kSpeechDspPath); in logSpeechDspStat()