/ohos5.0/foundation/multimedia/media_lite/services/player_lite/factory/src/ |
H A D | player_factory.cpp | 25 std::shared_ptr<PlayerInterface> PlayerFactory::CreatePlayer(PlayerId playerId) in CreatePlayer()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | avrcp_media.cpp | 22 AvrcMpItem::AvrcMpItem(uint8_t itemType, uint16_t playerId, uint8_t majorType, uint32_t subType, ui… in AvrcMpItem()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/ |
H A D | migrate_avsession_server.cpp | 193 std::string playerId = root[PLAYER_ID].isString() ? in ProcControlCommand() local 355 std::string playerId = controller->GetSessionId(); in ConvertControllersToStr() local 518 const std::string playerId, int32_t controlCommand, const AVMetaData &metadata) in ConvertMetadataInfoToStr() 619 void MigrateAVSessionServer::OnMetaDataChange(const std::string & playerId, const AVMetaData &data) in OnMetaDataChange() 628 void MigrateAVSessionServer::OnPlaybackStateChanged(const std::string &playerId, const AVPlaybackSt… in OnPlaybackStateChanged()
|
H A D | migrate_avsession_server.h | 105 explicit AVControllerObserver(const std::string &playerId) : playerId_(playerId){}; in AVControllerObserver()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_notification.h | 189 void InitAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter) in InitAddressedPlayerChanged()
|
H A D | avrcp_tg_service.cpp | 293 const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) in OnGetAddressedPlayer() 1067 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) const in SetAddressedPlayer() 1114 void AvrcpTgService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCou… in SetBrowsedPlayer() 2109 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) in GetPlayStatus() 2130 RawAddress rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) in GetPlayStatus() 2459 void AvrcpTgService::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter, uint8_t l… in GetPlayStatus() 2473 void AvrcpTgService::NotifyAddressedPlayerChangedNative(uint16_t playerId, uint16_t uidCounter, uin… in GetPlayStatus()
|
/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() 177 …int SetBrowsedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t labe… in SetBrowsedPlayer()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | dragging_player_agent.cpp | 110 const shared_ptr<DecoderSurfaceFilter> &decoder, std::string playerId) in Init()
|
H A D | hiplayer_callback_looper.cpp | 75 void HiPlayerCallbackLooper::SetPlayEngine(IPlayerEngine* engine, std::string playerId) in SetPlayEngine()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.cpp | 63 AvrcCtSbpPacket::AvrcCtSbpPacket(uint16_t playerId) : AvrcCtBrowsePacket(), status_(AVRC_ES_CODE_IN… in AvrcCtSbpPacket() 433 auto playerId = static_cast<uint16_t>(payload); in DisassembleMpParameter() local
|
H A D | avrcp_ct_service.cpp | 726 int AvrcpCtService::SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetAddressedPlayer() 753 void AvrcpCtService::SetAddressedPlayerNative(RawAddress rawAddr, uint16_t playerId) in SetAddressedPlayerNative() 783 int AvrcpCtService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetBrowsedPlayer() 814 void AvrcpCtService::SetBrowsedPlayerNative(RawAddress rawAddr, uint16_t playerId) in SetBrowsedPlayerNative() 2124 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, int result) const in OnAddressedPlayerChanged()
|
H A D | avrcp_ct_profile.cpp | 1171 void AvrcCtProfile::SendSetAddressedPlayerCmd(const RawAddress &rawAddr, uint16_t playerId) in SendSetAddressedPlayerCmd() 1746 void AvrcCtProfile::SendSetBrowsedPlayerCmd(const RawAddress &rawAddr, uint16_t playerId) in SendSetBrowsedPlayerCmd()
|
H A D | avrcp_ct_vendor.cpp | 1374 AvrcCtSapPacket::AvrcCtSapPacket(uint16_t playerId) : AvrcCtVendorPacket() in AvrcCtSapPacket()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | migrate_avsession_test.cpp | 436 const std::string playerId = "123"; variable
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 354 …Notification(uint16_t playerId, uint16_t uidCounter) : playerId_(playerId), uidCounter_(uidCounter) in Notification()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 431 void BluetoothAvrcpTgServer::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged()
|
H A D | bluetooth_avrcp_ct_server.cpp | 221 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, int result) override in OnAddressedPlayerChanged() 1281 int32_t BluetoothAvrcpCtServer::SetBrowsedPlayer(const RawAddress &device, int32_t playerId) in SetBrowsedPlayer()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 404 void AvrcpTarget::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter) in NotifyAddressedPlayerChanged()
|
H A D | bluetooth_avrcp_ct.cpp | 402 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, int result) override in OnAddressedPlayerChanged() 1599 int AvrcpController::SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetAddressedPlayer() 1613 int AvrcpController::SetBrowsedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetBrowsedPlayer()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 320 int32_t playerId = data.ReadInt32(); in NotifyAddressedPlayerChangedInner() local
|
H A D | bluetooth_avrcp_ct_stub.cpp | 497 int32_t playerId = data.ReadInt32(); in SetBrowsedPlayerInner() local
|
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 947 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, int result) in OnAddressedPlayerChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 447 void BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged()
|
H A D | bluetooth_avrcp_ct_proxy.cpp | 829 int32_t BluetoothAvrcpCtProxy::SetBrowsedPlayer(const RawAddress &device, int32_t playerId) in SetBrowsedPlayer()
|
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 580 uint16_t playerId = static_cast<uint16_t>(data.ReadInt32()); in OnAddressedPlayerChangedInner() local
|