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:handle_ptr
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/
H
A
D
hello.cpp
46
OH_AVCencInfo *
handle_ptr
= nullptr;
in Test_CencInfo_Destroy()
local
48
handle_ptr
= handle;
in Test_CencInfo_Destroy()
50
OH_AVErrCode ret1 = OH_AVCencInfo_Destroy(
handle_ptr
);
in Test_CencInfo_Destroy()
70
OH_AVCencInfo *
handle_ptr
= nullptr;
in Test_AVCencInfo_SetAlgorithm()
local
72
handle_ptr
= handle;
in Test_AVCencInfo_SetAlgorithm()
74
OH_AVErrCode ret1 = OH_AVCencInfo_SetAlgorithm(
handle_ptr
,(DrmCencAlgorithm)argc_two);
in Test_AVCencInfo_SetAlgorithm()
115
OH_AVCencInfo *
handle_ptr
= nullptr;
in Test_AVCencInfo_SetKeyIdAndIv()
local
117
handle_ptr
= handle;
in Test_AVCencInfo_SetKeyIdAndIv()
129
OH_AVErrCode ret1 = OH_AVCencInfo_SetKeyIdAndIv(
handle_ptr
, keyId_ptr, keyIdLen, iv_ptr, ivLen);
in Test_AVCencInfo_SetKeyIdAndIv()
166
OH_AVCencInfo *
handle_ptr
in Test_AVCencInfo_SetSubsampleInfo()
local
205
OH_AVCencInfo *
handle_ptr
= nullptr;
Test_AVCencInfo_SetMode()
local
253
OH_AVCencInfo *
handle_ptr
= nullptr;
Test_AVCencInfo_SetAVBuffer()
local
[all...]
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H
A
D
hello.cpp
168
OH_AVPlayer *
handle_ptr
= nullptr;
in Test_AVPlayer_SetMediaKeySystemInfoCallback()
local
171
handle_ptr
= playerHandle;
in Test_AVPlayer_SetMediaKeySystemInfoCallback()
177
OH_AVErrCode ret1 = OH_AVPlayer_SetMediaKeySystemInfoCallback(
handle_ptr
, callback_ptr);
in Test_AVPlayer_SetMediaKeySystemInfoCallback()
224
OH_AVPlayer *
handle_ptr
= nullptr;
in Test_AVPlayer_GetMediaKeySystemInfo()
local
227
handle_ptr
= playerHandle;
in Test_AVPlayer_GetMediaKeySystemInfo()
235
ret5 = OH_AVPlayer_GetMediaKeySystemInfo(
handle_ptr
, info_ptr);
in Test_AVPlayer_GetMediaKeySystemInfo()
370
OH_AVCodec *
handle_ptr
= nullptr;
in Test_AudioCodec_SetDecryptionConfig()
local
372
handle_ptr
= handle;
in Test_AudioCodec_SetDecryptionConfig()
379
OH_AVErrCode ret3 = OH_AudioCodec_SetDecryptionConfig(
handle_ptr
, session_ptr, isSecureAudio);
in Test_AudioCodec_SetDecryptionConfig()
427
OH_AVCodec *
handle_ptr
in Test_VideoDecoder_SetDecryptionConfig()
local
492
OH_AVDemuxer *
handle_ptr
= nullptr;
TestAVDemuxer_SetMediaKeySystemInfoCallback()
local
556
OH_AVDemuxer *
handle_ptr
= nullptr;
TestAVDemuxer_SetDemuxerMediaKeySystemInfoCallback()
local
620
OH_AVDemuxer *
handle_ptr
= nullptr;
TestAVDemuxer_GetMediaKeySystemInfo()
local
[all...]
Completed in 3 milliseconds