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:inUse_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_lite/frameworks/
H
A
D
camera_config.cpp
30
if (
inUse_
) {
39
inUse_
= true;
55
bool
inUse_
= false;
member in OHOS::Media::CameraConfigImpl
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_common.h
161
inUse_
= desc.
inUse_
;
in DashStreamDescription()
181
inUse_
= desc.
inUse_
;
in operator =()
190
bool
inUse_
= false;
member
H
A
D
dash_mpd_downloader.cpp
216
if (streamDescriptions_[index]->
inUse_
&& streamDescriptions_[index]->type_ == MediaAVCodec::MEDIA_TYPE_VID) {
in GetInUseVideoStreamId()
311
if (stream->
inUse_
) {
in GetNextVideoStream()
321
currentStream->
inUse_
= false;
in GetNextVideoStream()
322
destStream->
inUse_
= true;
in GetNextVideoStream()
364
if (stream->
inUse_
) {
in GetNextTrackStream()
374
currentStream->
inUse_
= false;
in GetNextTrackStream()
375
destStream->
inUse_
= true;
in GetNextTrackStream()
425
return stream->type_ == type && stream->
inUse_
;
in GetUsingStreamByType()
880
if (item->
inUse_
) {
in IsBitrateSame()
1270
if (stream->type_ != type || stream->
inUse_
) {
in ChooseStreamToPlay()
[all...]
H
A
D
dash_media_downloader.cpp
374
if (streamDesc != nullptr && streamDesc->
inUse_
) {
in ReceiveMpdStreamInitEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
95
++
inUse_
;
100
--
inUse_
;
101
if (!
inUse_
&& delayReset_) {
250
if (
inUse_
) {
in ResetChildren()
423
uint32_t
inUse_
= 0;
member in OHOS::Ace::NG::final
Completed in 16 milliseconds