Home
last modified time | relevance | path

Searched refs:protocol_code (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/cli/usb/
Dmod.rs171 && device_desc.protocol_code() == USB_DEVICE_PROTOCOL_BLUETOOTH_PRIMARY_CONTROLLER in is_bluetooth_hci()
180 && d.protocol_code() == USB_DEVICE_PROTOCOL_BLUETOOTH_PRIMARY_CONTROLLER in is_bluetooth_hci()
204 ClassInfo::new(d.class_code(), d.sub_class_code(), d.protocol_code()); in print_device_details()
324 value.protocol_code(), in from()
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/
Ddevice_descriptor.rs68 pub fn protocol_code(&self) -> u8 { in protocol_code() method
209 super::from_libusb(device_descriptor!(bDeviceProtocol: 42)).protocol_code() in it_has_protocol_code()
Dinterface_descriptor.rs85 pub fn protocol_code(&self) -> u8 { in protocol_code() method
236 .map(|setting| setting.protocol_code()) in it_has_protocol_code()
/aosp_15_r20/external/rust/crates/rusb/src/
Ddevice_descriptor.rs68 pub fn protocol_code(&self) -> u8 { in protocol_code() method
209 super::from_libusb(device_descriptor!(bDeviceProtocol: 42)).protocol_code() in it_has_protocol_code()
Dinterface_descriptor.rs85 pub fn protocol_code(&self) -> u8 { in protocol_code() method
236 .map(|setting| setting.protocol_code()) in it_has_protocol_code()
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/examples/
Dlist_devices.rs110 println!(" bDeviceProtocol {:#04x}", device_desc.protocol_code()); in print_device()
215 interface_desc.protocol_code() in print_interface()
/aosp_15_r20/external/rust/crates/rusb/examples/
Dlist_devices.rs110 println!(" bDeviceProtocol {:#04x}", device_desc.protocol_code()); in print_device()
215 interface_desc.protocol_code() in print_interface()
/aosp_15_r20/external/python/cpython2/Lib/
Dssl.py1027 def get_protocol_name(protocol_code): argument
1028 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dssl.py1532 def get_protocol_name(protocol_code): argument
1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dssl.py1532 def get_protocol_name(protocol_code): argument
1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dssl.py1532 def get_protocol_name(protocol_code): argument
1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dssl.py1532 def get_protocol_name(protocol_code): argument
1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dssl.py1532 def get_protocol_name(protocol_code): argument
1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
/aosp_15_r20/external/python/cpython3/Lib/
Dssl.py1532 def get_protocol_name(protocol_code): argument
1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')