Home
last modified time | relevance | path

Searched refs:speechDspStat (Results 1 – 3 of 3) sorted by relevance

/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal97 * @param speechDspStat A SpeechDspStat struct that provide
100 oneway reportSpeechDspStat(SpeechDspStat speechDspStat);
/frameworks/base/cmds/statsd/src/
DStatsService.cpp1544 const SpeechDspStat& speechDspStat) { in reportSpeechDspStat() argument
1546 speechDspStat.totalUptimeMillis, speechDspStat.totalDowntimeMillis, in reportSpeechDspStat()
1547 speechDspStat.totalCrashCount, speechDspStat.totalRecoverCount); in reportSpeechDspStat()
DStatsService.h258 const SpeechDspStat& speechDspStat) override;