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:NativeStop
(Results
1 - 17
of
17
) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H
A
D
NativeAVMuxerFunctionTest.cpp
452
ret = muxerDemo->
NativeStop
(handle);
in RunMuxer()
611
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
654
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
706
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
751
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
792
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
887
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
936
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
987
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
1042
ret = muxerDemo->
NativeStop
(handl
in HWTEST_F()
[all...]
H
A
D
NativeAVMuxerStablityTest.cpp
535
ret = muxerDemo->
NativeStop
(handle);
in WriteByFormat()
810
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
901
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
958
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
H
A
D
NativeAVMuxerFuzzTest.cpp
294
ret = muxerDemo->
NativeStop
(handle);
in HWTEST_F()
H
A
D
NativeAVMuxerNullCheckTest.cpp
323
ret = muxerDemo->
NativeStop
(nullptr);
in HWTEST_F()
H
A
D
NativeAVMuxerInterfaceDependCheckTest.cpp
107
OH_AVErrCode ret = muxerDemo->
NativeStop
(handle);
in Stop()
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/include/
H
A
D
AVMuxerDemo.h
67
OH_AVErrCode
NativeStop
(OH_AVMuxer* muxer);
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/
H
A
D
AVMuxerDemo.cpp
148
OH_AVErrCode AVMuxerDemo::
NativeStop
(OH_AVMuxer* muxer)
in NativeStop()
function in AVMuxerDemo
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H
A
D
AudioEncoderDemoCommon.h
115
OH_AVErrCode
NativeStop
(OH_AVCodec* codec);
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H
A
D
AudioDecoderDemoCommon.h
106
OH_AVErrCode
NativeStop
(OH_AVCodec* codec);
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H
A
D
NativeNullCheckTest.cpp
290
ret = decoderDemo->
NativeStop
(nullptr);
in HWTEST_F()
H
A
D
NativeStablityTest.cpp
277
decoderDemo->
NativeStop
(handle);
in RunLongTimeStop()
H
A
D
NativeInterfaceDependCheckTest.cpp
96
return decoderDemo->
NativeStop
(handle);
in Stop()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H
A
D
NativeNullCheckTest.cpp
302
ret = encoderDemo->
NativeStop
(nullptr);
in HWTEST_F()
H
A
D
NativeStablityTest.cpp
169
encoderDemo->
NativeStop
(handle);
in RunLongTimeStop()
H
A
D
NativeInterfaceDependCheckTest.cpp
97
return encoderDemo->
NativeStop
(handle);
in Stop()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H
A
D
AudioEncoderDemoCommon.cpp
138
OH_AVErrCode AudioEncoderDemo::
NativeStop
(OH_AVCodec* codec)
in NativeStop()
function in AudioEncoderDemo
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H
A
D
AudioDecoderDemoCommon.cpp
142
OH_AVErrCode AudioDecoderDemo::
NativeStop
(OH_AVCodec *codec)
in NativeStop()
function in AudioDecoderDemo
Completed in 23 milliseconds