Searched refs:SetActiveDevice (Results 1 – 7 of 7) sorted by relevance
236 virtual bt_status_t SetActiveDevice(RawAddress* active_device_addr) = 0;
138 virtual void SetActiveDevice(const RawAddress& address) = 0;
46 MOCK_METHOD1(SetActiveDevice, void(const RawAddress&));
1185 EXPECT_CALL(interface, SetActiveDevice(test_device->GetAddress())).Times(1); in TEST_F()
229 void SetActiveDevice(const RawAddress& address) override { in SetActiveDevice() function in bluetooth::avrcp::MediaInterfaceWrapper230 do_in_avrcp_jni(base::Bind(&MediaInterface::SetActiveDevice, in SetActiveDevice()
708 bt_status_t SetActiveDevice(RawAddress* active_device_addr) override;1362 bt_status_t HeadsetInterface::SetActiveDevice(RawAddress* active_device_addr) { in SetActiveDevice() function in bluetooth::headset::HeadsetInterface
657 d->media_interface_->SetActiveDevice(d->address_); in MessageReceived()