Searched refs:protocol_code (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/python/bumble/rust/src/cli/usb/ |
D | mod.rs | 171 && 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/ |
D | device_descriptor.rs | 68 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()
|
D | interface_descriptor.rs | 85 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/ |
D | device_descriptor.rs | 68 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()
|
D | interface_descriptor.rs | 85 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/ |
D | list_devices.rs | 110 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/ |
D | list_devices.rs | 110 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/ |
D | ssl.py | 1027 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/ |
D | ssl.py | 1532 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 D | ssl.py | 1532 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/ |
D | ssl.py | 1532 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/ |
D | ssl.py | 1532 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/ |
D | ssl.py | 1532 def get_protocol_name(protocol_code): argument 1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | ssl.py | 1532 def get_protocol_name(protocol_code): argument 1533 return _PROTOCOL_NAMES.get(protocol_code, '<unknown>')
|