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:ioDev
(Results
1 - 1
of
1
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
daudio_source_dev.cpp
778
auto
ioDev
= deviceMap_[dhId];
in DisableDSpeaker()
local
779
CHECK_NULL_RETURN(
ioDev
, ERR_DH_AUDIO_NULLPTR);
in DisableDSpeaker()
780
return
ioDev
->DisableDevice(dhId);
in DisableDSpeaker()
790
auto
ioDev
= deviceMap_[dhId];
in DisableDMic()
local
791
CHECK_NULL_RETURN(
ioDev
, ERR_DH_AUDIO_NULLPTR);
in DisableDMic()
792
return
ioDev
->DisableDevice(dhId);
in DisableDMic()
1314
auto
ioDev
= deviceMap_[dhIdInt];
in NotifySinkDev()
local
1326
if (
ioDev
== nullptr) {
in NotifySinkDev()
1331
ioDev
->SendMessage(static_cast<uint32_t>(type), std::string(content), devId_);
in NotifySinkDev()
1351
auto
ioDev
in NotifyHDF()
local
[all...]
Completed in 3 milliseconds