/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_qa.rs | 6 use bt_topshim::profiles::hid_host::BthhReportType; 36 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8); in get_hid_report() argument 39 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String); in set_hid_report() argument 151 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() argument 157 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report() argument
|
D | lib.rs | 61 hid_host::{BthhReportType, HHCallbacks}, 164 QaGetHidReport(RawAddress, BthhReportType, u8), 165 QaSetHidReport(RawAddress, BthhReportType, String),
|
D | bluetooth.rs | 15 BthhConnectionState, BthhHidInfo, BthhProtocolMode, BthhReportType, BthhStatus, 294 report_type: BthhReportType, in get_hid_report() argument 302 report_type: BthhReportType, in set_hid_report() argument 1057 report_type: BthhReportType, in get_hid_report_internal() argument 1074 report_type: BthhReportType, in set_hid_report_internal() argument 3219 report_type: BthhReportType, in get_hid_report() argument 3228 report_type: BthhReportType, in set_hid_report() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_qa.rs | 9 use bt_topshim::profiles::hid_host::BthhReportType; 55 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() argument 59 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report() argument
|
D | iface_bluetooth.rs | 11 use bt_topshim::profiles::hid_host::BthhReportType; 1043 impl_dbus_arg_enum!(BthhReportType); 1079 report_type: BthhReportType, in get_hid_report() argument 1089 report_type: BthhReportType, in set_hid_report() argument
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hid_host.rs | 86 pub enum BthhReportType { enum 92 impl From<BthhReportType> for bindings::bthh_report_type_t { 93 fn from(item: BthhReportType) -> Self { in from() 388 report_type: BthhReportType, in get_report() argument 411 report_type: BthhReportType, in set_report() argument
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | hid.py | 67 if request.report_type not in iter(floss_enums.BthhReportType):
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 284 class BthhReportType(enum.IntEnum): class
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 16 use bt_topshim::profiles::hid_host::BthhReportType; 1995 "Input" => BthhReportType::InputReport, in cmd_hid() 1996 "Output" => BthhReportType::OutputReport, in cmd_hid() 1997 "Feature" => BthhReportType::FeatureReport, in cmd_hid() 2015 "Input" => BthhReportType::InputReport, in cmd_hid() 2016 "Output" => BthhReportType::OutputReport, in cmd_hid() 2017 "Feature" => BthhReportType::FeatureReport, in cmd_hid()
|
D | dbus_iface.rs | 14 use bt_topshim::profiles::hid_host::BthhReportType; 113 impl_dbus_arg_enum!(BthhReportType); 1088 report_type: BthhReportType, in get_hid_report() argument 1098 report_type: BthhReportType, in set_hid_report() argument 2553 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() argument 2557 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report() argument
|