Home
last modified time | relevance | path

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

/system/bt/gd/shim/
Dl2cap.cc193 class ConnectionInterfaceManager { class
228 ConnectionInterfaceManager(os::Handler* handler);
245 ConnectionInterfaceManager() = delete;
248 ConnectionInterfaceManager::ConnectionInterfaceManager(os::Handler* handler) in ConnectionInterfaceManager() function in bluetooth::shim::ConnectionInterfaceManager
251 bool ConnectionInterfaceManager::ConnectionExists(ConnectionInterfaceDescriptor cid) const { in ConnectionExists()
255 bool ConnectionInterfaceManager::CidExists(ConnectionInterfaceDescriptor cid) const { in CidExists()
259 ConnectionInterfaceDescriptor ConnectionInterfaceManager::AllocateConnectionInterfaceDescriptor() { in AllocateConnectionInterfaceDescriptor()
270 void ConnectionInterfaceManager::FreeConnectionInterfaceDescriptor(ConnectionInterfaceDescriptor ci… in FreeConnectionInterfaceDescriptor()
275 void ConnectionInterfaceManager::ConnectionClosed( in ConnectionClosed()
281 void ConnectionInterfaceManager::AddConnection( in AddConnection()
[all …]