Home
last modified time | relevance | path

Searched defs:OnDisconnect (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc158 void LinkManager::OnDisconnect(hci::AddressWithType address_with_type, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::le::internal::LinkManager
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc201 void LinkManager::OnDisconnect(hci::Address device, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::classic::internal::LinkManager
/system/connectivity/wificond/
Dclient_interface_impl.cpp89 void MlmeEventHandlerImpl::OnDisconnect(unique_ptr<MlmeDisconnectEvent> event) { in OnDisconnect() function in android::wificond::MlmeEventHandlerImpl