Searched refs:ICrypto (Results 1 – 16 of 16) sorted by relevance
39 static sp<ICrypto> makeCrypto() { in makeCrypto()48 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto()56 sp<ICrypto> mCrypto;65 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported()74 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent()84 sp<ICrypto> tmp = makeCrypto(); in AMediaCrypto_new()
38 sp<ICrypto> mCrypto;
28 struct ICrypto;40 static sp<ICrypto> GetCrypto(JNIEnv *env, jobject obj);47 sp<ICrypto> mCrypto;49 static sp<ICrypto> MakeCrypto();51 static sp<ICrypto> MakeCrypto(
63 sp<ICrypto> JCrypto::MakeCrypto() { in MakeCrypto()72 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto()81 sp<ICrypto> JCrypto::MakeCrypto( in MakeCrypto()83 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto()108 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported()122 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) { in GetCrypto()289 sp<ICrypto> crypto = JCrypto::GetCrypto(env, thiz); in android_media_MediaCrypto_setMediaDrmSession()
33 struct ICrypto;56 const sp<ICrypto> &crypto,
269 const sp<ICrypto> &crypto, in configure()991 sp<ICrypto> crypto; in android_media_MediaCodec_native_configure()
41 struct BpCrypto : public BpInterface<ICrypto> {43 : BpInterface<ICrypto>(impl) { in BpCrypto()48 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in initCheck()56 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in isCryptoSchemeSupported()66 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in createPlugin()81 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in destroyPlugin()90 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in requiresSecureDecoderComponent()107 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in decrypt()165 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in notifyResolution()173 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in setMediaDrmSession()[all …]
45 virtual sp<ICrypto> makeCrypto() { in makeCrypto()49 return interface_cast<ICrypto>(reply.readStrongBinder()); in makeCrypto()71 sp<ICrypto> crypto = makeCrypto(); in onTransact()
24 ICrypto.cpp \
30 struct ICrypto : public IInterface { struct67 DISALLOW_EVIL_CONSTRUCTORS(ICrypto); argument70 struct BnCrypto : public BnInterface<ICrypto> {
28 struct ICrypto;36 virtual sp<ICrypto> makeCrypto() = 0;
37 sp<ICrypto> MediaDrmService::makeCrypto() { in makeCrypto()
37 virtual sp<ICrypto> makeCrypto();
37 struct ICrypto;85 const sp<ICrypto> &crypto,340 sp<ICrypto> mCrypto;
441 const sp<ICrypto> &crypto, in configure()1754 mCrypto = static_cast<ICrypto *>(crypto); in onMessageReceived()2523 ICrypto::DestinationType dst_type = ICrypto::kDestinationTypeOpaqueHandle; in onQueueInputBuffer()2527 dst_type = ICrypto::kDestinationTypeNativeHandle; in onQueueInputBuffer()2529 dst_type = ICrypto::kDestinationTypeVmPointer; in onQueueInputBuffer()
211 const sp<ICrypto> crypto; in doProfileCodecs()