HomeSort by relevance Sort by last modified time
    Searched refs:VolumeInterface (Results 1 - 14 of 14) sorted by null

  /system/bt/btif/avrcp/
avrcp_service.h 56 void Init(MediaInterface* media_interface, VolumeInterface* volume_interface);
72 VolumeInterface* volume_interface) override;
91 VolumeInterface* volume_interface_ = nullptr;
avrcp_service.cc 244 class VolumeInterfaceWrapper : public VolumeInterface {
246 VolumeInterfaceWrapper(VolumeInterface* interface) : wrapped_(interface){};
250 base::Bind(static_cast<void (VolumeInterface::*)(const RawAddress&)>(
251 &VolumeInterface::DeviceConnected),
262 do_in_avrcp_jni(base::Bind(static_cast<void (VolumeInterface::*)(
264 &VolumeInterface::DeviceConnected),
269 do_in_avrcp_jni(base::Bind(&VolumeInterface::DeviceDisconnected,
274 do_in_avrcp_jni(base::Bind(&VolumeInterface::SetVolume,
279 VolumeInterface* wrapped_;
283 VolumeInterface* volume_interface)
    [all...]
  /system/bt/include/hardware/avrcp/
avrcp.h 147 class VolumeInterface {
169 virtual ~VolumeInterface() = default;
174 // mediaInterface can not be null. If volumeInterface is null then Absolute
177 VolumeInterface* volumeInterface) = 0;
  /system/bt/profile/avrcp/
connection_handler.h 68 VolumeInterface* vol);
125 VolumeInterface* vol_;
device.h 79 VolumeInterface* volume_interface);
291 VolumeInterface* volume_interface_ = nullptr;
connection_handler.cc 46 VolumeInterface* vol) {
314 // TODO (apanicke): Report to the VolumeInterface that a new Device is
device.cc 47 VolumeInterface* volume_interface) {
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Init.c 61 Volume->VolumeInterface.Revision = EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_REVISION;
62 Volume->VolumeInterface.OpenVolume = FatOpenVolume;
90 &Volume->VolumeInterface,
135 &Volume->VolumeInterface,
Fat.h 60 #define VOLUME_FROM_VOL_INTERFACE(a) CR (a, FAT_VOLUME, VolumeInterface, FAT_VOLUME_SIGNATURE);
311 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL VolumeInterface;
    [all...]
  /system/bt/profile/avrcp/tests/
avrcp_test_helper.h 51 class MockVolumeInterface : public VolumeInterface {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 61 ::bluetooth::avrcp::VolumeInterface::VolumeChangedCb cb);
126 class VolumeInterfaceImpl : public VolumeInterface {
754 std::map<RawAddress, ::bluetooth::avrcp::VolumeInterface::VolumeChangedCb>
759 ::bluetooth::avrcp::VolumeInterface::VolumeChangedCb cb) {
  /frameworks/av/services/audioflinger/
Threads.h 598 class VolumeInterface {
601 virtual ~VolumeInterface() {}
613 public VolumeInterface {
    [all...]
AudioFlinger.cpp     [all...]
AudioFlinger.h 599 VolumeInterface *getVolumeInterface_l(audio_io_handle_t output) const;
600 Vector <VolumeInterface *> getAllVolumeInterfaces_l() const;
    [all...]

Completed in 789 milliseconds