Home
last modified time | relevance | path

Searched refs:PlayerClient (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp20 Player::PlayerClient::PlayerClient() in PlayerClient() function in OHOS::Media::Player::PlayerClient
23 MEDIA_INFO_LOG("PlayerClient process"); in PlayerClient()
26 Player::PlayerClient::~PlayerClient() in ~PlayerClient()
28 MEDIA_INFO_LOG("PlayerClient out"); in ~PlayerClient()
32 int32_t Player::PlayerClient::SetSource(const Source &source) in SetSource()
41 int32_t Player::PlayerClient::Prepare() in Prepare()
50 int32_t Player::PlayerClient::Play() in Play()
59 bool Player::PlayerClient
[all...]
H A Dplayer_client.h29 class Player::PlayerClient { class in OHOS::Media::Player
31 static PlayerClient* GetInstance() in GetInstance()
33 PlayerClient *client = new PlayerClient(); in GetInstance()
40 PlayerClient();
41 ~PlayerClient();
H A Dplayer.cpp29 player_ = PlayerClient::GetInstance(); in Player()
/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.cpp21 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_PLAYER, "PlayerClient"};
26 std::shared_ptr<PlayerClient> PlayerClient::Create(const sptr<IStandardPlayerService> &ipcProxy) in Create()
28 std::shared_ptr<PlayerClient> player = std::make_shared<PlayerClient>(ipcProxy); in Create()
36 PlayerClient::PlayerClient(const sptr<IStandardPlayerService> &ipcProxy) in PlayerClient() function in OHOS::Media::PlayerClient
42 PlayerClient::~PlayerClient() in ~PlayerClient()
54 int32_t PlayerClient
[all...]
H A Dplayer_client.h27 class PlayerClient : public IPlayerService, public MonitorClientObject { class
29 static std::shared_ptr<PlayerClient> Create(const sptr<IStandardPlayerService> &ipcProxy);
30 explicit PlayerClient(const sptr<IStandardPlayerService> &ipcProxy);
31 ~PlayerClient();
80 // PlayerClient
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.h33 class Player::PlayerClient { class in OHOS::Media::Player
35 static PlayerClient* GetInstance() in GetInstance()
37 static PlayerClient client; in GetInstance()
75 PlayerClient() : proxy_(nullptr), sid_(nullptr) {} in PlayerClient() function in OHOS::Media::Player::PlayerClient
76 ~PlayerClient() {} in ~PlayerClient()
H A Dplayer_client.cpp29 bool Player::PlayerClient::InitPlayerClient() in InitPlayerClient()
47 int Player::PlayerClient::Callback(void* owner, int code, IpcIo *reply) in Callback()
207 int32_t Player::PlayerClient::SetSource(const Source &source) in SetSource()
243 int32_t Player::PlayerClient::Prepare() in Prepare()
259 int32_t Player::PlayerClient::Play() in Play()
275 bool Player::PlayerClient::IsPlaying() in IsPlaying()
291 int32_t Player::PlayerClient::Pause() in Pause()
307 int32_t Player::PlayerClient::Stop() in Stop()
322 int32_t Player::PlayerClient::Rewind(int64_t mSeconds, int32_t mode) in Rewind()
340 int32_t Player::PlayerClient
[all...]
H A Dplayer.cpp40 player_ = PlayerClient::GetInstance(); in Player()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h418 class PlayerClient;
419 PlayerClient* player_;
/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp172 std::shared_ptr<PlayerClient> player = PlayerClient::Create(playerProxy); in CreatePlayerService()
362 auto player = std::static_pointer_cast<PlayerClient>(it); in AVPlayerServerDied()

Completed in 6 milliseconds