Lines Matching refs:ConnectionInterfaceManager

193 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()
291 …&ConnectionInterfaceManager::ConnectionClosed, common::Unretained(this), cid, std::move(connection… in AddConnection()
295 void ConnectionInterfaceManager::RemoveConnection(ConnectionInterfaceDescriptor cid) { in RemoveConnection()
303 bool ConnectionInterfaceManager::HasResources() const { in HasResources()
307 void ConnectionInterfaceManager::SetReadDataReadyCallback( in SetReadDataReadyCallback()
313 void ConnectionInterfaceManager::SetConnectionClosedCallback( in SetConnectionClosedCallback()
319 bool ConnectionInterfaceManager::Write(ConnectionInterfaceDescriptor cid, std::unique_ptr<packet::R… in Write()
423 ConnectionInterfaceManager connection_interface_manager_;
500 ConnectionInterfaceManager* connection_interface_manager_, in RegisterService()