Home
last modified time | relevance | path

Searched refs:playerId_ (Results 1 - 25 of 29) sorted by relevance

12

/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_sink.cpp25 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: %{public}u.", playerId_); in Stop()
79 SHARING_LOGE("audioRenderer_ is NULL playerId: %{public}u!", playerId_); in Stop()
84 SHARING_LOGE("running_ is false playerId: %{public}u!", playerId_); in Stop()
90 SHARING_LOGD("success, playerId: %{public}u.", playerId_); in Stop()
[all...]
H A Daudio_player.cpp33 playerId_ = GetId(); in Init()
35 audioSink_ = std::make_shared<AudioSink>(playerId_); in Init()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_avrcp_mpItem.cpp26 if (!parcel.WriteUint16(playerId_)) { in Marshalling()
72 if (!parcel.ReadUint16(playerId_)) { in ReadFromParcel()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_notification.h207 return playerId_; in GetPlayerId()
239 uint16_t playerId_ {AVRC_CT_NOTIFY_PLAYER_ID}; // The value of the "Player Id".
H A Davrcp_ct_notification.cpp232 playerId_ = static_cast<uint16_t>(payload); in DisassembleAddressedPlayerChanged()
233 HILOGI("playerId_: %{public}x", playerId_); in DisassembleAddressedPlayerChanged()
H A Davrcp_ct_browse.cpp69 playerId_ = playerId; in AvrcCtSbpPacket()
100 PushOctets2((buffer + offset), playerId_); in AssemblePacket()
101 HILOGI("playerId_: %{public}x", playerId_); in AssemblePacket()
H A Davrcp_ct_vendor.h688 uint16_t playerId_ {AVRC_CT_SAP_PLAYER_ID}; // The value of the "Player Id".
H A Davrcp_ct_browse.h228 uint16_t playerId_ {AVRC_CT_SBP_PLAYER_ID}; // The value of the "Player Id".
H A Davrcp_ct_vendor.cpp1381 playerId_ = playerId; in AvrcCtSapPacket()
1415 PushOctets2((bufferPtr + offset), playerId_); in AssembleParameters()
1416 HILOGI("playerId_: %{public}d", playerId_); in AssembleParameters()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.h191 playerId_ = playerId; in InitAddressedPlayerChanged()
262 uint16_t playerId_ {AVRC_TG_NOTIFY_PLAYER_ID}; // The value of the "Player Id".
H A Davrcp_tg_browse.h231 return playerId_; in GetPlayerId()
235 uint16_t playerId_ {AVRC_TG_SBP_PLAYER_ID}; // The unique media player id.
H A Davrcp_tg_vendor.h804 return playerId_; in GetPlayerId()
808 uint16_t playerId_ {AVRC_TG_SAP_PLAYER_ID}; // The value of the "Player Id".
H A Davrcp_tg_notification.cpp284 offset += PushOctets2((bufferPtr + offset), playerId_); in AssembleAddressedPlayerChanged()
285 HILOGI("playerId_: %{public}x", playerId_); in AssembleAddressedPlayerChanged()
H A Davrcp_tg_browse.cpp214 playerId_ = static_cast<uint16_t>(payload); in DisassemblePacket()
215 HILOGI("playerId_: %{public}x", playerId_); in DisassemblePacket()
490 newOffset += PushOctets2((buffer + newOffset), item.playerId_); in AssembleMpItem()
491 HILOGI("playerId_: %{public}x", item.playerId_); in AssembleMpItem()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.cpp25 playerId_(playerId), in AvrcMpItem()
H A Davrcp_media.h43 uint16_t playerId_ = 0; // The value of the "Player Id". member in OHOS::bluetooth::AvrcMpItem
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H A Daudio_sink.h81 uint32_t playerId_ = -1; member in OHOS::Sharing::AudioSink
H A Daudio_player.h60 uint32_t playerId_ = -1; member in OHOS::Sharing::AudioPlayer
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.h105 explicit AVControllerObserver(const std::string &playerId) : playerId_(playerId){}; in AVControllerObserver()
126 std::string playerId_ = ""; member in OHOS::AVSession::AVControllerObserver
H A Dmigrate_avsession_server.cpp643 server->OnPlaybackStateChanged(playerId_, state); in OnPlaybackStateChange()
652 server->OnMetaDataChange(playerId_, data); in OnMetaDataChange()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h256 uint16_t playerId_ {AVRC_MEDIA_FOLDER_PLAYABLE_RESERVED};
354 Notification(uint16_t playerId, uint16_t uidCounter) : playerId_(playerId), uidCounter_(uidCounter) in Notification()
365 uint16_t playerId_ {0xFFFF}; // The value of the "Player Id".
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp238 myItem.playerId_ = items.at(i).playerId_;
653 mediaPlayer.playerId_ = items.at(i).playerId_; in OnGetMediaPlayers()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp103 playerId_ = std::string("HiPlayer_") + std::to_string(OHOS::Media::Pipeline::Pipeline::GetNextPipelineId()); in HiPlayerImpl()
106 callbackLooper_.SetPlayEngine(this, playerId_); in HiPlayerImpl()
108 dfxAgent_ = std::make_shared<DfxAgent>(playerId_, bundleName_); in HiPlayerImpl()
120 PipeLineThreadPool::GetInstance().DestroyThread(playerId_); in ~HiPlayerImpl()
145 std::shared_ptr<EventReceiver> playerEventReceiver = std::make_shared<PlayerEventReceiver>(this, playerId_); in Init()
153 pipeline_->Init(playerEventReceiver, playerFilterCallback, playerId_); in Init()
2902 Status res = draggingPlayerAgent_->Init(demuxer_, videoDecoder_, playerId_); in StartSeekContinous()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h48 uint16_t playerId_ {0xFFFF};
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h243 std::string playerId_; member in OHOS::Media::MediaDemuxer

Completed in 25 milliseconds

12