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:SetObs
(Results
1 - 22
of
22
) sorted by relevance
/foundation/multimedia/player_framework/services/services/engine_intf/
H
A
D
i_transcoder_engine.h
81
virtual int32_t
SetObs
(const std::weak_ptr<ITransCoderEngineObs> &obs) = 0;
H
A
D
i_avcodec_engine.h
63
virtual int32_t
SetObs
(const std::weak_ptr<IAVCodecEngineObs> &obs) = 0;
H
A
D
i_recorder_engine.h
128
virtual int32_t
SetObs
(const std::weak_ptr<IRecorderEngineObs> &obs) = 0;
H
A
D
i_player_engine.h
52
virtual int32_t
SetObs
(const std::weak_ptr<IPlayerEngineObs> &obs) = 0;
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H
A
D
state.h
86
virtual std::tuple<ErrorCode, Action>
SetObs
();
133
return
SetObs
();
H
A
D
state.cpp
79
std::tuple<ErrorCode, Action> State::
SetObs
()
in SetObs()
function in OHOS::Media::Record::State
/foundation/multimedia/media_foundation/test/scenetest/helper/
H
A
D
std_audio_recorder.cpp
67
recorder->
SetObs
(obs);
in CreateAudioRecorder()
H
A
D
std_player.cpp
106
player->
SetObs
(gCallback);
in Create()
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H
A
D
hirecorder_impl.h
59
int32_t
SetObs
(const std::weak_ptr<IRecorderEngineObs>& obs) override;
H
A
D
hirecorder_impl.cpp
154
int32_t HiRecorderImpl::
SetObs
(const std::weak_ptr<IRecorderEngineObs>& obs)
in SetObs()
function in OHOS::Media::Record::HiRecorderImpl
156
MEDIA_LOG_I("
SetObs
enter");
in SetObs()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.h
71
int32_t
SetObs
(const std::weak_ptr<IPlayerEngineObs>& obs) override;
H
A
D
hiplayer_impl.cpp
809
int32_t HiPlayerImpl::
SetObs
(const std::weak_ptr<IPlayerEngineObs>& obs)
in SetObs()
function in OHOS::Media::HiPlayerImpl
811
MEDIA_LOG_I("
SetObs
entered.");
in SetObs()
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H
A
D
hitranscoder_impl.h
77
int32_t
SetObs
(const std::weak_ptr<ITransCoderEngineObs> &obs);
H
A
D
hitranscoder_impl.cpp
430
int32_t HiTransCoderImpl::
SetObs
(const std::weak_ptr<ITransCoderEngineObs> &obs)
in SetObs()
function in OHOS::Media::HiTransCoderImpl
432
MEDIA_LOG_I("HiTransCoderImpl::
SetObs
()");
in SetObs()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H
A
D
hirecorder_impl.h
64
int32_t
SetObs
(const std::weak_ptr<IRecorderEngineObs> &obs);
H
A
D
hirecorder_impl.cpp
245
int32_t HiRecorderImpl::
SetObs
(const std::weak_ptr<IRecorderEngineObs> &obs)
in SetObs()
function in HiRecorderImpl
247
MEDIA_LOG_I("
SetObs
enter.");
in SetObs()
/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H
A
D
TestFastRecorder.cpp
70
recorder->
SetObs
(obs);
in CreateRecorder()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_impl.h
119
int32_t
SetObs
(const std::weak_ptr<IPlayerEngineObs>& obs) override;
H
A
D
hiplayer_impl.cpp
1339
int32_t HiPlayerImpl::
SetObs
(const std::weak_ptr<IPlayerEngineObs>& obs)
in SetObs()
function in OHOS::Media::HiPlayerImpl
1341
MEDIA_LOG_D_SHORT("
SetObs
");
in SetObs()
/foundation/multimedia/player_framework/services/services/transcoder/server/
H
A
D
transcoder_server.cpp
288
return transCoderEngine_->
SetObs
(obs);
in SetTransCoderCallback()
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.cpp
794
return recorderEngine_->
SetObs
(obs);
in SetRecorderCallback()
/foundation/multimedia/player_framework/services/services/player/server/
H
A
D
player_server.cpp
245
ret = playerEngine_->
SetObs
(obs);
in InitPlayEngine()
247
CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, MSERR_INVALID_OPERATION, "
SetObs
Failed!");
in InitPlayEngine()
Completed in 23 milliseconds