Searched refs:kCodecPath (Results 1 – 2 of 2) sorted by relevance
56 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()
72 const char *const kCodecPath; variable