Searched refs:SetActiveDevice (Results 1 – 8 of 8) sorted by relevance
254 virtual bt_status_t SetActiveDevice(RawAddress* active_device_addr) = 0;
33 virtual void SetActiveDevice(const RawAddress& address) {} in SetActiveDevice() function in bluetooth::avrcp::FakeMediaInterface
139 virtual void SetActiveDevice(const RawAddress& address) = 0;
46 MOCK_METHOD1(SetActiveDevice, void(const RawAddress&));
1404 EXPECT_CALL(interface, SetActiveDevice(test_device->GetAddress())).Times(1); in TEST_F()
228 void SetActiveDevice(const RawAddress& address) override { in SetActiveDevice() function in bluetooth::avrcp::MediaInterfaceWrapper229 do_in_avrcp_jni(base::Bind(&MediaInterface::SetActiveDevice, in SetActiveDevice()
747 bt_status_t SetActiveDevice(RawAddress* active_device_addr) override;1440 bt_status_t HeadsetInterface::SetActiveDevice(RawAddress* active_device_addr) { in SetActiveDevice() function in bluetooth::headset::HeadsetInterface
682 d->media_interface_->SetActiveDevice(d->address_); in MessageReceived()