Home
last modified time | relevance | path

Searched refs:SetAddressedPlayer (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h718 virtual int SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h172 …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 Dbluetooth_avrcp_ct.h629 int SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h257 int SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) override;
H A Davrcp_ct_service.cpp726 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 Davrcp_ct_test.cpp275 int ret = profile_->SetAddressedPlayer(device, 0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp442 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 Davrcp_tg_service.h1223 …void SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1599 int AvrcpController::SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetAddressedPlayer() function in OHOS::Bluetooth::AvrcpController