/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_client_service.h | 33 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() function
|
H A D | telephone_service.h | 47 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 75 virtual void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 73 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) override;
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_stream_player.h | 52 void OnVolumeChanged(int volume, int maxVolume) override;
|
H A D | hw_cast_stream_player.cpp | 552 void HwCastStreamPlayer::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() function in OHOS::AVSession::HwCastStreamPlayer
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 231 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) override in OnVolumeChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 233 impl_->OnVolumeChanged(rawAddr, volume, result); in OnVolumeChanged() 734 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) in OnVolumeChanged() function 742 observer->OnVolumeChanged(rawAddr, in OnVolumeChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 565 virtual void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1521 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) const;
|
H A D | avrcp_ct_service.cpp | 63 std::bind(&AvrcpCtService::OnVolumeChanged, this, _1, _2, _3), in AvrcpCtService() 2148 void AvrcpCtService::OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) const in OnVolumeChanged() function in OHOS::bluetooth::AvrcpCtService 2154 myObserver_->OnVolumeChanged(rawAddr, volume, result); in OnVolumeChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 425 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) override in OnVolumeChanged() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 431 impl_->OnVolumeChanged(device, static_cast<uint8_t>(volume), static_cast<int>(result)); in OnVolumeChanged() 871 void OnVolumeChanged(const BluetoothRemoteDevice &device, uint8_t volume, int result) in OnVolumeChanged() function
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_stream_player_test.cpp | 509 hwCastStreamPlayer->OnVolumeChanged(5, 15);
|
H A D | hw_cast_test.cpp | 467 streamplayer->OnVolumeChanged(volume, maxVolume);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 603 stub->OnVolumeChanged(RawAddress(addr), volume, result); in OnVolumeChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 1018 void BluetoothAvrcpCtObserverProxy::OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int … in OnVolumeChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 41 void OnVolumeChanged(int type, int volume) override in OnVolumeChanged() function in OHOS::bluetooth::TelephoneHfObserver
|