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.cc306 connection_handler_ = ConnectionHandler::Get(); in Init()
312 connection_handler_->CleanUp(); in Cleanup()
313 connection_handler_ = nullptr; in Cleanup()
336 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()
341 connection_handler_->DisconnectDevice(bdaddr); in DisconnectDevice()
354 instance_->connection_handler_->GetListOfDevices()) { in SendMediaUpdate()
369 instance_->connection_handler_->GetListOfDevices()) { in SendFolderUpdate()
456 auto device_list = instance_->connection_handler_->GetListOfDevices(); in DebugDump()
Davrcp_service.h93 ConnectionHandler* connection_handler_; variable