Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dacl.cc271 ConnectionDescriptor(CreationTime creation_time, TeardownTime teardown_time, in ConnectionDescriptor()
275 teardown_time_(teardown_time), in ConnectionDescriptor()
301 TeardownTime teardown_time, uint16_t handle, in ClassicConnectionDescriptor()
304 : ConnectionDescriptor(creation_time, teardown_time, handle, in ClassicConnectionDescriptor()
315 CreationTime creation_time, TeardownTime teardown_time, in LeConnectionDescriptor()
318 : ConnectionDescriptor(creation_time, teardown_time, handle, in LeConnectionDescriptor()
1544 TeardownTime teardown_time = std::chrono::system_clock::now(); in OnClassicLinkDisconnected() local
1557 remote_address, creation_time, teardown_time, handle, in OnClassicLinkDisconnected()
1617 TeardownTime teardown_time = std::chrono::system_clock::now(); in OnLeLinkDisconnected() local
1630 remote_address_with_type, creation_time, teardown_time, handle, in OnLeLinkDisconnected()