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:OnPlayFinished
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H
A
D
stream_id_manager.h
64
void
OnPlayFinished
()
in OnPlayFinished()
function in OHOS::Media::StreamIDManager::CacheBufferCallBack
67
streamIDManagerInner_.lock()->
OnPlayFinished
();
in OnPlayFinished()
69
"StreamIDManager::CacheBufferCallBack
OnPlayFinished
");
in OnPlayFinished()
95
void
OnPlayFinished
();
H
A
D
cache_buffer.cpp
151
MEDIA_LOGI("CacheBuffer::DoPlay callback_
OnPlayFinished
, streamID:%{public}d", streamID);
in DoPlay()
152
callback_->
OnPlayFinished
();
in DoPlay()
335
MEDIA_LOGI("cachebuffer callback_
OnPlayFinished
.");
in Stop()
336
callback_->
OnPlayFinished
();
in Stop()
339
MEDIA_LOGI("cachebuffer cacheBufferCallback_
OnPlayFinished
.");
in Stop()
340
cacheBufferCallback_->
OnPlayFinished
();
in Stop()
H
A
D
stream_id_manager.cpp
389
void StreamIDManager::
OnPlayFinished
()
in OnPlayFinished()
function in OHOS::Media::StreamIDManager
397
MEDIA_LOGI("StreamIDManager::
OnPlayFinished
erase playingStreamID:%{public}d", playingStreamID);
in OnPlayFinished()
404
MEDIA_LOGI("StreamIDManager
OnPlayFinished
will play streams non empty, get the front.");
in OnPlayFinished()
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H
A
D
soundpool_callback_napi.h
47
void
OnPlayFinished
() override;
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H
A
D
isoundpool.h
190
virtual void
OnPlayFinished
() = 0;
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H
A
D
audio_haptic_sound_low_latency_impl.h
84
void
OnPlayFinished
() override;
H
A
D
audio_haptic_sound_low_latency_impl.cpp
321
void AHSoundLowLatencyCallback::
OnPlayFinished
()
in OnPlayFinished()
function in OHOS::Media::AHSoundLowLatencyCallback
323
MEDIA_LOGI("
OnPlayFinished
reported from sound pool.");
in OnPlayFinished()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H
A
D
soundpool_mock.cpp
34
void SoundPoolCallbackTest::
OnPlayFinished
()
in OnPlayFinished()
function in SoundPoolCallbackTest
36
cout << "
OnPlayFinished
haveLoadedSoundNumInner_: "<< havePlayedSoundNumInner_ << endl;
in OnPlayFinished()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H
A
D
soundpool_mock.h
95
void
OnPlayFinished
() override;
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H
A
D
soundpool_callback_napi.cpp
40
void SoundPoolCallBackNapi::
OnPlayFinished
()
in OnPlayFinished()
function in OHOS::Media::SoundPoolCallBackNapi
42
MEDIA_LOGI("
OnPlayFinished
recived");
in OnPlayFinished()
Completed in 5 milliseconds