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:GetMute
(Results
1 - 25
of
61
) sorted by relevance
1
2
3
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H
A
D
volume_itf.cpp
55
static SLresult
GetMute
(SLVolumeItf self, SLboolean *state)
in GetMute()
function
85
GetMute
,
/foundation/CastEngine/castengine_cast_framework/client/src/
H
A
D
stream_player.cpp
169
int32_t StreamPlayer::
GetMute
(bool &mute)
in GetMute()
function in OHOS::CastEngine::CastEngineClient::StreamPlayer
171
return proxy_ ? proxy_->
GetMute
(mute) : CAST_ENGINE_ERROR;
in GetMute()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/
H
A
D
i_cast_stream_manager_client.h
52
virtual bool
GetMute
() = 0;
H
A
D
cast_stream_manager_client.h
67
bool
GetMute
() override;
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/
H
A
D
i_cast_stream_manager_client.h
52
virtual bool
GetMute
() = 0;
H
A
D
cast_stream_manager_client.h
67
bool
GetMute
() override;
/foundation/multimedia/media_foundation/test/unittest/plugins/
H
A
D
UtAudioSinkTest1.h
32
Status
GetMute
(bool &mute) override;
H
A
D
UtAudioSinkTest2.h
32
Status
GetMute
(bool &mute) override;
H
A
D
UtAudioSinkTest2.cpp
37
Status UtAudioSinkTest2::
GetMute
(bool &mute)
in GetMute()
function in UtAudioSinkTest2
H
A
D
UtAudioSinkTest1.cpp
37
Status UtAudioSinkTest1::
GetMute
(bool &mute)
in GetMute()
function in UtAudioSinkTest1
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H
A
D
audio_sink_plugin.h
46
* @retval OK: Plugin
GetMute
succeeded.
48
virtual Status
GetMute
(bool& mute) = 0;
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H
A
D
i_stream_player_impl.h
56
virtual int32_t
GetMute
(bool &mute) = 0;
H
A
D
cast_stream_player_manager.h
62
int32_t
GetMute
(bool &mute) override;
H
A
D
remote_player_controller.h
62
int32_t
GetMute
(bool &mute) override;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H
A
D
i_stream_player_impl.h
56
virtual int32_t
GetMute
(bool &mute) = 0;
H
A
D
cast_stream_player_manager.h
62
int32_t
GetMute
(bool &mute) override;
H
A
D
remote_player_controller.h
62
int32_t
GetMute
(bool &mute) override;
/foundation/CastEngine/castengine_cast_framework/client/include/
H
A
D
stream_player_impl_proxy.h
56
int32_t
GetMute
(bool &mute) override;
H
A
D
stream_player.h
56
int32_t
GetMute
(bool &mute) override;
/foundation/multimedia/av_codec/interfaces/plugin/
H
A
D
audio_sink_plugin.h
47
* @retval OK: Plugin
GetMute
succeeded.
49
virtual Status
GetMute
(bool& mute) = 0;
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/
H
A
D
audio_capturer_file_source.h
47
int32_t
GetMute
(bool &isMute) override;
/foundation/multimedia/audio_lite/services/impl/audio_encoder/include/
H
A
D
audio_encoder.h
84
int32_t
GetMute
(bool &muted);
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H
A
D
i_stream_player.h
84
virtual int32_t
GetMute
(bool &mute) = 0;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H
A
D
i_stream_player_ipc.h
64
virtual int32_t
GetMute
(bool &mute) = 0;
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H
A
D
hos_au_sink.h
63
Status
GetMute
(bool& mute) override;
Completed in 7 milliseconds
1
2
3