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:audioDataList
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_endpoint.cpp
215
void ProcessToDupStream(std::vector<AudioStreamData> &
audioDataList
, AudioStreamData &dstStreamData);
216
void GetAllReadyProcessData(std::vector<AudioStreamData> &
audioDataList
);
1525
void AudioEndpointInner::GetAllReadyProcessData(std::vector<AudioStreamData> &
audioDataList
)
in GetAllReadyProcessData()
argument
1557
audioDataList
.push_back(streamData);
in GetAllReadyProcessData()
1573
std::vector<AudioStreamData>
audioDataList
;
in ProcessToEndpointDataHandle()
local
1574
GetAllReadyProcessData(
audioDataList
);
in ProcessToEndpointDataHandle()
1590
if (
audioDataList
.size() == 0) {
in ProcessToEndpointDataHandle()
1594
if (endpointType_ == TYPE_VOIP_MMAP &&
audioDataList
.size() == 1) {
in ProcessToEndpointDataHandle()
1595
HandleRendererDataParams(
audioDataList
[0], dstStreamData);
in ProcessToEndpointDataHandle()
1597
ProcessData(
audioDataList
, dstStreamDat
in ProcessToEndpointDataHandle()
1620
ProcessToDupStream(std::vector<AudioStreamData> &
audioDataList
, AudioStreamData &dstStreamData)
ProcessToDupStream()
argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/
H
A
D
audio_endpoint_unit_test.cpp
536
std::vector<AudioStreamData>
audioDataList
;
in HWTEST_F()
local
538
audioEndpointInner->ProcessToDupStream(
audioDataList
, audioStreamInfo);
in HWTEST_F()
542
audioDataList
.push_back(audioStreamInfo);
in HWTEST_F()
543
audioEndpointInner->ProcessToDupStream(
audioDataList
, audioStreamInfo);
in HWTEST_F()
Completed in 5 milliseconds