Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PlayerClient
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H
A
D
player_client.cpp
20
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
D
player_client.h
29
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
D
player.cpp
29
player_ =
PlayerClient
::GetInstance();
in Player()
/foundation/multimedia/player_framework/services/services/player/client/
H
A
D
player_client.cpp
21
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
D
player_client.h
27
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
D
player_client.h
33
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
D
player_client.cpp
29
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
D
player.cpp
40
player_ =
PlayerClient
::GetInstance();
in Player()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H
A
D
player.h
418
class
PlayerClient
;
419
PlayerClient
* player_;
/foundation/multimedia/player_framework/services/services/sa_media/client/
H
A
D
media_client.cpp
172
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