blob: 7852d7b51c86f1ddaa2155cfcb81c104f4a91451 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_DEVICE_USB_USB_ENDPOINT_ANDROID_H_
#define SERVICES_DEVICE_USB_USB_ENDPOINT_ANDROID_H_
#include "base/android/scoped_java_ref.h"
#include "services/device/public/mojom/usb_device.mojom.h"
namespace device {
class UsbEndpointAndroid {
public:
static mojom::UsbEndpointInfoPtr Convert(
JNIEnv* env,
const base::android::JavaRef<jobject>& usb_endpoint);
};
} // namespace device
#endif // SERVICES_DEVICE_USB_USB_ENDPOINT_ANDROID_H_