Home
last modified time | relevance | path

Searched refs:RemoteDeviceTimestamp (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property.cc365 std::shared_ptr<RemoteDeviceTimestamp> RemoteDeviceTimestamp::Create(const int& timestamp) { in Create()
366 return std::make_shared<RemoteDeviceTimestamp>(RemoteDeviceTimestamp(timestamp)); in Create()
Dbt_property.h291 class RemoteDeviceTimestamp : public BtPropertySimple<int> {
293 RemoteDeviceTimestamp(const int& timestamp) in RemoteDeviceTimestamp() function
296 static std::shared_ptr<RemoteDeviceTimestamp> Create(const int& timestamp);
Dbt_property_unittest.cc271 properties.push_back(RemoteDeviceTimestamp::Create(kRemoteDeviceTimestamp)); in fill_property()
883 properties.emplace_back(RemoteDeviceTimestamp::Create((uint32_t)i)); in TEST_F()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs174 RemoteDeviceTimestamp = 0xFF, enumerator
590 RemoteDeviceTimestamp(), enumerator
632 BluetoothProperty::RemoteDeviceTimestamp() => BtPropertyType::RemoteDeviceTimestamp, in get_type()
668 BluetoothProperty::RemoteDeviceTimestamp() => 0, in get_len()
780 BluetoothProperty::RemoteDeviceTimestamp() => (), in get_data_ptr()
859 BtPropertyType::RemoteDeviceTimestamp => BluetoothProperty::RemoteDeviceTimestamp(), in from()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py202 RemoteDeviceTimestamp = 0xFF variable in BtPropertyType