Home
last modified time | relevance | path

Searched refs:report_type (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs36 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8); in get_hid_report()
39 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String); in set_hid_report()
151 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
154 let _ = txl.send(Message::QaGetHidReport(addr, report_type, report_id)).await; in get_hid_report()
157 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()
160 let _ = txl.send(Message::QaSetHidReport(addr, report_type, report)).await; in set_hid_report()
Dlib.rs508 Message::QaGetHidReport(addr, report_type, report_id) => { in dispatch()
511 report_type, in dispatch()
516 Message::QaSetHidReport(addr, report_type, report) => { in dispatch()
519 report_type, in dispatch()
Dbluetooth.rs294 report_type: BthhReportType, in get_hid_report()
302 report_type: BthhReportType, in set_hid_report()
1057 report_type: BthhReportType, in get_hid_report_internal()
1064 report_type, in get_hid_report_internal()
1074 report_type: BthhReportType, in set_hid_report_internal()
1082 report_type, in set_hid_report_internal()
3219 report_type: BthhReportType, in get_hid_report()
3222 self.get_hid_report_internal(addr, report_type, report_id) in get_hid_report()
3228 report_type: BthhReportType, in set_hid_report()
3231 self.set_hid_report_internal(addr, report_type, report) in set_hid_report()
/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py408 def get_hid_report(self, addr, report_type, report_id): argument
419 self.proxy().GetHIDReport(addr, report_type, report_id)
423 def set_hid_report(self, addr, report_type, report): argument
434 self.proxy().SetHIDReport(addr, report_type, report)
/packages/modules/AdServices/adservices/service-core/resources/
Dcobalt_registry.textpb48 report_type: FLEETWIDE_OCCURRENCE_COUNTS
59 report_type: FLEETWIDE_OCCURRENCE_COUNTS
81 report_type: FLEETWIDE_OCCURRENCE_COUNTS
102 report_type: FLEETWIDE_OCCURRENCE_COUNTS
123 report_type: FLEETWIDE_OCCURRENCE_COUNTS
1950 report_type: STRING_COUNTS
1963 report_type: STRING_COUNTS
2239 report_type: STRING_COUNTS
2253 report_type: STRING_COUNTS
2392 report_type: STRING_COUNTS
[all …]
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h94 uint8_t report_type; member
100 uint8_t report_type; member
/packages/modules/Bluetooth/floss/pandora/server/
Dhid.py67 if request.report_type not in iter(floss_enums.BthhReportType):
70 if not self.bluetooth.set_hid_report(address, request.report_type, request.report):
Dbluetooth.py326 def set_hid_report(self, addr, report_type, report): argument
327 return self.qa_client.set_hid_report(addr, report_type, report)
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs55 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
59 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()
Diface_bluetooth.rs1079 report_type: BthhReportType, in get_hid_report()
1089 report_type: BthhReportType, in set_hid_report()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs388 report_type: BthhReportType, in get_report()
399 bindings::bthh_report_type_t::from(report_type), in get_report()
411 report_type: BthhReportType, in set_report()
422 bindings::bthh_report_type_t::from(report_type), in set_report()
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dhid.proto22 HidReportType report_type = 2; field
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dhid.py154 report_type=HID_REPORT_TYPE_OUTPUT,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc236 HAL_CBACK(bt_hd_callbacks, get_report_cb, p_data->get_report.report_type, in btif_hd_upstreams_evt()
241 HAL_CBACK(bt_hd_callbacks, set_report_cb, p_data->set_report.report_type, in btif_hd_upstreams_evt()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp364 int report_type = (type & 0x03); in replyReportNative() local
368 sHiddIf->send_report((bthd_report_type_t)report_type, id, size, buf); in replyReportNative()
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_act.cc571 ret.report_type = *p_buf & HID_PAR_REP_TYPE_MASK; in bta_hd_get_report_act()
617 ret.report_type = *p_buf & HID_PAR_REP_TYPE_MASK; in bta_hd_set_report_act()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1994 let report_type = match &get_arg(args, 2)?[..] { in cmd_hid() localVariable
2008 report_type, in cmd_hid()
2014 let report_type = match &get_arg(args, 2)?[..] { in cmd_hid() localVariable
2026 report_type, in cmd_hid()
Ddbus_iface.rs1088 report_type: BthhReportType, in get_hid_report()
1098 report_type: BthhReportType, in set_hid_report()
2553 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
2557 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dreport_definition.proto404 ReportType report_type = 3; field