Home
last modified time | relevance | path

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

/system/bt/gd/shim/
Dl2cap.cc60 using ConnectionClosed = std::function<void(ConnectionInterfaceDescriptor)>; typedef
84 ConnectionClosed on_closed) in ConnectionInterface()
183 ConnectionClosed on_closed_{};
240 …void ConnectionClosed(ConnectionInterfaceDescriptor cid, std::unique_ptr<ConnectionInterface> conn…
275 void ConnectionInterfaceManager::ConnectionClosed( in ConnectionClosed() function in bluetooth::shim::ConnectionInterfaceManager
291 …&ConnectionInterfaceManager::ConnectionClosed, common::Unretained(this), cid, std::move(connection… in AddConnection()