Home
last modified time | relevance | path

Searched refs:SetVolume (Results 1 – 16 of 16) sorted by relevance

/system/bt/btif/src/
Dbtif_hearing_aid.cc107 void SetVolume(int8_t volume) override { in SetVolume() function in __anon547f3a460211::HearingAidInterfaceImpl
109 do_in_main_thread(FROM_HERE, Bind(&HearingAid::SetVolume, in SetVolume()
/system/bt/include/hardware/
Dbt_hearing_aid.h66 virtual void SetVolume(int8_t volume) = 0;
/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl57 boolean SetVolume(int volume); in SetVolume() method
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc43 virtual void SetVolume(int8_t volume) {} in SetVolume() function in bluetooth::avrcp::FakeVolumeInterface
/system/bt/include/hardware/avrcp/
Davrcp.h168 virtual void SetVolume(int8_t volume) = 0;
/system/bt/bta/include/
Dbta_hearing_aid_api.h228 virtual void SetVolume(int8_t volume) = 0;
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc209 Status BluetoothAvrcpTargetBinderServer::SetVolume(int32_t volume, in SetVolume() function in ipc::binder::BluetoothAvrcpTargetBinderServer
212 TRY_RET_FUNC(avrcp_target->SetVolume(volume)); in SetVolume()
Dbluetooth_avrcp_target_binder_server.h89 android::binder::Status SetVolume(int32_t volume,
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h56 MOCK_METHOD1(SetVolume, void(int8_t));
Davrcp_device_test.cc1065 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(1); in TEST_F()
1104 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(0); in TEST_F()
/system/bt/service/
Davrcp_target.h110 bool SetVolume(int volume);
Davrcp_target.cc238 bool AvrcpTarget::SetVolume(int volume) { in SetVolume() function in bluetooth::AvrcpTarget
/system/bt/btif/avrcp/
Davrcp_service.cc277 void SetVolume(int8_t volume) override { in SetVolume() function in bluetooth::avrcp::VolumeInterfaceWrapper
278 do_in_avrcp_jni(base::Bind(&VolumeInterface::SetVolume, in SetVolume()
/system/bt/profile/avrcp/
Ddevice.h256 virtual void SetVolume(int8_t volume);
Ddevice.cc374 base::Bind(&Device::SetVolume, weak_ptr_factory_.GetWeakPtr())); in HandleVolumeChanged()
389 volume_interface_->SetVolume(volume_); in HandleVolumeChanged()
392 void Device::SetVolume(int8_t volume) { in SetVolume() function in bluetooth::avrcp::Device
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1559 void SetVolume(int8_t volume) override { in SetVolume() function in __anonbabfa7770111::HearingAidImpl