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:avPlaybackState_
(Results
1 - 3
of
3
) sorted by relevance
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H
A
D
media_avsession_adapter_impl_test.cpp
686
g_adapter->
avPlaybackState_
= avPlaybackState;
in HWTEST_F()
687
g_adapter->
avPlaybackState_
->SetState(AVSession::AVPlaybackState::PLAYBACK_STATE_PAUSE);
in HWTEST_F()
693
g_adapter->
avPlaybackState_
->SetState(AVSession::AVPlaybackState::PLAYBACK_STATE_PLAY);
in HWTEST_F()
697
g_adapter->
avPlaybackState_
->SetState(AVSession::AVPlaybackState::PLAYBACK_STATE_PAUSE);
in HWTEST_F()
703
g_adapter->
avPlaybackState_
->SetState(AVSession::AVPlaybackState::PLAYBACK_STATE_PAUSE);
in HWTEST_F()
725
g_adapter->
avPlaybackState_
= avPlaybackState;
in HWTEST_F()
728
g_adapter->
avPlaybackState_
->SetDuration(temp1);
in HWTEST_F()
729
g_adapter->
avPlaybackState_
->SetPosition({ temp1, temp1 });
in HWTEST_F()
745
g_adapter->
avPlaybackState_
->SetDuration(temp1);
in HWTEST_F()
746
g_adapter->
avPlaybackState_
in HWTEST_F()
[all...]
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
media_avsession_adapter_impl.cpp
193
avPlaybackState_
= std::make_shared<AVSession::AVPlaybackState>();
in MediaAVSessionAdapterImpl()
332
auto avPlaybackState =
avPlaybackState_
.get();
in SetPlaybackState()
355
auto avPlaybackState =
avPlaybackState_
.get();
in SetPlaybackPosition()
415
if (
avPlaybackState_
->GetState() != currentState) {
in UpdatePlaybackStateCache()
416
avPlaybackState_
->SetState(currentState);
in UpdatePlaybackStateCache()
428
if (
avPlaybackState_
->GetDuration() != duration) {
in UpdatePlaybackStateCache()
429
avPlaybackState_
->SetDuration(duration);
in UpdatePlaybackStateCache()
432
auto avPosition =
avPlaybackState_
->GetPosition();
in UpdatePlaybackStateCache()
437
avPlaybackState_
->SetPosition(avPosition);
in UpdatePlaybackStateCache()
/base/web/webview/ohos_adapter/media_adapter/include/
H
A
D
media_avsession_adapter_impl.h
100
std::shared_ptr<AVSession::AVPlaybackState>
avPlaybackState_
;
member in OHOS::NWeb::MediaAVSessionAdapterImpl
Completed in 3 milliseconds