/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_reassembler.cc | 36 LeScanningReassembler::ProcessAdvertisingReport(uint16_t event_type, uint8_t address_type, in ProcessAdvertisingReport() argument 39 bool is_scannable = event_type & (1 << kScannableBit); in ProcessAdvertisingReport() 40 bool is_scan_response = event_type & (1 << kScanResponseBit); in ProcessAdvertisingReport() 41 bool is_legacy = event_type & (1 << kLegacyBit); in ProcessAdvertisingReport() 42 DataStatus data_status = DataStatus((event_type >> kDataStatusBits) & 0x3); in ProcessAdvertisingReport() 68 AppendFragment(key, event_type, advertising_data); in ProcessAdvertisingReport()
|
D | le_scanning_reassembler.h | 55 uint16_t event_type, uint8_t address_type, Address address, uint8_t advertising_sid,
|
D | le_scanning_callback.h | 62 virtual void OnScanResult(uint16_t event_type, uint8_t address_type, Address address,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/ |
D | scan_timeout.py | 61 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_SCAN_IND, 86 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_SCAN_IND, 106 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.SCAN_RESPONSE,
|
D | scan_collision.py | 60 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_SCAN_IND, 99 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_SCAN_IND, 119 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.SCAN_RESPONSE,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/ |
D | BV_18_C.py | 118 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_SCAN_IND, 137 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.SCAN_RESPONSE,
|
D | BV_13_C.py | 95 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_NONCONN_IND, 134 hci.LeAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_NONCONN_IND,
|
D | BV_14_C.py | 89 … hci.LeDirectedAdvertisingResponse(event_type=hci.AdvertisingEventType.ADV_DIRECT_IND,
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | uinput.rs | 116 event_type: libc::c_ushort, field 244 event_type: libc::c_ushort, in send_event() 249 UInputEvent { time: libc::timeval { tv_sec: 0, tv_usec: 0 }, event_type, code, value }; in send_event()
|
D | at_command_parser.rs | 245 Some(event_type) => event_type, in extract_xevent_data()
|
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/ |
D | EventLogTags.logtags | 90 150121 car_user_svc_notify_app_lifecycle_listener (uid|1),(package_name|3),(event_type|1),(from_use… 91 150122 car_user_svc_notify_internal_lifecycle_listener (listener_name|3),(event_type|1),(from_user_… 141 150184 car_user_mgr_notify_lifecycle_listener (number_listeners|1),(event_type|1),(from_user_id|1),…
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 97 void OnScanResult(uint16_t event_type, uint8_t address_type, bluetooth::hci::Address address, 135 void on_scan_result(uint16_t event_type, uint8_t address_type, bluetooth::hci::Address address,
|
D | le_scanning_manager.cc | 465 void BleScannerInterfaceImpl::on_scan_result(uint16_t event_type, uint8_t address_type, in on_scan_result() argument 488 &ScanningCallbacks::OnScanResult, base::Unretained(scanning_callbacks_), event_type, in on_scan_result() 493 btm_ble_process_adv_pkt_cont_for_inquiry(event_type, ble_addr_type, raw_address, primary_phy, in on_scan_result() 498 void BleScannerInterfaceImpl::OnScanResult(uint16_t event_type, uint8_t address_type, in OnScanResult() argument 505 BleScannerInterfaceImpl::on_scan_result(event_type, address_type, address, primary_phy, in OnScanResult() 512 event_type, address_type, address, primary_phy, secondary_phy, in OnScanResult()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | ble_hci_link_interface.h | 42 void btm_ble_process_adv_pkt_cont_for_inquiry(uint16_t event_type, tBLE_ADDR_TYPE address_type,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 485 void LogMetricBluetoothEvent(const Address& address, android::bluetooth::EventType event_type, in LogMetricBluetoothEvent() argument 493 event_type, in LogMetricBluetoothEvent() 500 event_type, state); in LogMetricBluetoothEvent()
|
/packages/apps/SettingsIntelligence/proto/ |
D | settings_intelligence_log.proto | 82 optional EventType event_type = 1; field
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 146 void BleScannerIntf::OnScanResult(uint16_t event_type, uint8_t addr_type, RawAddress addr, in OnScanResult() argument 150 rusty::gdscan_on_scan_result(event_type, addr_type, &addr, primary_phy, secondary_phy, in OnScanResult()
|
D | gatt_ble_scanner_shim.h | 43 void OnScanResult(uint16_t event_type, uint8_t addr_type, RawAddress bda, uint8_t primary_phy,
|
/packages/modules/DnsResolver/ |
D | stats.proto | 392 optional EventType event_type = 1; field 399 // Only valid for event_type = EVENT_GETADDRINFO. 403 // Only valid for event_type = EVENT_RESNSEND.
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 123 void LogMetricBluetoothEvent(const Address& address, android::bluetooth::EventType event_type, in LogMetricBluetoothEvent() argument
|
/packages/modules/Nfc/NfcNci/proto/ |
D | event.proto | 31 required EventType event_type = 2; field
|
/packages/modules/Virtualization/guest/rialto/src/ |
D | communication.rs | 166 event.event_type in poll_event_from_peer()
|
/packages/modules/DnsResolver/tests/ |
D | resolv_stats_test_utils.cpp | 166 *os << " event_type: " << event.event_type() << "\n"; in PrintTo()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 60 virtual void OnScanResult(uint16_t event_type, uint8_t addr_type, RawAddress bda,
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 355 void LogMetricBluetoothEvent(const hci::Address& address, android::bluetooth::EventType event_type,
|