Home
last modified time | relevance | path

Searched refs:VolumeControl (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/btif/src/
H A Dbtif_vc.cc47 do_in_main_thread(FROM_HERE, Bind(&VolumeControl::Initialize, this)); in Init()
78 Bind(&VolumeControl::Connect, in Connect()
79 Unretained(VolumeControl::Get()), address)); in Connect()
85 Bind(&VolumeControl::Disconnect, in Disconnect()
86 Unretained(VolumeControl::Get()), address)); in Disconnect()
92 do_in_main_thread(FROM_HERE, Bind(&VolumeControl::SetVolume, in SetVolume()
93 Unretained(VolumeControl::Get()), in SetVolume()
101 if (VolumeControl::IsVolumeControlRunning()) { in RemoveDevice()
103 Bind(&VolumeControl::Disconnect, in RemoveDevice()
104 Unretained(VolumeControl::Get()), address)); in RemoveDevice()
[all …]
H A Dbtif_hf.cc719 bt_status_t VolumeControl(bthf_volume_type_t type, int volume,
914 bt_status_t HeadsetInterface::VolumeControl(bthf_volume_type_t type, int volume, in VolumeControl() function in bluetooth::headset::HeadsetInterface
/aosp12/system/bt/test/mock/
H A Dmock_bta_vc.cc43 void VolumeControl::AddFromStorage(const RawAddress& address, in AddFromStorage()
47 void VolumeControl::CleanUp() { mock_function_count_map[__func__]++; } in CleanUp()
48 void VolumeControl::DebugDump(int fd) { mock_function_count_map[__func__]++; } in DebugDump()
49 VolumeControl* VolumeControl::Get(void) { in Get()
53 bool VolumeControl::IsVolumeControlRunning() { in IsVolumeControlRunning()
57 void VolumeControl::Initialize( in Initialize()
/aosp12/system/bt/bta/vc/
H A Dvc_test.cc246 VolumeControl::CleanUp(); in TestAppUnregister()
258 VolumeControl::Get()->Connect(address); in TestConnect()
403 ASSERT_DEATH(VolumeControl::Get(), ""); in TEST_F()
407 VolumeControl::Initialize(callbacks.get()); in TEST_F()
409 VolumeControl::CleanUp(); in TEST_F()
413 VolumeControl::Initialize(callbacks.get()); in TEST_F()
414 VolumeControl* volume_control_p = VolumeControl::Get(); in TEST_F()
415 VolumeControl::Initialize(callbacks.get()); in TEST_F()
417 VolumeControl::CleanUp(); in TEST_F()
422 VolumeControl::CleanUp(); in TEST_F()
[all …]
H A Dvc.cc60 class VolumeControlImpl : public VolumeControl {
529 void VolumeControl::Initialize( in Initialize()
539 bool VolumeControl::IsVolumeControlRunning() { return instance; } in IsVolumeControlRunning()
541 VolumeControl* VolumeControl::Get(void) { in Get()
546 void VolumeControl::AddFromStorage(const RawAddress& address, in AddFromStorage()
556 void VolumeControl::CleanUp() { in CleanUp()
570 void VolumeControl::DebugDump(int fd) { in DebugDump()
/aosp12/system/bt/bta/include/
H A Dbta_vc_api.h22 class VolumeControl {
24 virtual ~VolumeControl() = default;
28 static VolumeControl* Get();
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Control.cpp194 if (pParams->VolumeControl == LVDBE_VOLUME_ON) { in LVDBE_SetVolume()
315 (pInstance->Params.VolumeControl != pParams->VolumeControl)) { in LVDBE_Control()
H A DLVDBE_Init.cpp80 pInstance->Params.VolumeControl = LVDBE_VOLUME_OFF; in LVDBE_Init()
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h197 LVDBE_Volume_en VolumeControl; member
/aosp12/system/bt/include/hardware/
H A Dbluetooth_headset_interface.h117 virtual bt_status_t VolumeControl(bthf_volume_type_t type, int volume,
/aosp12/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java483 public @interface VolumeControl {} annotation in HdmiControlManager
1273 @VolumeControl int hdmiCecVolumeControlEnabled) { in setHdmiCecVolumeControlEnabled()
1288 @VolumeControl
1418 void onHdmiCecVolumeControlFeature(@VolumeControl int hdmiCecVolumeControl); in onHdmiCecVolumeControlFeature()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java220 @HdmiControlManager.VolumeControl
2441 @HdmiControlManager.VolumeControl int hdmiCecVolumeControl) { in setHdmiCecVolumeControlEnabledInternal()
2950 @HdmiControlManager.VolumeControl int hdmiCecVolumeControl) { in announceHdmiCecVolumeControlFeatureChange()
3309 @HdmiControlManager.VolumeControl
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Control.cpp562 DBE_Params.VolumeControl = LVDBE_VOLUME_OFF; in LVM_ApplyNewSettings()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp691 bt_status_t status = sBluetoothHfpInterface->VolumeControl( in setVolumeNative()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java8798 @HdmiControlManager.VolumeControl int hdmiCecVolumeControl) { in onHdmiCecVolumeControlFeature()