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
defs:isRenderer
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/audio_framework/test/fuzztest/audioserviceclient_fuzzer/
H
A
D
audio_service_client_fuzzer.cpp
228
bool
isRenderer
= *(reinterpret_cast<const bool*>(rawData));
in AudioClientUpdateLatencyTimestampTest()
local
/foundation/multimedia/audio_framework/test/fuzztest/audioserver_fuzzer/
H
A
D
audio_server_fuzzer.cpp
192
bool
isRenderer
= *reinterpret_cast<const bool*>(rawData);
in AudioServerUpdateLatencyTimestampTest()
local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
audio_manager_proxy.cpp
1050
void AudioManagerProxy::UpdateLatencyTimestamp(std::string ×tamp, bool
isRenderer
)
in UpdateLatencyTimestamp()
argument
H
A
D
fast_audio_stream.cpp
395
void FastAudioStream::UpdateLatencyTimestamp(std::string ×tamp, bool
isRenderer
)
in UpdateLatencyTimestamp()
argument
H
A
D
capturer_in_client.cpp
1554
void CapturerInClientInner::UpdateLatencyTimestamp(std::string ×tamp, bool
isRenderer
)
in UpdateLatencyTimestamp()
argument
H
A
D
audio_process_in_client.cpp
502
void AudioProcessInClientInner::UpdateLatencyTimestamp(std::string ×tamp, bool
isRenderer
)
in UpdateLatencyTimestamp()
argument
H
A
D
renderer_in_client.cpp
2201
void RendererInClientInner::UpdateLatencyTimestamp(std::string ×tamp, bool
isRenderer
)
in UpdateLatencyTimestamp()
argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_manager_stub.cpp
703
bool
isRenderer
= data.ReadBool();
in HandleUpdateLatencyTimestamp()
local
H
A
D
audio_server.cpp
2184
void AudioServer::UpdateLatencyTimestamp(std::string ×tamp, bool
isRenderer
)
in UpdateLatencyTimestamp()
argument
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H
A
D
audio_utils.cpp
1012
void LatencyMonitor::UpdateClientTime(bool
isRenderer
, std::string ×tamp)
in UpdateClientTime()
argument
1021
void LatencyMonitor::UpdateSinkOrSourceTime(bool
isRenderer
, std::string ×tamp)
in UpdateSinkOrSourceTime()
argument
1035
void LatencyMonitor::ShowTimestamp(bool
isRenderer
)
in ShowTimestamp()
argument
Completed in 26 milliseconds