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.cc80 ConnectionHandler* connection_handler_ = nullptr; member in bluetooth::avrcp::AvrcpConnectionHandlerTest
104 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
109 connection_handler_ = nullptr; in TEST_F()
128 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
133 connection_handler_ = nullptr; in TEST_F()
152 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
154 connection_handler_ = nullptr; in TEST_F()
179 connection_handler_ = ConnectionHandler::Get(); in TEST_F()
201 connection_handler_ = nullptr; in TEST_F()
223 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