Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp58 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()
/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h74 const char *const kSpeechDspPath; variable