Home
last modified time | relevance | path

Searched refs:playerId (Results 1 - 25 of 52) sorted by relevance

123

/foundation/multimedia/media_lite/services/player_lite/factory/src/
H A Dplayer_factory.cpp25 std::shared_ptr<PlayerInterface> PlayerFactory::CreatePlayer(PlayerId playerId) in CreatePlayer() argument
28 switch (playerId) { in CreatePlayer()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.cpp22 AvrcMpItem::AvrcMpItem(uint8_t itemType, uint16_t playerId, uint8_t majorType, uint32_t subType, uint8_t playStatus, in AvrcMpItem() argument
25 playerId_(playerId), in AvrcMpItem()
H A Davrcp_media.h35 AvrcMpItem(uint8_t itemType, uint16_t playerId, uint8_t majorType, uint32_t subType, uint8_t playStatus,
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.h53 void OnMetaDataChange(const std::string &playerId, const AVMetaData &data);
54 void OnPlaybackStateChanged(const std::string &playerId, const AVPlaybackState &state);
78 std::string ConvertMetadataInfoToStr(const std::string playerId, int32_t controlCommand,
105 explicit AVControllerObserver(const std::string &playerId) : playerId_(playerId){}; in AVControllerObserver() argument
H A Dmigrate_avsession_server.cpp186 std::string playerId = root[PLAYER_ID].isString() ? in ProcControlCommand() local
189 auto res = GetControllerById(playerId, avcontroller); in ProcControlCommand()
347 std::string playerId = controller->GetSessionId(); in ConvertControllersToStr() local
349 jsonObject[PLAYER_ID] = playerId; in ConvertControllersToStr()
510 const std::string playerId, int32_t controlCommand, const AVMetaData &metadata) in ConvertMetadataInfoToStr()
514 metaDataJson[PLAYER_ID] = playerId; in ConvertMetadataInfoToStr()
611 void MigrateAVSessionServer::OnMetaDataChange(const std::string & playerId, const AVMetaData &data) in OnMetaDataChange() argument
613 std::string metaDataStr = ConvertMetadataInfoToStr(playerId, SYNC_CONTROLLER_CALLBACK_ON_METADATA_CHANNGED, data); in OnMetaDataChange()
620 void MigrateAVSessionServer::OnPlaybackStateChanged(const std::string &playerId, const AVPlaybackState &state) in OnPlaybackStateChanged() argument
623 value[PLAYER_ID] = playerId; in OnPlaybackStateChanged()
509 ConvertMetadataInfoToStr( const std::string playerId, int32_t controlCommand, const AVMetaData &metadata) ConvertMetadataInfoToStr() argument
[all...]
/foundation/multimedia/media_lite/services/player_lite/factory/include/
H A Dplayer_factory.h32 static std::shared_ptr<PlayerInterface> CreatePlayer(PlayerId playerId);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.h186 * @param[in] playerId The player id.
189 void InitAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter) in InitAddressedPlayerChanged() argument
191 playerId_ = playerId; in InitAddressedPlayerChanged()
H A Davrcp_tg_service.cpp293 const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) in OnGetAddressedPlayer()
295 HILOGI("addr: %{public}s, playerId: %{public}d, uidCounter: %{public}d, label: %{public}d", in OnGetAddressedPlayer()
296 GetEncryptAddr(addr).c_str(), playerId, uidCounter, label); in OnGetAddressedPlayer()
301 service->OnGetAddressedPlayer(rawAddr, playerId, uidCounter, label); in OnGetAddressedPlayer()
1067 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) const in SetAddressedPlayer()
1069 HILOGI("rawAddr:%{public}s, playerId:%{public}d, uidCounter:%{public}d, label:%{public}d", in SetAddressedPlayer()
1070 GET_ENCRYPT_AVRCP_ADDR(rawAddr), playerId, uidCounter, label); in SetAddressedPlayer()
1073 stub::MediaService::GetInstance()->SetAddressedPlayer(rawAddr.GetAddress(), playerId, uidCounter, label); in SetAddressedPlayer()
1114 void AvrcpTgService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, in SetBrowsedPlayer() argument
1117 HILOGI("rawAddr:%{public}s, playerId in SetBrowsedPlayer()
292 OnGetAddressedPlayer( const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) OnGetAddressedPlayer() argument
1066 SetAddressedPlayer( const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) const SetAddressedPlayer() argument
2108 OnGetAddressedPlayer( const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) GetPlayStatus() argument
2129 OnGetAddressedPlayerNative( RawAddress rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) GetPlayStatus() argument
2459 NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter, uint8_t label) GetPlayStatus() argument
2473 NotifyAddressedPlayerChangedNative(uint16_t playerId, uint16_t uidCounter, uint8_t label) GetPlayStatus() argument
[all...]
H A Davrcp_tg_service.h333 const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) override;
841 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) override;
917 * @param[in] playerId The unique media player id.
922 uint16_t playerId, uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL) override;
1215 * @param[in] playerId The unique media player id.
1223 void SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) const;
1243 * @param[in] playerId The unique media player id.
1251 void SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) const;
1724 void OnGetAddressedPlayerNative(RawAddress rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label);
1807 * @param[in] playerId Th
[all...]
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_sink.cpp22 AudioSink::AudioSink(uint32_t playerId) : audioRenderer_(nullptr) in AudioSink() argument
24 SHARING_LOGD("playerId: %{public}u tid: %{public}d.", playerId, gettid()); in AudioSink()
25 playerId_ = playerId; in AudioSink()
30 SHARING_LOGD("playerId: %{public}u.", playerId_); in ~AudioSink()
33 SHARING_LOGD("renderthread release success,playerId: %{public}u.", playerId_); in ~AudioSink()
38 SHARING_LOGD("playerId: %{public}u.", playerId_); in Prepare()
50 SHARING_LOGD("channels(%{public}d) sampleRate(%{public}d) playerId: %{public}u.", channels, sampleRate, playerId_); in Prepare()
64 SHARING_LOGD("playerId: %{public}u.", playerId_); in Start()
77 SHARING_LOGD("playerId in Stop()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h251 * @param[in] playerId The unique media player id.
257 int SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) override;
264 * @param[in] playerId The unique media player id.
270 int SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) override;
851 * @param[in] playerId The unique media player id.
853 void SetAddressedPlayerNative(RawAddress rawAddr, uint16_t playerId);
876 * @param[in] playerId The unique media player id.
878 void SetBrowsedPlayerNative(RawAddress rawAddr, uint16_t playerId);
1493 * @param[in] playerId The unique media player id.
1499 void OnAddressedPlayerChanged(const RawAddress &rawAddr, uint16_t playerId, uint16_
[all...]
H A Davrcp_ct_service.cpp726 int AvrcpCtService::SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetAddressedPlayer() argument
728 HILOGI("address: %{public}s, playerId: %{public}d", GET_ENCRYPT_AVRCP_ADDR(rawAddr), playerId); in SetAddressedPlayer()
746 GetDispatcher()->PostTask(std::bind(&AvrcpCtService::SetAddressedPlayerNative, this, peerAddr, playerId)); in SetAddressedPlayer()
753 void AvrcpCtService::SetAddressedPlayerNative(RawAddress rawAddr, uint16_t playerId) in SetAddressedPlayerNative() argument
755 HILOGI("address: %{public}s, playerId: %{public}d", GET_ENCRYPT_AVRCP_ADDR(rawAddr), playerId); in SetAddressedPlayerNative()
766 profile_->SendSetAddressedPlayerCmd(rawAddr, playerId); in SetAddressedPlayerNative()
783 int AvrcpCtService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetBrowsedPlayer() argument
785 HILOGI("address: %{public}s, playerId in SetBrowsedPlayer()
814 SetBrowsedPlayerNative(RawAddress rawAddr, uint16_t playerId) SetBrowsedPlayerNative() argument
2123 OnAddressedPlayerChanged( const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, int result) const OnAddressedPlayerChanged() argument
[all...]
H A Davrcp_ct_browse.cpp63 AvrcCtSbpPacket::AvrcCtSbpPacket(uint16_t playerId) : AvrcCtBrowsePacket(), status_(AVRC_ES_CODE_INVALID) in AvrcCtSbpPacket() argument
65 HILOGI("playerId: %{public}d", playerId); in AvrcCtSbpPacket()
69 playerId_ = playerId; in AvrcCtSbpPacket()
433 auto playerId = static_cast<uint16_t>(payload); in DisassembleMpParameter() local
434 HILOGI("playerId: %{public}x", playerId); in DisassembleMpParameter()
466 AvrcMpItem mpItem(itemType, playerId, majorType, subType, playStatus, features, name); in DisassembleMpParameter()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H A Daudio_sink.h57 AudioSink(uint32_t playerId);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.h36 std::string playerId);
H A Ddragging_player_agent.cpp99 const shared_ptr<DecoderSurfaceFilter> &decoder, std::string playerId) in Init()
115 threadName_ = "DraggingTask_" + playerId; in Init()
98 Init(const shared_ptr<DemuxerFilter> &demuxer, const shared_ptr<DecoderSurfaceFilter> &decoder, std::string playerId) Init() argument
H A Dhiplayer_callback_looper.h41 void SetPlayEngine(IPlayerEngine* engine, std::string playerId);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h539 * @param[in] playerId The unique media player id.
545 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, int result) = 0;
710 * @param[in] playerId The unique media player id.
718 virtual int SetAddressedPlayer(const RawAddress &rawAddr, uint16_t playerId) = 0;
725 * @param[in] playerId The unique media player id.
733 virtual int SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) = 0;
H A Dinterface_profile_avrcp_tg.h482 const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t label) = 0;
574 * @param[in] playerId The unique media player id.
581 uint16_t playerId, uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h354 Notification(uint16_t playerId, uint16_t uidCounter) : playerId_(playerId), uidCounter_(uidCounter) in Notification() argument
621 * @param[in] playerId The unique media player id.
629 int SetAddressedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
635 * @param[in] playerId The unique media player id.
643 int SetBrowsedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
H A Dbluetooth_avrcp_tg.h245 * @param[in] playerId The unique media player id.
250 void NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h46 virtual void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h51 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h46 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h126 const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) = 0;
172 int SetAddressedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) in SetAddressedPlayer() argument
177 int SetBrowsedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) in SetBrowsedPlayer() argument

Completed in 19 milliseconds

123