Lines Matching defs:dumper
58 struct PlatformDumper *dumper;
98 if (hi35xx->dumper == NULL) {
99 HDF_LOGE("%s: dumper is NULL", __func__);
102 return PlatformDumperAddDatas(hi35xx->dumper, datas, sizeof(datas) / sizeof(struct PlatformDumperData));
107 struct PlatformDumper *dumper = NULL;
122 dumper = PlatformDumperCreate(name);
123 if (dumper == NULL) {
124 HDF_LOGE("%s: create dumper for %s fail!", __func__, name);
129 hi35xx->dumper = dumper;
137 PlatformDumperDestroy(hi35xx->dumper);
148 ret = PlatformDumperAddData(hi35xx->dumper, &header);
157 (void)PlatformDumperDump(hi35xx->dumper);
158 (void)PlatformDumperClearDatas(hi35xx->dumper);
670 HDF_LOGE("%s: create dumper failed:%d", __func__, ret);