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:StopRender
(Results
1 - 16
of
16
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/
H
A
D
dspeaker_client_test.cpp
117
* @tc.desc: Verify the StartRender and
StopRender
function.
125
EXPECT_NE(DH_SUCCESS, speakerClient_->
StopRender
());
in HWTEST_F()
131
EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, speakerClient_->
StopRender
());
in HWTEST_F()
133
EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, speakerClient_->
StopRender
());
in HWTEST_F()
135
EXPECT_EQ(ERR_DH_AUDIO_CLIENT_RENDER_STOP_FAILED, speakerClient_->
StopRender
());
in HWTEST_F()
140
* @tc.desc: Verify the
StopRender
function.
147
EXPECT_NE(DH_SUCCESS, speakerClient_->
StopRender
());
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/interface/
H
A
D
ispk_client.h
34
virtual int32_t
StopRender
() = 0;
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H
A
D
pro_audio_stream_manager.h
31
int32_t
StopRender
(uint32_t streamIndex) override;
H
A
D
i_stream_manager.h
45
virtual int32_t
StopRender
(uint32_t streamIndex) = 0;
H
A
D
pa_adapter_manager.h
67
int32_t
StopRender
(uint32_t streamIndex) override;
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/
H
A
D
dspeaker_client.h
70
int32_t
StopRender
() override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H
A
D
audio_server_sink_plugin.h
126
bool
StopRender
();
H
A
D
audio_server_sink_plugin.cpp
335
bool AudioServerSinkPlugin::
StopRender
()
in StopRender()
function in OHOS::Media::Plugin::AuSrSinkPlugin::AudioServerSinkPlugin
351
if (!
StopRender
()) {
in Reset()
392
if (
StopRender
()) {
in Stop()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
pro_audio_stream_manager.cpp
91
int32_t ProAudioStreamManager::
StopRender
(uint32_t streamIndex)
in StopRender()
function in OHOS::AudioStandard::ProAudioStreamManager
93
Trace trace("ProAudioStreamManager::
StopRender
");
in StopRender()
H
A
D
pa_adapter_manager.cpp
156
int32_t PaAdapterManager::
StopRender
(uint32_t streamIndex)
in StopRender()
function in OHOS::AudioStandard::PaAdapterManager
158
AUDIO_DEBUG_LOG("Enter
StopRender
");
in StopRender()
H
A
D
renderer_in_server.cpp
826
IStreamManager::GetPlaybackManager(managerType_).
StopRender
(streamIndex_) : stream_->Stop();
in Stop()
/foundation/distributedhardware/distributed_audio/services/test_example/
H
A
D
distributedaudiotest.cpp
408
static void
StopRender
()
in StopRender()
function
445
StopRender
();
in CloseSpk()
714
StopRender
();
in HandleAudioEvent()
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H
A
D
audio_server_sink_plugin.h
152
bool
StopRender
();
H
A
D
audio_server_sink_plugin.cpp
357
bool AudioServerSinkPlugin::
StopRender
()
in StopRender()
function in OHOS::Media::Plugins::AudioServerSinkPlugin
372
FALSE_RETURN_V_MSG(
StopRender
(), Status::ERROR_UNKNOWN, "stop render error");
in Reset()
404
FALSE_RETURN_V_MSG(
StopRender
(), Status::ERROR_UNKNOWN, "stop render failed");
in Stop()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H
A
D
dspeaker_client.cpp
231
int32_t DSpeakerClient::
StopRender
()
in StopRender()
function in OHOS::DistributedHardware::DSpeakerClient
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H
A
D
daudio_sink_dev.cpp
169
int32_t ret = speakerClient->
StopRender
();
in TaskCloseDSpeaker()
Completed in 13 milliseconds