HomeSort by relevance Sort by last modified time
    Searched refs:VHCIInstrument (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
vhci_instrument.h 26 // VHCIInstrument class configures VHCI-HCD on local kernel.
27 class VHCIInstrument {
29 VHCIInstrument(int port, const std::string& name);
30 virtual ~VHCIInstrument();
68 VHCIInstrument(const VHCIInstrument& other) = delete;
69 VHCIInstrument& operator=(const VHCIInstrument& other) = delete;
vhci_instrument.cpp 76 VHCIInstrument::VHCIInstrument(int port, const std::string& name)
79 VHCIInstrument::~VHCIInstrument() {
84 bool VHCIInstrument::Init() {
113 bool VHCIInstrument::VerifyPortIsFree() const {
145 void VHCIInstrument::TriggerAttach() {
149 void VHCIInstrument::TriggerDetach() {
153 void VHCIInstrument::AttachThread() {
209 bool VHCIInstrument::Detach()
    [all...]
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
virtual_adb_client.h 95 usbip::VHCIInstrument vhci_;

Completed in 99 milliseconds