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:isOutputDevice
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H
A
D
audio_service.h
64
float GetMaxAmplitude(bool
isOutputDevice
);
H
A
D
audio_server.h
145
float GetMaxAmplitude(bool
isOutputDevice
, int32_t deviceType) override;
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H
A
D
audio_manager_proxy.h
77
float GetMaxAmplitude(bool
isOutputDevice
, int32_t deviceType) override;
H
A
D
audio_manager_base.h
403
* @param
isOutputDevice
specified if the device is output device
408
virtual float GetMaxAmplitude(bool
isOutputDevice
, int32_t deviceType) = 0;
/foundation/multimedia/audio_framework/test/fuzztest/audioserver_fuzzer/
H
A
D
audio_server_fuzzer.cpp
211
bool
isOutputDevice
= *reinterpret_cast<const bool*>(rawData);
in AudioServerGetMaxAmplitudeTest()
local
213
data.WriteBool(
isOutputDevice
);
in AudioServerGetMaxAmplitudeTest()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_service.cpp
815
float AudioService::GetMaxAmplitude(bool
isOutputDevice
)
in GetMaxAmplitude()
argument
825
if (
isOutputDevice
&& (paired.second->GetDeviceRole() == OUTPUT_DEVICE)) {
in GetMaxAmplitude()
831
if (!
isOutputDevice
&& (paired.second->GetDeviceRole() == INPUT_DEVICE)) {
in GetMaxAmplitude()
H
A
D
audio_manager_stub.cpp
671
bool
isOutputDevice
= data.ReadBool();
in HandleGetMaxAmplitude()
local
673
float result = GetMaxAmplitude(
isOutputDevice
, deviceType);
in HandleGetMaxAmplitude()
H
A
D
audio_server.cpp
2142
float AudioServer::GetMaxAmplitude(bool
isOutputDevice
, int32_t deviceType)
in GetMaxAmplitude()
argument
2147
float fastMaxAmplitude = AudioService::GetInstance()->GetMaxAmplitude(
isOutputDevice
);
in GetMaxAmplitude()
2148
if (
isOutputDevice
) {
in GetMaxAmplitude()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
audio_manager_proxy.cpp
981
float AudioManagerProxy::GetMaxAmplitude(bool
isOutputDevice
, int32_t deviceType)
in GetMaxAmplitude()
argument
990
data.WriteBool(
isOutputDevice
);
in GetMaxAmplitude()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H
A
D
audio_policy_service.h
662
void FetchDevice(bool
isOutputDevice
= true,
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
3203
void AudioPolicyService::FetchDevice(bool
isOutputDevice
, const AudioStreamDeviceChangeReasonExt reason)
in FetchDevice()
argument
3208
if (
isOutputDevice
) {
in FetchDevice()
Completed in 33 milliseconds