Searched refs:connection_handler_ (Results 1 – 3 of 3) sorted by relevance
88 ConnectionHandler* connection_handler_ = nullptr; member in bluetooth::avrcp::AvrcpConnectionHandlerTest112 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 …]
439 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 …]
119 ConnectionHandler* connection_handler_; variable