/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/ |
D | metrics_shim.cc | 33 void bond_create_attempt(RawAddress addr, uint32_t device_type) { in bond_create_attempt() 38 …RawAddress addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason) { in bond_state_changed() 44 uint32_t device_type, in device_info_report()
|
/packages/modules/Bluetooth/system/gd/metrics/linux/ |
D | metrics.cc | 25 void LogMetricsBondCreateAttempt(RawAddress* addr, uint32_t device_type) {} in LogMetricsBondCreateAttempt() 28 …RawAddress* addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason)… in LogMetricsBondStateChanged() 32 uint32_t device_type, in LogMetricsDeviceInfoReport()
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | device.cc | 96 auto device_type = GetDeviceType(); in Le() local 103 auto device_type = GetDeviceType(); in Classic() local
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics.cc | 58 void LogMetricsBondCreateAttempt(RawAddress* addr, uint32_t device_type) { in LogMetricsBondCreateAttempt() 88 …RawAddress* addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason)… in LogMetricsBondStateChanged() 124 uint32_t device_type, in LogMetricsDeviceInfoReport()
|
D | metrics_event.cc | 237 ConnectionType ToPairingDeviceType(std::string addr, uint32_t device_type) { in ToPairingDeviceType()
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | device_boutique.cc | 36 const std::string& device_type, in Register()
|
D | test_model.cc | 119 std::string device_type = device->GetTypeString(); in AddDevice() local
|
/packages/modules/Bluetooth/system/tools/bdtool/ |
D | adapter.c | 224 bt_device_type_t device_type = property_as_device_type(property); in parse_properties() local 227 const char* device_type; in parse_properties() member
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | CustomizedMetadataEntity.java | 40 public byte[] device_type; field in CustomizedMetadataEntity
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 442 int device_type; in btif_in_fetch_bonded_devices() local 1365 int device_type; in btif_in_fetch_bonded_ble_device() local 1436 const tBT_DEVICE_TYPE& device_type) { in btif_storage_set_remote_device_type() 1474 tBT_DEVICE_TYPE& device_type) { in btif_storage_get_remote_device_type()
|
D | btif_sock.cc | 348 int device_type = 0; in btsock_connect() local
|
D | btif_gatt_server.cc | 295 int device_type = 0; in btif_gatts_open_impl() local
|
D | btif_gatt_client.cc | 280 int device_type = BT_DEVICE_TYPE_UNKNOWN; in btif_gattc_open_impl() local 653 int device_type = 0; in btif_gattc_get_device_type() local
|
D | btif_dm.cc | 659 tBT_DEVICE_TYPE device_type) { in btif_update_remote_properties() 801 int device_type = 0; in btif_dm_cb_create_bond() local 3874 bluetooth::common::device_type_t device_type; in btif_stats_add_bond_event() local 3960 tBT_DEVICE_TYPE device_type = static_cast<tBT_DEVICE_TYPE>(*p_device_type); in btif_get_device_type() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_common_metrics.cc | 75 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo() 93 device_type_t device_type) { in LogPairEvent()
|
D | mock_bta_dm_api.cc | 144 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in BTA_DmBond()
|
/packages/modules/Bluetooth/system/common/ |
D | metrics_linux.cc | 48 device_type_t device_type) {} in LogPairEvent() 67 uint32_t device_class, device_type_t device_type) {} in LogBluetoothSessionDeviceInfo()
|
D | metrics.cc | 303 device_type_t device_type) { in LogPairEvent() 398 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | btm_api.cc | 81 static bool is_classic_device(tBT_DEVICE_TYPE device_type) { in is_classic_device() 85 static bool has_classic_device(tBT_DEVICE_TYPE device_type) { in has_classic_device() 700 tBT_DEVICE_TYPE device_type) { in BTM_SecBond()
|
/packages/modules/Bluetooth/system/btcore/test/ |
D | property_test.cc | 68 TEST_F(PropertyTest, device_type) { in TEST_F() argument
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_dev.cc | 184 const auto device_type = p_dev_rec->device_type; in BTM_SecDeleteDevice() local
|
/packages/modules/Connectivity/nearby/service/proto/src/fastpair/ |
D | rpcs.proto | 60 DeviceType device_type = 13; field
|
D | cache.proto | 247 DeviceType device_type = 7; field
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 79 optional DeviceType device_type = 2; field
|
/packages/modules/Virtualization/libs/libfdt/src/ |
D | lib.rs | 213 pub fn device_type(&self) -> Result<Option<&CStr>> { in device_type() method 704 let device_type = CStr::from_bytes_with_nul(b"memory\0").unwrap(); in memory() localVariable
|