Home
last modified time | relevance | path

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

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