/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/ |
H A D | audio_sink.cpp | 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: %{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 D | audio_player.cpp | 33 playerId_ = GetId(); in Init() 35 audioSink_ = std::make_shared<AudioSink>(playerId_); in Init()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_avrcp_mpItem.cpp | 26 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 D | avrcp_ct_notification.h | 207 return playerId_; in GetPlayerId() 239 uint16_t playerId_ {AVRC_CT_NOTIFY_PLAYER_ID}; // The value of the "Player Id".
|
H A D | avrcp_ct_notification.cpp | 232 playerId_ = static_cast<uint16_t>(payload); in DisassembleAddressedPlayerChanged() 233 HILOGI("playerId_: %{public}x", playerId_); in DisassembleAddressedPlayerChanged()
|
H A D | avrcp_ct_browse.cpp | 69 playerId_ = playerId; in AvrcCtSbpPacket() 100 PushOctets2((buffer + offset), playerId_); in AssemblePacket() 101 HILOGI("playerId_: %{public}x", playerId_); in AssemblePacket()
|
H A D | avrcp_ct_vendor.h | 688 uint16_t playerId_ {AVRC_CT_SAP_PLAYER_ID}; // The value of the "Player Id".
|
H A D | avrcp_ct_browse.h | 228 uint16_t playerId_ {AVRC_CT_SBP_PLAYER_ID}; // The value of the "Player Id".
|
H A D | avrcp_ct_vendor.cpp | 1381 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 D | avrcp_tg_notification.h | 191 playerId_ = playerId; in InitAddressedPlayerChanged() 262 uint16_t playerId_ {AVRC_TG_NOTIFY_PLAYER_ID}; // The value of the "Player Id".
|
H A D | avrcp_tg_browse.h | 231 return playerId_; in GetPlayerId() 235 uint16_t playerId_ {AVRC_TG_SBP_PLAYER_ID}; // The unique media player id.
|
H A D | avrcp_tg_vendor.h | 804 return playerId_; in GetPlayerId() 808 uint16_t playerId_ {AVRC_TG_SAP_PLAYER_ID}; // The value of the "Player Id".
|
H A D | avrcp_tg_notification.cpp | 284 offset += PushOctets2((bufferPtr + offset), playerId_); in AssembleAddressedPlayerChanged() 285 HILOGI("playerId_: %{public}x", playerId_); in AssembleAddressedPlayerChanged()
|
H A D | avrcp_tg_browse.cpp | 214 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 D | avrcp_media.cpp | 25 playerId_(playerId), in AvrcMpItem()
|
H A D | avrcp_media.h | 43 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 D | audio_sink.h | 81 uint32_t playerId_ = -1; member in OHOS::Sharing::AudioSink
|
H A D | audio_player.h | 60 uint32_t playerId_ = -1; member in OHOS::Sharing::AudioPlayer
|
/foundation/multimedia/av_session/services/session/server/migrate/ |
H A D | migrate_avsession_server.h | 105 explicit AVControllerObserver(const std::string &playerId) : playerId_(playerId){};
in AVControllerObserver() 126 std::string playerId_ = "";
member in OHOS::AVSession::AVControllerObserver
|
H A D | migrate_avsession_server.cpp | 643 server->OnPlaybackStateChanged(playerId_, state);
in OnPlaybackStateChange() 652 server->OnMetaDataChange(playerId_, data);
in OnMetaDataChange()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 256 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 D | bluetooth_avrcp_ct.cpp | 238 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 D | hiplayer_impl.cpp | 103 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 D | media_service.h | 48 uint16_t playerId_ {0xFFFF};
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.h | 243 std::string playerId_; member in OHOS::Media::MediaDemuxer
|