| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| D | bluetooth_avrcp_tg.h | 248 void NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter);
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
| D | bluetooth_avrcp_tg_server.h | 51 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
| D | i_bluetooth_avrcp_tg.h | 46 virtual void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) = 0;
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
| D | bluetooth_avrcp_tg_proxy.h | 46 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| D | bluetooth_avrcp_tg_server.cpp | 430 void BluetoothAvrcpTgServer::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer 439 …pimpl->service_->NotifyAddressedPlayerChanged(static_cast<uint32_t>(playerId), static_cast<uint32_… in NotifyAddressedPlayerChanged()
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_avrcp_tg.cpp | 396 void AvrcpTarget::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::AvrcpTarget 407 …proxy->NotifyAddressedPlayerChanged(static_cast<int32_t>(playerId), static_cast<int32_t>(uidCounte… in NotifyAddressedPlayerChanged()
|
| /foundation/communication/bluetooth_service/test/unittest/avrcp/ |
| D | avrcp_tg_test.cpp | 347 profile_->NotifyAddressedPlayerChanged(0 ,0);
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
| D | interface_profile_avrcp_tg.h | 580 virtual void NotifyAddressedPlayerChanged(
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| D | bluetooth_avrcp_tg_stub.cpp | 323 NotifyAddressedPlayerChanged(playerId, uidCounter); in NotifyAddressedPlayerChangedInner()
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| D | bluetooth_avrcp_tg_proxy.cpp | 433 void BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| D | avrcp_tg_service.h | 921 void NotifyAddressedPlayerChanged(
|
| D | avrcp_tg_service.cpp | 2459 void AvrcpTgService::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter, uint8_t l… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|