chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/events/ozone/evdev/touch_evdev_debug_buffer.h"

#include <stdio.h>

#include "base/containers/span.h"
#include "base/files/file.h"
#include "base/files/file_util.h"
#include "base/strings/stringprintf.h"
#include "ui/events/ozone/evdev/event_device_info.h"

File;

namespace ui {

TouchEventLogEvdev::TouchEventLogEvdev()
    :{}

TouchEventLogEvdev::~TouchEventLogEvdev() {}

void TouchEventLogEvdev::Initialize(const EventDeviceInfo& devinfo) {}

void TouchEventLogEvdev::ProcessEvent(size_t cur_slot, const input_event* ev) {}

void TouchEventLogEvdev::DumpLog(const char* filename) {}

TouchEventLogEvdev::AbsAxisData::AbsAxisData(int code,
                                             const input_absinfo& info)
    :{}

TouchEventLogEvdev::AbsAxisData::AbsAxisData(const AbsAxisData& other) =
    default;

TouchEventLogEvdev::AbsAxisData::~AbsAxisData() {}

}  // namespace ui