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:playerCb_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/player_framework/services/services/player/server/
H
A
D
player_server.cpp
722
playerCb_
= nullptr;
in Release()
1419
playerCb_
= callback;
in SetPlayerCallback()
1576
if (
playerCb_
!= nullptr && !errorCbOnce_) {
in OnErrorCb()
1577
playerCb_
->OnError(errorCode, errorMsg);
in OnErrorCb()
1604
if (
playerCb_
!= nullptr && type == INFO_TYPE_ERROR_MSG) {
in InnerOnInfo()
1610
playerCb_
->OnInfo(type, extra, newInfo);
in InnerOnInfo()
1616
if (
playerCb_
!= nullptr && ret == MSERR_OK) {
in InnerOnInfo()
1624
playerCb_
->OnInfo(type, extra, newInfo);
in InnerOnInfo()
1631
playerCb_
->OnInfo(type, extra, infoBody);
in InnerOnInfo()
1634
MEDIA_LOGD("0x%{public}06" PRIXPTR "
playerCb_
!
in InnerOnInfo()
[all...]
H
A
D
player_server.h
171
std::shared_ptr<PlayerCallback>
playerCb_
= nullptr;
member in OHOS::Media::PlayerServer
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H
A
D
avplayer_napi.cpp
157
jsPlayer->
playerCb_
= std::make_shared<AVPlayerCallback>(env, jsPlayer);
in Constructor()
158
(void)jsPlayer->player_->SetPlayerCallback(jsPlayer->
playerCb_
);
in Constructor()
645
if (
playerCb_
!= nullptr) {
in ReleaseTask()
646
playerCb_
->Release();
in ReleaseTask()
925
if (jsPlayer->
playerCb_
->isSetVolume_) {
in JsSetVolume()
928
jsPlayer->
playerCb_
->isSetVolume_ = true;
in JsSetVolume()
2816
if (
playerCb_
!= nullptr) {
in SaveCallbackReference()
2817
playerCb_
->SaveCallbackReference(callbackName, ref);
in SaveCallbackReference()
2824
if (
playerCb_
!= nullptr) {
in ClearCallbackReference()
2825
playerCb_
in ClearCallbackReference()
[all...]
H
A
D
avplayer_napi.h
364
std::shared_ptr<AVPlayerCallback>
playerCb_
= nullptr;
member in OHOS::Media::AVPlayerNapi
/foundation/multimedia/player_framework/frameworks/native/player/
H
A
D
player_impl.h
108
std::shared_ptr<PlayerCallback>
playerCb_
;
member in OHOS::Media::PlayerImplCallback
H
A
D
player_impl.cpp
495
playerCb_
= playerCb;
in PlayerImplCallback()
519
playerCb =
playerCb_
;
in OnError()
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H
A
D
player_server_mem.cpp
768
playerCb_
= nullptr;
in LocalResourceRelease()
855
playerCb_
= recoverConfig_.callback;
in RecoverPlayerCb()
Completed in 12 milliseconds