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:GetAudioChannel
(Results
1 - 7
of
7
) sorted by relevance
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetchannel_fuzzer/
H
A
D
audiogetchannel_fuzzer.cpp
32
adapter.
GetAudioChannel
(AudioAdapterChannel::CHANNEL_3);
in AudioGetChannelFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiorendereradapter_fuzzer/
H
A
D
audiorenderadapter_fuzzer.cpp
59
audioRendererAdapterImpl.
GetAudioChannel
(channel);
in AudioRendererAdapterFuzzTest()
/base/web/webview/ohos_adapter/audio_adapter/include/
H
A
D
audio_capturer_adapter_impl.h
76
static AudioChannel
GetAudioChannel
(AudioAdapterChannel channel);
H
A
D
audio_renderer_adapter_impl.h
98
static AudioChannel
GetAudioChannel
(AudioAdapterChannel channel);
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_capturer_adapter_impl.cpp
114
options.streamInfo.channels =
GetAudioChannel
(capturerOptions->GetChannels());
in Create()
263
AudioChannel AudioCapturerAdapterImpl::
GetAudioChannel
(AudioAdapterChannel channel)
in GetAudioChannel()
function in OHOS::NWeb::AudioCapturerAdapterImpl
H
A
D
audio_renderer_adapter_impl.cpp
341
AudioChannel AudioRendererAdapterImpl::
GetAudioChannel
(AudioAdapterChannel channel)
in GetAudioChannel()
function in OHOS::NWeb::AudioRendererAdapterImpl
377
out.streamInfo.channels =
GetAudioChannel
(in->GetChannel());
in TransformToAudioRendererOptions()
/base/web/webview/test/unittest/audio_adapter_impl_test/
H
A
D
audio_adapter_impl_test.cpp
462
AudioRendererAdapterImpl::
GetAudioChannel
(channel);
in HWTEST_F()
464
AudioChannel testChannel = AudioRendererAdapterImpl::
GetAudioChannel
(static_cast<AudioAdapterChannel>(0));
in HWTEST_F()
1024
AudioCapturerAdapterImpl::
GetAudioChannel
(channel);
in HWTEST_F()
1026
AudioChannel testChannel = AudioCapturerAdapterImpl::
GetAudioChannel
(static_cast<AudioAdapterChannel>(0));
in HWTEST_F()
Completed in 5 milliseconds