Home
last modified time | relevance | path

Searched refs:NotifyVolumeChanged (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.h75 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() function
H A Dtelephone_service.h194 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h48 virtual void NotifyVolumeChanged(int32_t volume) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h268 void NotifyVolumeChanged(uint8_t volume);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h53 void NotifyVolumeChanged(int32_t volume) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h48 void NotifyVolumeChanged(int32_t volume) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp457 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 Dbluetooth_avrcp_tg.cpp432 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 Dhfp_ag_service.h502 void NotifyVolumeChanged(int type, int volume);
H A Dhfp_ag_service.cpp1003 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 Davrcp_tg_test.cpp379 profile_->NotifyVolumeChanged(0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h601 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 Dbluetooth_avrcp_tg_stub.cpp341 NotifyVolumeChanged(volume); in NotifyVolumeChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp498 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 Davrcp_tg_service.h938 void NotifyVolumeChanged(uint8_t volume, uint8_t label = AVRC_DEFAULT_LABEL) override;
H A Davrcp_tg_service.cpp2520 void AvrcpTgService::NotifyVolumeChanged(uint8_t volume, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService