Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_connection_handler_test.cc88 ConnectionHandler* connection_handler_ = nullptr; member in bluetooth::avrcp::AvrcpConnectionHandlerTest
112 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
117 connection_handler_ = nullptr; in TEST_F()
136 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
141 connection_handler_ = nullptr; in TEST_F()
160 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
162 connection_handler_ = nullptr; in TEST_F()
189 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
211 connection_handler_ = nullptr; in TEST_F()
235 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc439 connection_handler_ = ConnectionHandler::Get(); in Init()
466 connection_handler_->CleanUp(); in Cleanup()
467 connection_handler_ = nullptr; in Cleanup()
517 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()
522 connection_handler_->DisconnectDevice(bdaddr); in DisconnectDevice()
528 connection_handler_->SetBipClientStatus(bdaddr, connected); in SetBipClientStatus()
539 instance_->connection_handler_->GetListOfDevices()) { in SendMediaUpdate()
553 instance_->connection_handler_->GetListOfDevices()) { in SendFolderUpdate()
590 instance_->connection_handler_->GetListOfDevices()) { in SendPlayerSettingsChanged()
667 auto handler = instance_->connection_handler_; in IsDeviceConnected()
[all …]
Davrcp_service.h119 ConnectionHandler* connection_handler_; variable