/aosp12/system/bt/btif/src/ |
H A D | btif_vc.cc | 89 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, in SetVolume() function in __anon705e8be00110::VolumeControlInterfaceImpl 92 do_in_main_thread(FROM_HERE, Bind(&VolumeControl::SetVolume, in SetVolume()
|
H A D | btif_hearing_aid.cc | 107 void SetVolume(int8_t volume) override { in SetVolume() function in __anona1484d320210::HearingAidInterfaceImpl 109 do_in_main_thread(FROM_HERE, Bind(&HearingAid::SetVolume, in SetVolume()
|
/aosp12/system/bt/bta/include/ |
H A D | bta_vc_api.h | 38 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id,
|
H A D | bta_hearing_aid_api.h | 230 virtual void SetVolume(int8_t volume) = 0;
|
/aosp12/system/bt/include/hardware/ |
H A D | bt_hearing_aid.h | 66 virtual void SetVolume(int8_t volume) = 0;
|
H A D | bt_vc.h | 71 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id,
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | IBluetoothAvrcpTarget.aidl | 57 boolean SetVolume(int volume); in SetVolume() method
|
/aosp12/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ |
H A D | avrcp_device_fuzz.cc | 43 virtual void SetVolume(int8_t volume) {} in SetVolume() function in bluetooth::avrcp::FakeVolumeInterface
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_avrcp_target_binder_server.cc | 209 Status BluetoothAvrcpTargetBinderServer::SetVolume(int32_t volume, in SetVolume() function in ipc::binder::BluetoothAvrcpTargetBinderServer 212 TRY_RET_FUNC(avrcp_target->SetVolume(volume)); in SetVolume()
|
H A D | bluetooth_avrcp_target_binder_server.h | 89 android::binder::Status SetVolume(int32_t volume,
|
/aosp12/system/bt/include/hardware/avrcp/ |
H A D | avrcp.h | 169 virtual void SetVolume(int8_t volume) = 0;
|
/aosp12/system/bt/profile/avrcp/tests/ |
H A D | avrcp_test_helper.h | 56 MOCK_METHOD1(SetVolume, void(int8_t));
|
H A D | avrcp_device_test.cc | 1284 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(1); in TEST_F() 1323 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(0); in TEST_F() 1363 test_device->SetVolume(vol); in TEST_F() 1364 test_device->SetVolume(vol); in TEST_F()
|
/aosp12/system/bt/service/ |
H A D | avrcp_target.h | 110 bool SetVolume(int volume);
|
H A D | avrcp_target.cc | 239 bool AvrcpTarget::SetVolume(int volume) { in SetVolume() function in bluetooth::AvrcpTarget
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hearing_aid.cpp | 218 sHearingAidInterface->SetVolume(volume); in setVolumeNative()
|
H A D | com_android_bluetooth_avrcp_target.cpp | 149 void SetVolume(int8_t volume) override { setVolume(volume); } in SetVolume() function in android::VolumeInterfaceImpl
|
/aosp12/system/bt/btif/avrcp/ |
H A D | avrcp_service.cc | 276 void SetVolume(int8_t volume) override { in SetVolume() function in bluetooth::avrcp::VolumeInterfaceWrapper 277 do_in_avrcp_jni(base::Bind(&VolumeInterface::SetVolume, in SetVolume()
|
/aosp12/system/bt/profile/avrcp/ |
H A D | device.h | 266 virtual void SetVolume(int8_t volume);
|
H A D | device.cc | 393 base::Bind(&Device::SetVolume, weak_ptr_factory_.GetWeakPtr())); in HandleVolumeChanged() 408 volume_interface_->SetVolume(volume_); in HandleVolumeChanged() 411 void Device::SetVolume(int8_t volume) { in SetVolume() function in bluetooth::avrcp::Device
|
/aosp12/system/bt/bta/vc/ |
H A D | vc.cc | 386 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, in SetVolume() function in __anonda2b7eff0110::VolumeControlImpl
|
H A D | vc_test.cc | 638 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F()
|
/aosp12/system/bt/bta/hearing_aid/ |
H A D | hearing_aid.cc | 1569 void SetVolume(int8_t volume) override { in SetVolume() function in __anon5e1925630110::HearingAidImpl
|
/aosp12/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 1351 SLresult (*SetVolume) ( member
|
/aosp12/frameworks/wilhelm/include/OMXAL/ |
H A D | OpenMAXAL.h | 1985 XAresult (*SetVolume) ( member
|