Home
last modified time | relevance | path

Searched refs:volume_interface (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/avrcp/
Davrcp_service.h56 void Init(MediaInterface* media_interface, VolumeInterface* volume_interface);
72 VolumeInterface* volume_interface) override;
Davrcp_service.cc287 VolumeInterface* volume_interface) { in Init() argument
297 if (volume_interface != nullptr) { in Init()
298 wrapped_volume_interface = new VolumeInterfaceWrapper(volume_interface); in Init()
391 MediaInterface* media_interface, VolumeInterface* volume_interface) { in Init() argument
408 media_interface, volume_interface)); in Init()
/system/bt/profile/avrcp/
Ddevice.h102 VolumeInterface* volume_interface);
Ddevice.cc53 VolumeInterface* volume_interface) { in RegisterInterfaces() argument
58 volume_interface_ = volume_interface; in RegisterInterfaces()