Searched refs:SetAddressedPlayer (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 101 * @brief Responds the data of the <b>SetAddressedPlayer</b>. 718 virtual int SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) = 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 label) in SetAddressedPlayer() function in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 629 int SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
|
/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; 856 * @brief Responds the data of the <b>SetAddressedPlayer</b>.
|
H A D | avrcp_ct_service.cpp | 726 int AvrcpCtService::SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetAddressedPlayer() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 266 * @tc.name: SetAddressedPlayer 275 int ret = profile_->SetAddressedPlayer(device, 0); in HWTEST_F()
|
/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, label); in SetAddressedPlayer()
|
H A D | avrcp_tg_service.h | 73 * @brief Responds the data of the <b>SetAddressedPlayer</b>. 540 * @brief Responds the data of the <b>SetAddressedPlayer</b>. 1212 * @brief Responds the data of the <b>SetAddressedPlayer</b>. 1223 void SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) const; 1226 * @brief Responds the data of the <b>SetAddressedPlayer</b>.
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1596 int AvrcpController::SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetAddressedPlayer() function in OHOS::Bluetooth::AvrcpController
|
Completed in 18 milliseconds