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:sceneDesc
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/audio/test/unittest/common/capture/
H
A
D
audio_capture_common_test.cpp
835
struct AudioSceneDescriptor
sceneDesc
= {};
in HWTEST_F()
local
836
sceneDesc
.desc.pins = PIN_IN_MIC;
in HWTEST_F()
837
sceneDesc
.desc.desc = strdup("mic");
in HWTEST_F()
838
sceneDesc
.scene.id = AUDIO_IN_CALL;
in HWTEST_F()
840
int32_t ret = capture_->SelectScene(capture_, &
sceneDesc
);
in HWTEST_F()
842
free(
sceneDesc
.desc.desc);
in HWTEST_F()
848
struct AudioSceneDescriptor
sceneDesc
= {};
in HWTEST_F()
local
849
sceneDesc
.scene.id = AUDIO_IN_CALL;
in HWTEST_F()
854
ret = capture_->SelectScene(nullptr, &
sceneDesc
);
in HWTEST_F()
861
struct AudioSceneDescriptor
sceneDesc
in HWTEST_F()
local
987
struct AudioSceneDescriptor
sceneDesc
= {};
HWTEST_F()
local
1001
struct AudioSceneDescriptor
sceneDesc
= {};
HWTEST_F()
local
1015
struct AudioSceneDescriptor
sceneDesc
= {};
HWTEST_F()
local
[all...]
/drivers/peripheral/audio/test/benchmarktest/capture/
H
A
D
audio_capture_benchmarktest.cpp
619
struct AudioSceneDescriptor
sceneDesc
= {};
in BENCHMARK_F()
local
620
sceneDesc
.desc.pins = PIN_IN_MIC;
in BENCHMARK_F()
621
sceneDesc
.desc.desc = strdup("mic");
in BENCHMARK_F()
622
sceneDesc
.scene.id = AUDIO_IN_COMMUNICATION;
in BENCHMARK_F()
626
ret = capture_->CheckSceneCapability(capture_, &
sceneDesc
, &isSupport);
in BENCHMARK_F()
629
free(
sceneDesc
.desc.desc);
in BENCHMARK_F()
630
sceneDesc
.desc.desc = nullptr;
in BENCHMARK_F()
Completed in 3 milliseconds