Home
last modified time | relevance | path

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

/system/bt/btif/avrcp/
Davrcp_service.h57 void Init(MediaInterface* media_interface, VolumeInterface* volume_interface);
78 VolumeInterface* volume_interface) override;
Davrcp_service.cc286 VolumeInterface* volume_interface) { in Init() argument
304 if (volume_interface != nullptr) { in Init()
305 wrapped_volume_interface = new VolumeInterfaceWrapper(volume_interface); in Init()
447 MediaInterface* media_interface, VolumeInterface* volume_interface) { in Init() argument
459 media_interface, volume_interface)); in Init()
/system/bt/profile/avrcp/
Ddevice.h112 VolumeInterface* volume_interface);
Ddevice.cc53 VolumeInterface* volume_interface) { in RegisterInterfaces() argument
58 volume_interface_ = volume_interface; in RegisterInterfaces()