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:IsPCVolumeEnable
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H
A
D
audio_common_utils.h
28
static bool
IsPCVolumeEnable
();
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H
A
D
audio_adapter_manager.cpp
298
currentActiveDevice_ != DEVICE_TYPE_BLUETOOTH_A2DP && !VolumeUtils::
IsPCVolumeEnable
()) {
in SetSystemVolumeLevel()
304
if (volumeLevel == 0 && !VolumeUtils::
IsPCVolumeEnable
() &&
in SetSystemVolumeLevel()
406
(VolumeUtils::
IsPCVolumeEnable
())? GET_PC_STREAM_RING_VOLUME_TYPES : RINGTONE_VOLUME_TYPE_LIST;
in SetVolumeDb()
522
if (mute && !VolumeUtils::
IsPCVolumeEnable
() &&
in SetStreamMuteInternal()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H
A
D
audio_policy_server.cpp
805
(VolumeUtils::
IsPCVolumeEnable
())? GET_PC_STREAM_ALL_VOLUME_TYPES : GET_STREAM_ALL_VOLUME_TYPES;
in SetStreamMuteInternal()
878
(VolumeUtils::
IsPCVolumeEnable
())? GET_PC_STREAM_ALL_VOLUME_TYPES : GET_STREAM_ALL_VOLUME_TYPES;
in SetSystemVolumeLevelInternal()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H
A
D
audio_utils.cpp
1274
bool VolumeUtils::
IsPCVolumeEnable
()
in IsPCVolumeEnable()
function in OHOS::AudioStandard::VolumeUtils
Completed in 10 milliseconds