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:DisableDevice
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H
A
D
daudio_io_dev.h
44
virtual int32_t
DisableDevice
(const int32_t dhId) = 0;
H
A
D
dspeaker_dev.h
53
int32_t
DisableDevice
(const int32_t dhId) override;
H
A
D
dmic_dev.h
58
int32_t
DisableDevice
(const int32_t dhId) override;
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H
A
D
dspeaker_dev_test.cpp
95
* @tc.desc: Verify DisableDSpeaker and
DisableDevice
function.
101
EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, spk_->
DisableDevice
(DH_ID));
in HWTEST_F()
104
EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, spk_->
DisableDevice
(DH_ID_SPK));
in HWTEST_F()
H
A
D
dmic_dev_test.cpp
87
* @tc.desc: Verify DisableDMic and
DisableDevice
function.
93
EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, mic_->
DisableDevice
(DH_ID));
in HWTEST_F()
96
EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, mic_->
DisableDevice
(DH_ID_MIC));
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
dspeaker_dev.cpp
53
int32_t DSpeakerDev::
DisableDevice
(const int32_t dhId)
in DisableDevice()
function in OHOS::DistributedHardware::DSpeakerDev
H
A
D
dmic_dev.cpp
112
int32_t DMicDev::
DisableDevice
(const int32_t dhId)
in DisableDevice()
function in OHOS::DistributedHardware::DMicDev
H
A
D
daudio_source_dev.cpp
780
return ioDev->
DisableDevice
(dhId);
in DisableDSpeaker()
792
return ioDev->
DisableDevice
(dhId);
in DisableDMic()
Completed in 8 milliseconds