Searched refs:SetAddressedPlayer (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 718 virtual int SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 172 …int SetAddressedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t la… in SetAddressedPlayer() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 629 int SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 257 int SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) override;
|
H A D | avrcp_ct_service.cpp | 726 int AvrcpCtService::SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetAddressedPlayer() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 275 int ret = profile_->SetAddressedPlayer(device, 0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 442 std::bind(&AvrcpTgService::SetAddressedPlayer, this, _1, _2, _3, _4), in AvrcpTgService() 1066 void AvrcpTgService::SetAddressedPlayer( in SetAddressedPlayer() function in OHOS::bluetooth::AvrcpTgService 1073 …stub::MediaService::GetInstance()->SetAddressedPlayer(rawAddr.GetAddress(), playerId, uidCounter, … in SetAddressedPlayer()
|
H A D | avrcp_tg_service.h | 1223 …void SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1599 int AvrcpController::SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetAddressedPlayer() function in OHOS::Bluetooth::AvrcpController
|