Lines Matching defs:dumper
46 struct PlatformDumper *dumper;
52 struct PlatformDumper *dumper = NULL;
67 dumper = PlatformDumperCreate(name);
68 if (dumper == NULL) {
69 HDF_LOGE("%s: get dumper for %s fail!", __func__, name);
73 hi35xx->dumper = dumper;
86 if (hi35xx->dumper == NULL) {
90 ret = PlatformDumperAddDatas(hi35xx->dumper, data, sizeof(data) / sizeof(struct PlatformDumperData));
94 (void)PlatformDumperDump(hi35xx->dumper);
95 (void)PlatformDumperClearDatas(hi35xx->dumper);
100 PlatformDumperDestroy(hi35xx->dumper);
334 HDF_LOGE("%s: create dumper failed:%d", __func__, ret);