Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dacl.cc133 ConnectionDescriptor(CreationTime creation_time, TeardownTime teardown_time, in ConnectionDescriptor()
137 teardown_time_(teardown_time), in ConnectionDescriptor()
163 TeardownTime teardown_time, uint16_t handle, in ClassicConnectionDescriptor()
166 : ConnectionDescriptor(creation_time, teardown_time, handle, in ClassicConnectionDescriptor()
177 CreationTime creation_time, TeardownTime teardown_time, in LeConnectionDescriptor()
180 : ConnectionDescriptor(creation_time, teardown_time, handle, in LeConnectionDescriptor()
1167 TeardownTime teardown_time = std::chrono::system_clock::now(); in OnClassicLinkDisconnected() local
1181 remote_address, creation_time, teardown_time, handle, in OnClassicLinkDisconnected()
1207 TeardownTime teardown_time = std::chrono::system_clock::now(); in OnLeLinkDisconnected() local
1222 remote_address_with_type, creation_time, teardown_time, handle, in OnLeLinkDisconnected()