Home
last modified time | relevance | path

Searched defs:device_type (Results 1 – 25 of 41) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.cc33 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/
Dmetrics.cc25 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/
Ddevice.cc96 auto device_type = GetDeviceType(); in Le() local
103 auto device_type = GetDeviceType(); in Classic() local
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics.cc58 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()
Dmetrics_event.cc237 ConnectionType ToPairingDeviceType(std::string addr, uint32_t device_type) { in ToPairingDeviceType()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Ddevice_boutique.cc36 const std::string& device_type, in Register()
Dtest_model.cc119 std::string device_type = device->GetTypeString(); in AddDevice() local
/packages/modules/Bluetooth/system/tools/bdtool/
Dadapter.c224 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/
DCustomizedMetadataEntity.java40 public byte[] device_type; field in CustomizedMetadataEntity
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc442 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()
Dbtif_sock.cc348 int device_type = 0; in btsock_connect() local
Dbtif_gatt_server.cc295 int device_type = 0; in btif_gatts_open_impl() local
Dbtif_gatt_client.cc280 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
Dbtif_dm.cc659 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/
Dmock_common_metrics.cc75 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo()
93 device_type_t device_type) { in LogPairEvent()
Dmock_bta_dm_api.cc144 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in BTA_DmBond()
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc48 device_type_t device_type) {} in LogPairEvent()
67 uint32_t device_class, device_type_t device_type) {} in LogBluetoothSessionDeviceInfo()
Dmetrics.cc303 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/
Dbtm_api.cc81 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/
Dproperty_test.cc68 TEST_F(PropertyTest, device_type) { in TEST_F() argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc184 const auto device_type = p_dev_rec->device_type; in BTM_SecDeleteDevice() local
/packages/modules/Connectivity/nearby/service/proto/src/fastpair/
Drpcs.proto60 DeviceType device_type = 13; field
Dcache.proto247 DeviceType device_type = 7; field
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto79 optional DeviceType device_type = 2; field
/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs213 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

12