Home
last modified time | relevance | path

Searched defs:ConnType (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/host/
Dhost_usb.h32 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT }; enum
/developtools/hdc/src/common/
Ddefine_plus.h66 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT, CONN_UNKNOWN }; enum