Searched refs:DisconnectDevice (Results 1 – 5 of 5) sorted by relevance
60 void DisconnectDevice(const RawAddress& bdaddr);74 bool DisconnectDevice(const RawAddress& bdaddr) override;
339 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::AvrcpService341 connection_handler_->DisconnectDevice(bdaddr); in DisconnectDevice()420 bool AvrcpService::ServiceInterfaceImpl::DisconnectDevice( in DisconnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl424 do_in_main_thread(FROM_HERE, base::Bind(&AvrcpService::DisconnectDevice, in DisconnectDevice()
111 virtual bool DisconnectDevice(const RawAddress& bdaddr);
138 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::ConnectionHandler
180 virtual bool DisconnectDevice(const RawAddress& bdaddr) = 0;