Home
last modified time | relevance | path

Searched refs:NotifyAddressedPlayerChanged (Results 1 – 12 of 12) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_avrcp_tg.h248 void NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
Dbluetooth_avrcp_tg_server.h51 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
Di_bluetooth_avrcp_tg.h46 virtual void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
Dbluetooth_avrcp_tg_proxy.h46 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_avrcp_tg_server.cpp430 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/
Dbluetooth_avrcp_tg.cpp396 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/
Davrcp_tg_test.cpp347 profile_->NotifyAddressedPlayerChanged(0 ,0);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
Dinterface_profile_avrcp_tg.h580 virtual void NotifyAddressedPlayerChanged(
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_avrcp_tg_stub.cpp323 NotifyAddressedPlayerChanged(playerId, uidCounter); in NotifyAddressedPlayerChangedInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_avrcp_tg_proxy.cpp433 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/
Davrcp_tg_service.h921 void NotifyAddressedPlayerChanged(
Davrcp_tg_service.cpp2459 void AvrcpTgService::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter, uint8_t l… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService