Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h101 * @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 Dmedia_service.h172 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 Dbluetooth_avrcp_ct.h629 int SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
/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;
856 * @brief Responds the data of the <b>SetAddressedPlayer</b>.
H A Davrcp_ct_service.cpp726 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 Davrcp_ct_test.cpp266 * @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 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, label); in SetAddressedPlayer()
H A Davrcp_tg_service.h73 * @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 Dbluetooth_avrcp_ct.cpp1596 int AvrcpController::SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetAddressedPlayer() function in OHOS::Bluetooth::AvrcpController

Completed in 19 milliseconds