OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jcrypto
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/media/jni/
android_media_MediaCrypto.cpp
41
static sp<
JCrypto
> getCrypto(JNIEnv *env, jobject thiz) {
42
return (
JCrypto
*)env->GetLongField(thiz, gFields.context);
45
JCrypto
::
JCrypto
(
53
JCrypto
::~
JCrypto
() {
63
sp<ICrypto>
JCrypto
::MakeCrypto() {
81
sp<ICrypto>
JCrypto
::MakeCrypto(
98
bool
JCrypto
::requiresSecureDecoderComponent(const char *mime) const {
107
bool
JCrypto
::IsCryptoSchemeSupported(const uint8_t uuid[16])
130
sp<JCrypto>
jcrypto
= getCrypto(env, obj);
local
[
all
...]
android_media_MediaCrypto.h
30
struct
JCrypto
: public RefBase {
33
JCrypto
(JNIEnv *env, jobject thiz,
43
virtual ~
JCrypto
();
54
DISALLOW_EVIL_CONSTRUCTORS(
JCrypto
);
android_media_MediaCodec.cpp
960
jobject
jcrypto
,
992
if (
jcrypto
!= NULL) {
993
crypto =
JCrypto
::GetCrypto(env,
jcrypto
);
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
rand.a
[
all
...]
cipher.a
[
all
...]
rsa.a
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
rand.a
[
all
...]
cipher.a
[
all
...]
rsa.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
rand.a
[
all
...]
cipher.a
[
all
...]
rsa.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
rand.a
[
all
...]
cipher.a
[
all
...]
rsa.a
[
all
...]
Completed in 1704 milliseconds