Home
last modified time | relevance | path

Searched refs:NotifyVolumeChanged (Results 1 - 16 of 16) sorted by relevance

/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 in stub::TelePhoneClientService
H A Dtelephone_service.h194 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() function in stub::TelephoneService
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h48 virtual void NotifyVolumeChanged(int32_t volume) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h268 void NotifyVolumeChanged(uint8_t volume);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h53 void NotifyVolumeChanged(int32_t volume) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h48 void NotifyVolumeChanged(int32_t volume) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp429 void AvrcpTarget::NotifyVolumeChanged(uint8_t volume) in NotifyVolumeChanged() function in OHOS::Bluetooth::AvrcpTarget
440 proxy->NotifyVolumeChanged(static_cast<int32_t>(volume)); in NotifyVolumeChanged()
/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()
/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;
/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
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp370 * @tc.name: NotifyVolumeChanged
379 profile_->NotifyVolumeChanged(0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp487 void BluetoothAvrcpTgProxy::NotifyVolumeChanged(int32_t volume) in NotifyVolumeChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
489 HILOGI("BluetoothAvrcpTgProxy::NotifyVolumeChanged start"); in NotifyVolumeChanged()
492 HILOGE("BluetoothAvrcpTgProxy::NotifyVolumeChanged WriteInterfaceToken error"); in NotifyVolumeChanged()
496 HILOGE("BluetoothAvrcpTgProxy::NotifyVolumeChanged playStatus error"); in NotifyVolumeChanged()
504 HILOGE("BluetoothAvrcpTgProxy::NotifyVolumeChanged done fail, error: %{public}d", error); in NotifyVolumeChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp341 NotifyVolumeChanged(volume); in NotifyVolumeChangedInner()
/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

Completed in 16 milliseconds