Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h46 virtual void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h250 void NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h51 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h46 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp401 void AvrcpTarget::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::AvrcpTarget
412 proxy->NotifyAddressedPlayerChanged(static_cast<int32_t>(playerId), static_cast<int32_t>(uidCounter)); in NotifyAddressedPlayerChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp431 void BluetoothAvrcpTgServer::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
440 pimpl->service_->NotifyAddressedPlayerChanged(static_cast<uint32_t>(playerId), static_cast<uint32_t>(uidCounter)); in NotifyAddressedPlayerChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h580 virtual void NotifyAddressedPlayerChanged(
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp338 * @tc.name: NotifyAddressedPlayerChanged
347 profile_->NotifyAddressedPlayerChanged(0 ,0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp436 void BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
438 HILOGI("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged start"); in NotifyAddressedPlayerChanged()
441 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged WriteInterfaceToken error"); in NotifyAddressedPlayerChanged()
445 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged playStatus error"); in NotifyAddressedPlayerChanged()
449 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged playbackPos error"); in NotifyAddressedPlayerChanged()
458 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged done fail, error: %{public}d", error); in NotifyAddressedPlayerChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp323 NotifyAddressedPlayerChanged(playerId, uidCounter); in NotifyAddressedPlayerChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h921 void NotifyAddressedPlayerChanged(
H A Davrcp_tg_service.cpp2459 void AvrcpTgService::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService

Completed in 15 milliseconds