Home
last modified time | relevance | path

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

/system/bt/btif/avrcp/
Davrcp_service.h60 void DisconnectDevice(const RawAddress& bdaddr);
74 bool DisconnectDevice(const RawAddress& bdaddr) override;
Davrcp_service.cc339 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::AvrcpService
341 connection_handler_->DisconnectDevice(bdaddr); in DisconnectDevice()
420 bool AvrcpService::ServiceInterfaceImpl::DisconnectDevice( in DisconnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
424 do_in_main_thread(FROM_HERE, base::Bind(&AvrcpService::DisconnectDevice, in DisconnectDevice()
/system/bt/profile/avrcp/
Dconnection_handler.h111 virtual bool DisconnectDevice(const RawAddress& bdaddr);
Dconnection_handler.cc138 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::ConnectionHandler
/system/bt/include/hardware/avrcp/
Davrcp.h180 virtual bool DisconnectDevice(const RawAddress& bdaddr) = 0;