Lines Matching defs:dumper
172 if (info->dumper == NULL) {
176 PlatformDumperAddDatas(info->dumper, datas, sizeof(datas) / sizeof(struct PlatformDumperData));
347 PlatformDumperDump(info->dumper);
373 PlatformDumperDump(info->dumper);
401 PlatformDumperDestroy(info->dumper);
528 struct PlatformDumper *dumper = NULL;
539 dumper = PlatformDumperCreate(name);
540 if (dumper == NULL) {
541 HDF_LOGE("%s: get dumper for %s fail!", __func__, name);
546 info->dumper = dumper;