Home
last modified time | relevance | path

Searched refs:OnVolumeChanged (Results 1 - 25 of 34) sorted by relevance

12

/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 in stub::TelephoneClientServiceObserver
H A Dtelephone_service.h47 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() function in stub::TelephoneServiceObserver
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_stream_player_listener_impl.h41 virtual void OnVolumeChanged(int volume, int maxVolume) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H A Dstream_player_listener_impl_proxy.h37 void OnVolumeChanged(int volume, int maxVolume) override;
H A Dcast_stream_player.h63 void OnVolumeChanged(int volume, int maxVolume);
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H A Dstream_player_listener_impl_proxy.h37 void OnVolumeChanged(int volume, int maxVolume) override;
H A Dcast_stream_player.h63 void OnVolumeChanged(int volume, int maxVolume);
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_stream_player_listener.h63 void OnVolumeChanged(int volume, int maxVolume) override;
H A Dnapi_stream_player.h94 static napi_status OnVolumeChanged(napi_env env, napi_value callback, NapiStreamPlayer *napiStreamPlayer);
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_stream_player.h39 virtual void OnVolumeChanged(int volume, int maxVolume) = 0;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dstream_player_listener_impl_stub.h59 void OnVolumeChanged(int volume, int maxVolume) override;
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player_listener_impl_stub.cpp105 userListener_->OnVolumeChanged(volume, maxVolume); in DoOnVolumeChangedTask()
244 void StreamPlayerListenerImplStub::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() function in OHOS::CastEngine::CastEngineClient::StreamPlayerListenerImplStub
/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;
/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;
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp97 void StreamPlayerListenerImplProxy::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() function in OHOS::CastEngine::CastEngineService::StreamPlayerListenerImplProxy
H A Dcast_stream_player.cpp415 void CastStreamPlayerCallback::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() function in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
417 CLOGD("OnVolumeChanged in"); in OnVolumeChanged()
423 listener->OnVolumeChanged(volume, maxVolume); in OnVolumeChanged()
431 CLOGD("OnVolumeChanged out"); in OnVolumeChanged()
893 callback_->OnVolumeChanged(initVolume, maxVolume); in SendInitSysVolume()
1398 callback_->OnVolumeChanged(curVolume, maxVolume_); in OnVolumeKeyEvent()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp97 void StreamPlayerListenerImplProxy::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() function in OHOS::CastEngine::CastEngineService::StreamPlayerListenerImplProxy
H A Dcast_stream_player.cpp415 void CastStreamPlayerCallback::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() function in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
417 CLOGD("OnVolumeChanged in"); in OnVolumeChanged()
423 listener->OnVolumeChanged(volume, maxVolume); in OnVolumeChanged()
431 CLOGD("OnVolumeChanged out"); in OnVolumeChanged()
893 callback_->OnVolumeChanged(initVolume, maxVolume); in SendInitSysVolume()
1398 callback_->OnVolumeChanged(curVolume, maxVolume_); in OnVolumeKeyEvent()
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.h53 void OnVolumeChanged(int volume, int maxVolume) override;
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_stream_player_listener.cpp98 void NapiStreamPlayerListener::OnVolumeChanged(int volume, int maxVolume) in OnVolumeChanged() function in OHOS::CastEngine::CastEngineClient::NapiStreamPlayerListener
100 CLOGD("OnVolumeChanged start"); in OnVolumeChanged()
107 CLOGD("OnVolumeChanged finish"); in OnVolumeChanged()
/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;
/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
233 impl_->OnVolumeChanged(rawAddr, volume, result);
734 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) in OnVolumeChanged() function
742 observer->OnVolumeChanged(rawAddr, in OnVolumeChanged()
/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()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp422 void OnVolumeChanged(const RawAddress &rawAddr, uint8_t volume, int result) override
428 impl_->OnVolumeChanged(device, static_cast<uint8_t>(volume), static_cast<int>(result));
868 void OnVolumeChanged(const BluetoothRemoteDevice &device, uint8_t volume, int result) in OnVolumeChanged() function

Completed in 21 milliseconds

12