Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h102 const char *const kCodec1Path; variable
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp69 kCodec1Path(sysfs_paths.Codec1Path), in SysfsCollector()
188 if (kCodec1Path == nullptr || strlen(kCodec1Path) == 0) { in logCodec1Failed()
192 if (!ReadFileToString(kCodec1Path, &file_contents)) { in logCodec1Failed()
193 ALOGE("Unable to read codec1 state %s - %s", kCodec1Path, strerror(errno)); in logCodec1Failed()
199 ALOGE("%s report hardware fail", kCodec1Path); in logCodec1Failed()