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:playerCallback
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H
A
D
player_client.cpp
525
auto
playerCallback
= static_cast<PlayerCallback *>(option.args);
in PlayerCommonCallback()
local
526
if (
playerCallback
== nullptr) {
in PlayerCommonCallback()
527
MEDIA_ERR_LOG("call back error,
playerCallback
is null");
in PlayerCommonCallback()
533
playerCallback
->OnPlaybackComplete();
in PlayerCommonCallback()
541
playerCallback
->OnError(errorType, errorCode);
in PlayerCommonCallback()
549
playerCallback
->OnInfo(type, extra);
in PlayerCommonCallback()
557
playerCallback
->OnVideoSizeChanged(width, height);
in PlayerCommonCallback()
561
playerCallback
->OnRewindToComplete();
in PlayerCommonCallback()
/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H
A
D
audio_haptic_player.h
111
const std::shared_ptr<AudioHapticPlayerCallback> &
playerCallback
) = 0;
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H
A
D
audio_haptic_player_impl.cpp
305
const std::shared_ptr<AudioHapticPlayerCallback> &
playerCallback
)
in SetAudioHapticPlayerCallback()
307
if (
playerCallback
== nullptr) {
in SetAudioHapticPlayerCallback()
313
audioHapticPlayerCallback_ =
playerCallback
;
in SetAudioHapticPlayerCallback()
304
SetAudioHapticPlayerCallback( const std::shared_ptr<AudioHapticPlayerCallback> &
playerCallback
)
SetAudioHapticPlayerCallback()
argument
H
A
D
audio_haptic_player_impl.h
41
int32_t SetAudioHapticPlayerCallback(const std::shared_ptr<AudioHapticPlayerCallback> &
playerCallback
) override;
Completed in 3 milliseconds