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:GetPlayerState
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H
A
D
player_client.cpp
192
int32_t Player::PlayerClient::
GetPlayerState
(int32_t &state) const
in GetPlayerState()
function in OHOS::Media::Player::PlayerClient
198
return impl_->
GetPlayerState
(state);
in GetPlayerState()
H
A
D
player.cpp
225
int32_t Player::
GetPlayerState
(int32_t &state) const
in GetPlayerState()
function in OHOS::Media::Player
232
return player_->
GetPlayerState
(state);
in GetPlayerState()
H
A
D
player_client.h
61
int32_t
GetPlayerState
(int32_t &state) const;
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H
A
D
player.cpp
193
int32_t Player::
GetPlayerState
(int32_t &state) const
in GetPlayerState()
function in OHOS::Media::Player
197
return player_->
GetPlayerState
(state);
in GetPlayerState()
H
A
D
player_client.h
67
int32_t
GetPlayerState
(int32_t &state) const;
H
A
D
player_client.cpp
599
int32_t Player::PlayerClient::
GetPlayerState
(int32_t &state) const
in GetPlayerState()
function in OHOS::Media::Player::PlayerClient
611
MEDIA_ERR_LOG("
GetPlayerState
failed, ret=%u\n", ret);
in GetPlayerState()
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/
H
A
D
player.cpp
219
int32_t Player::
GetPlayerState
(int32_t &state) const
in GetPlayerState()
function in OHOS::Media::Player
221
MEDIA_INFO_LOG("Player
GetPlayerState
in");
in GetPlayerState()
226
return g_player->
GetPlayerState
(state);
in GetPlayerState()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H
A
D
player.h
374
int32_t
GetPlayerState
(int32_t &state) const;
/foundation/multimedia/media_lite/interfaces/innerkits/
H
A
D
player_interface.h
43
virtual int32_t
GetPlayerState
(int32_t &state) = 0;
/foundation/multimedia/media_lite/services/player_lite/server/include/
H
A
D
player_server.h
74
void
GetPlayerState
(IpcIo *req, IpcIo *reply);
/foundation/multimedia/media_lite/services/player_lite/impl/
H
A
D
player_impl.h
84
int32_t
GetPlayerState
(int32_t &state) override;
H
A
D
player_impl.cpp
580
int32_t PlayerImpl::
GetPlayerState
(int32_t &state)
in GetPlayerState()
function in OHOS::Media::PlayerImpl
/foundation/multimedia/media_lite/services/player_lite/server/src/
H
A
D
player_server.cpp
102
PlayerServer::GetInstance()->
GetPlayerState
(req, reply);
in PlayerServerRequestHandle()
341
if (player_ == nullptr || player_->
GetPlayerState
(state) != 0 || state != static_cast<int32_t> (PLAYER_IDLE)) {
in SetSource()
598
void PlayerServer::
GetPlayerState
(IpcIo *req, IpcIo *reply)
in GetPlayerState()
function in OHOS::Media::PlayerServer
603
WriteInt32(reply, player_->
GetPlayerState
(state));
in GetPlayerState()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.h
74
int32_t
GetPlayerState
(int32_t& state) override;
H
A
D
hiplayer_impl.cpp
538
int32_t HiPlayerImpl::
GetPlayerState
(int32_t& state)
in GetPlayerState()
function in OHOS::Media::HiPlayerImpl
Completed in 10 milliseconds