Lines Matching refs:VolumeControl
47 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()
112 do_in_main_thread(FROM_HERE, Bind(&VolumeControl::CleanUp)); in Cleanup()