Home
last modified time | relevance | path

Searched refs:SetBrowsedPlayer (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h72 virtual int32_t SetBrowsedPlayer(const RawAddress &device, int32_t playerId) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h66 int32_t SetBrowsedPlayer(const RawAddress &device, int32_t playerId) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h66 virtual int32_t SetBrowsedPlayer(const RawAddress &device, int32_t playerId) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h733 virtual int SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h177 …int SetBrowsedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t labe… in SetBrowsedPlayer() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h643 int SetBrowsedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h270 int SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) override;
H A Davrcp_ct_service.cpp783 int AvrcpCtService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetBrowsedPlayer() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp292 int ret = profile_->SetBrowsedPlayer(device, 0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1281 int32_t BluetoothAvrcpCtServer::SetBrowsedPlayer(const RawAddress &device, int32_t playerId) in SetBrowsedPlayer() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1287 result = pimpl->service_->SetBrowsedPlayer(BluetoothRawAddress(device), (uint16_t)playerId); in SetBrowsedPlayer()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp499 int32_t result = SetBrowsedPlayer(raw, playerId); in SetBrowsedPlayerInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp829 int32_t BluetoothAvrcpCtProxy::SetBrowsedPlayer(const RawAddress &device, int32_t playerId) in SetBrowsedPlayer() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp443 std::bind(&AvrcpTgService::SetBrowsedPlayer, this, _1, _2, _3, _4), in AvrcpTgService()
1114 void AvrcpTgService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCou… in SetBrowsedPlayer() function in OHOS::bluetooth::AvrcpTgService
1120 …int result = stub::MediaService::GetInstance()->SetBrowsedPlayer(rawAddr.GetAddress(), playerId, u… in SetBrowsedPlayer()
H A Davrcp_tg_service.h1251 …void SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t l…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1613 int AvrcpController::SetBrowsedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetBrowsedPlayer() function in OHOS::Bluetooth::AvrcpController
1626 return proxy->SetBrowsedPlayer(rawAddr, (int32_t)playerId); in SetBrowsedPlayer()