Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/tests/
Davrcp_connection_handler_test.cc79 ConnectionHandler* connection_handler_ = nullptr; member in bluetooth::avrcp::AvrcpConnectionHandlerTest
103 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
108 connection_handler_ = nullptr; in TEST_F()
127 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
132 connection_handler_ = nullptr; in TEST_F()
151 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
153 connection_handler_ = nullptr; in TEST_F()
178 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
200 connection_handler_ = nullptr; in TEST_F()
222 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
[all …]
/system/bt/btif/avrcp/
Davrcp_service.cc313 connection_handler_ = ConnectionHandler::Get(); in Init()
337 connection_handler_->CleanUp(); in Cleanup()
338 connection_handler_ = nullptr; in Cleanup()
385 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()
390 connection_handler_->DisconnectDevice(bdaddr); in DisconnectDevice()
397 connection_handler_->SetBipClientStatus(bdaddr, connected); in SetBipClientStatus()
410 instance_->connection_handler_->GetListOfDevices()) { in SendMediaUpdate()
425 instance_->connection_handler_->GetListOfDevices()) { in SendFolderUpdate()
524 auto device_list = instance_->connection_handler_->GetListOfDevices(); in DebugDump()
Davrcp_service.h106 ConnectionHandler* connection_handler_; variable