/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_client_service.h | 75 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() function
|
H A D | telephone_service.h | 194 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_tg.h | 48 virtual void NotifyVolumeChanged(int32_t volume) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_tg.h | 268 void NotifyVolumeChanged(uint8_t volume);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_tg_server.h | 53 void NotifyVolumeChanged(int32_t volume) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_tg_proxy.h | 48 void NotifyVolumeChanged(int32_t volume) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 457 void BluetoothAvrcpTgServer::NotifyVolumeChanged(int32_t volume) in NotifyVolumeChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer 466 pimpl->service_->NotifyVolumeChanged(static_cast<uint8_t>(volume)); in NotifyVolumeChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 432 void AvrcpTarget::NotifyVolumeChanged(uint8_t volume) in NotifyVolumeChanged() function in OHOS::Bluetooth::AvrcpTarget 443 proxy->NotifyVolumeChanged(static_cast<int32_t>(volume)); in NotifyVolumeChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.h | 502 void NotifyVolumeChanged(int type, int volume);
|
H A D | hfp_ag_service.cpp | 1003 void HfpAgService::NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() function in OHOS::bluetooth::HfpAgService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_tg_test.cpp | 379 profile_->NotifyVolumeChanged(0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 601 virtual void NotifyVolumeChanged(uint8_t volume, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 341 NotifyVolumeChanged(volume); in NotifyVolumeChangedInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 498 void BluetoothAvrcpTgProxy::NotifyVolumeChanged(int32_t volume) in NotifyVolumeChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 938 void NotifyVolumeChanged(uint8_t volume, uint8_t label = AVRC_DEFAULT_LABEL) override;
|
H A D | avrcp_tg_service.cpp | 2520 void AvrcpTgService::NotifyVolumeChanged(uint8_t volume, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|