Home
last modified time | relevance | path

Searched refs:OnVolumeChanged (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_client_service.h33 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() function
H A Dtelephone_service.h47 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h75 virtual void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h73 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) override;
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.h52 void OnVolumeChanged(int volume, int maxVolume) override;
H A Dhw_cast_stream_player.cpp552 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 Dbluetooth_avrcp_ct_server.cpp231 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 Dinterface_profile_avrcp_ct.h565 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 Davrcp_ct_service.h1521 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) const;
H A Davrcp_ct_service.cpp63 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 Dbluetooth_avrcp_ct.cpp425 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 Dhw_cast_stream_player_test.cpp509 hwCastStreamPlayer->OnVolumeChanged(5, 15);
H A Dhw_cast_test.cpp467 streamplayer->OnVolumeChanged(volume, maxVolume);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp603 stub->OnVolumeChanged(RawAddress(addr), volume, result); in OnVolumeChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp1018 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 Dhfp_hf_service.cpp41 void OnVolumeChanged(int type, int volume) override in OnVolumeChanged() function in OHOS::bluetooth::TelephoneHfObserver