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:DAudioIoDev
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H
A
D
daudio_io_dev.h
35
class
DAudioIoDev
: public IDAudioHdiCallback {
class
37
explicit
DAudioIoDev
(const std::string &devId)
in DAudioIoDev()
function in OHOS::DistributedHardware::DAudioIoDev
39
~
DAudioIoDev
() override = default;
H
A
D
daudio_source_dev.h
70
int32_t OpenDSpeakerInner(std::shared_ptr<
DAudioIoDev
> &speaker, const int32_t dhId);
119
std::shared_ptr<
DAudioIoDev
> FindIoDevImpl(std::string args);
122
int32_t CreateMicEngine(std::shared_ptr<
DAudioIoDev
> mic);
140
std::map<int32_t, std::shared_ptr<
DAudioIoDev
>> deviceMap_;
141
std::shared_ptr<
DAudioIoDev
> speaker_;
142
std::shared_ptr<
DAudioIoDev
> mic_;
H
A
D
dspeaker_dev.h
37
class DSpeakerDev : public
DAudioIoDev
,
43
:
DAudioIoDev
(devId), audioEventCallback_(callback) {};
in DSpeakerDev()
H
A
D
dmic_dev.h
41
class DMicDev : public
DAudioIoDev
,
47
:
DAudioIoDev
(devId), audioEventCallback_(callback) {};
in DMicDev()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
daudio_source_dev.cpp
388
std::shared_ptr<
DAudioIoDev
> DAudioSourceDev::FindIoDevImpl(std::string args)
in FindIoDevImpl()
910
int32_t DAudioSourceDev::OpenDSpeakerInner(std::shared_ptr<
DAudioIoDev
> &speaker, const int32_t dhId)
in OpenDSpeakerInner()
986
int32_t DAudioSourceDev::CreateMicEngine(std::shared_ptr<
DAudioIoDev
> mic)
in CreateMicEngine()
1214
std::shared_ptr<
DAudioIoDev
> speaker = nullptr;
in SendAudioEventToRemote()
Completed in 6 milliseconds