Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h101 const char *const kCodecPath; variable
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp68 kCodecPath(sysfs_paths.CodecPath), in SysfsCollector()
164 if (kCodecPath == nullptr || strlen(kCodecPath) == 0) { in logCodecFailed()
168 if (!ReadFileToString(kCodecPath, &file_contents)) { in logCodecFailed()
169 ALOGE("Unable to read codec state %s - %s", kCodecPath, strerror(errno)); in logCodecFailed()