Home
last modified time | relevance | path

Searched refs:SetActiveDevice (Results 1 – 7 of 7) sorted by relevance

/system/bt/include/hardware/
Dbluetooth_headset_interface.h236 virtual bt_status_t SetActiveDevice(RawAddress* active_device_addr) = 0;
/system/bt/include/hardware/avrcp/
Davrcp.h138 virtual void SetActiveDevice(const RawAddress& address) = 0;
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h46 MOCK_METHOD1(SetActiveDevice, void(const RawAddress&));
Davrcp_device_test.cc1185 EXPECT_CALL(interface, SetActiveDevice(test_device->GetAddress())).Times(1); in TEST_F()
/system/bt/btif/avrcp/
Davrcp_service.cc229 void SetActiveDevice(const RawAddress& address) override { in SetActiveDevice() function in bluetooth::avrcp::MediaInterfaceWrapper
230 do_in_avrcp_jni(base::Bind(&MediaInterface::SetActiveDevice, in SetActiveDevice()
/system/bt/btif/src/
Dbtif_hf.cc708 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
/system/bt/profile/avrcp/
Ddevice.cc657 d->media_interface_->SetActiveDevice(d->address_); in MessageReceived()