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:is2in1_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_service_ext.cpp
140
(GetContainer().GetAllSessions().size() == 1 && !CheckAncoAudio())) && !
is2in1_
),
in checkEnableCast()
328
if (!
is2in1_
) {
in MirrorToStreamCast()
H
A
D
avsession_service.h
118
bool
is2in1_
= false;
member in OHOS::AVSession::DetectBluetoothHostObserver
541
bool
is2in1_
= false;
member in OHOS::AVSession::AVSessionService
H
A
D
avsession_service.cpp
154
is2in1_
= system::GetBoolParameter("const.audio.volume_apply_to_all", false);
in OnStart()
155
SLOGI("GetDeviceEnableCast, Prop=%{public}d", static_cast<int>(
is2in1_
));
in OnStart()
156
if (
is2in1_
) {
in OnStart()
440
is2in1_
= system::GetBoolParameter("const.audio.volume_apply_to_all", false);
in DetectBluetoothHostObserver()
441
SLOGI("DetectBluetoothHostObserver, Prop=%{public}d", static_cast<int>(
is2in1_
));
in DetectBluetoothHostObserver()
461
if (newStatus &&
is2in1_
&& isScreenOn) {
in OnStateChanged()
2080
CheckAncoAudio())) && !
is2in1_
) {
in HandleSessionRelease()
2824
is2in1_
= system::GetBoolParameter("const.audio.volume_apply_to_all", false);
in NotifySystemUI()
2825
CHECK_AND_RETURN_LOG(!
is2in1_
, "2in1 not support");
in NotifySystemUI()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H
A
D
avsessionservice_fuzzer.cpp
537
avsessionService_->
is2in1_
= true;
in MirrorToStreamCast001()
549
avsessionService_->
is2in1_
= false;
in MirrorToStreamCast002()
561
avsessionService_->
is2in1_
= true;
in MirrorToStreamCast003()
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avsession_service_test.cpp
673
avservice_->
is2in1_
= true;
in HWTEST_F()
692
avservice_->
is2in1_
= false;
in HWTEST_F()
711
avservice_->
is2in1_
= true;
in HWTEST_F()
Completed in 11 milliseconds