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:nativePlayer_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/player/
H
A
D
audio_player_napi.cpp
49
nativePlayer_
= nullptr;
in ~AudioPlayerNapi()
116
playerNapi->
nativePlayer_
= PlayerFactory::CreatePlayer();
in Constructor()
117
if (playerNapi->
nativePlayer_
== nullptr) {
in Constructor()
121
if (playerNapi->callbackNapi_ == nullptr && playerNapi->
nativePlayer_
!= nullptr) {
in Constructor()
123
(void)playerNapi->
nativePlayer_
->SetPlayerCallback(playerNapi->callbackNapi_);
in Constructor()
220
if (player->
nativePlayer_
== nullptr) {
in SetSrc()
249
ret = player->
nativePlayer_
->SetSource(fd, 0, -1);
in SetSrc()
251
ret = player->
nativePlayer_
->SetSource(player->uri_);
in SetSrc()
259
ret = player->
nativePlayer_
->PrepareAsync();
in SetSrc()
308
if (player->
nativePlayer_
in SetFdSrc()
[all...]
H
A
D
video_player_napi.cpp
84
nativePlayer_
= nullptr;
in ~VideoPlayerNapi()
158
jsPlayer->
nativePlayer_
= PlayerFactory::CreatePlayer();
in Constructor()
159
if (jsPlayer->
nativePlayer_
== nullptr) {
in Constructor()
163
if (jsPlayer->jsCallback_ == nullptr && jsPlayer->
nativePlayer_
!= nullptr) {
in Constructor()
165
(void)jsPlayer->
nativePlayer_
->SetPlayerCallback(jsPlayer->jsCallback_);
in Constructor()
240
if (jsPlayer->
nativePlayer_
== nullptr) {
in SetUrl()
263
ret = jsPlayer->
nativePlayer_
->SetSource(fd, 0, -1);
in SetUrl()
265
ret = jsPlayer->
nativePlayer_
->SetSource(jsPlayer->url_);
in SetUrl()
324
if (jsPlayer->
nativePlayer_
== nullptr) {
in SetFdSrc()
342
int32_t ret = jsPlayer->
nativePlayer_
in SetFdSrc()
[all...]
/foundation/multimedia/player_framework/interfaces/kits/js/
H
A
D
audio_player_napi.h
66
std::shared_ptr<Player>
nativePlayer_
= nullptr;
member in OHOS::Media::AudioPlayerNapi
H
A
D
video_player_napi.h
176
std::shared_ptr<Player>
nativePlayer_
= nullptr;
member in OHOS::Media::VideoPlayerNapi
Completed in 4 milliseconds