Searched refs:ICrypto (Results 1 – 15 of 15) sorted by relevance
39 struct BpCrypto : public BpInterface<ICrypto> {41 : BpInterface<ICrypto>(impl) { in BpCrypto()46 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in initCheck()54 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in isCryptoSchemeSupported()64 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in createPlugin()79 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in destroyPlugin()88 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in requiresSecureDecoderComponent()105 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in decrypt()156 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor()); in notifyResolution()175 CHECK_INTERFACE(ICrypto, data, reply); in onTransact()[all …]
151 virtual sp<ICrypto> makeCrypto() { in makeCrypto()155 return interface_cast<ICrypto>(reply.readStrongBinder()); in makeCrypto()293 sp<ICrypto> crypto = makeCrypto(); in onTransact()
21 ICrypto.cpp \
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(
62 sp<ICrypto> JCrypto::MakeCrypto() { in MakeCrypto()75 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto()85 sp<ICrypto> JCrypto::MakeCrypto( in MakeCrypto()87 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto()112 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported()126 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) { in GetCrypto()
33 struct ICrypto;53 const sp<ICrypto> &crypto,
230 const sp<ICrypto> &crypto, in configure()855 sp<ICrypto> crypto; in android_media_MediaCodec_native_configure()
47 static sp<ICrypto> makeCrypto() { in makeCrypto()60 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto()70 sp<ICrypto> mCrypto;79 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported()88 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent()98 sp<ICrypto> tmp = makeCrypto(); in AMediaCrypto_new()
38 sp<ICrypto> mCrypto;
29 struct ICrypto : public IInterface { struct57 DISALLOW_EVIL_CONSTRUCTORS(ICrypto);60 struct BnCrypto : public BnInterface<ICrypto> {
34 struct ICrypto;66 virtual sp<ICrypto> makeCrypto() = 0;
32 struct ICrypto;66 const sp<ICrypto> &crypto,257 sp<ICrypto> mCrypto;
281 virtual sp<ICrypto> makeCrypto();465 sp<ICrypto> mCrypto;
367 sp<ICrypto> MediaPlayerService::makeCrypto() { in makeCrypto()
255 const sp<ICrypto> &crypto, in configure()1298 mCrypto = static_cast<ICrypto *>(crypto); in onMessageReceived()