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:g_player
(Results
1 - 1
of
1
) sorted by relevance
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/
H
A
D
player.cpp
31
std::shared_ptr<Media::PlayerInterface>
g_player
;
member
37
g_player
= CreateHiPlayer();
in Player()
50
if (
g_player
== nullptr) {
in SetSource()
54
ret =
g_player
->SetSource(source);
in SetSource()
62
if (
g_player
== nullptr) {
in Prepare()
66
return
g_player
->Prepare();
in Prepare()
72
if (
g_player
== nullptr) {
in Play()
76
return
g_player
->Play();
in Play()
82
if (
g_player
== nullptr) {
in IsPlaying()
86
return
g_player
in IsPlaying()
[all...]
Completed in 1 milliseconds