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:rewindPosition_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/media_lite/services/player_lite/impl/
H
A
D
player_impl.cpp
71
rewindPosition_
(INVALID_MEDIA_POSITION),
in PlayerImpl()
465
if (
rewindPosition_
>= DEFAULT_REWIND_TIME) {
in RewindInner()
466
rewindPosition_
= mSeconds;
in RewindInner()
471
rewindPosition_
= mSeconds;
in RewindInner()
789
rewindPosition_
= INVALID_MEDIA_POSITION;
in ResetInner()
929
if (curPlayer->
rewindPosition_
!= -1 && curPlayer->
rewindPosition_
!= seekToMs) {
in NotifySeekComplete()
930
int64_t seekTime = curPlayer->
rewindPosition_
;
in NotifySeekComplete()
932
curPlayer->
rewindPosition_
= -1;
in NotifySeekComplete()
938
curPlayer->
rewindPosition_
in NotifySeekComplete()
[all...]
H
A
D
player_impl.h
129
int64_t
rewindPosition_
;
member in OHOS::Media::PlayerImpl
Completed in 2 milliseconds