Searched refs:ICrypto (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/av/media/ndk/
H A DNdkMediaCryptoPriv.h33 #include <media/ICrypto.h>
38 sp<ICrypto> mCrypto;
H A DNdkMediaCrypto.cpp30 #include <media/ICrypto.h>
39 static sp<ICrypto> makeCrypto() {
48 sp<ICrypto> crypto = service->makeCrypto();
56 sp<ICrypto> mCrypto;
65 sp<ICrypto> crypto = makeCrypto();
74 sp<ICrypto> crypto = makeCrypto();
84 sp<ICrypto> tmp = makeCrypto();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.h28 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(
H A Dandroid_media_MediaCrypto.cpp29 #include <media/ICrypto.h>
66 sp<ICrypto> JCrypto::MakeCrypto() {
75 sp<ICrypto> crypto = service->makeCrypto();
84 sp<ICrypto> JCrypto::MakeCrypto(
86 sp<ICrypto> crypto = MakeCrypto();
111 sp<ICrypto> crypto = MakeCrypto();
125 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) {
292 sp<ICrypto> crypto = JCrypto::GetCrypto(env, thiz);
H A Dandroid_media_MediaCodec.h34 struct ICrypto;
61 const sp<ICrypto> &crypto,
/frameworks/av/include/media/
H A DIMediaDrmService.h28 struct ICrypto;
36 virtual sp<ICrypto> makeCrypto() = 0;
H A DICrypto.h32 struct ICrypto : public IInterface { struct in namespace:android
83 DISALLOW_EVIL_CONSTRUCTORS(ICrypto);
86 struct BnCrypto : public BnInterface<ICrypto> {
H A DCryptoHal.h24 #include <media/ICrypto.h>
58 const ICrypto::SourceBuffer &source, size_t offset,
60 const ICrypto::DestinationBuffer &destination,
H A DCrypto.h21 #include <media/ICrypto.h>
/frameworks/av/include/media/stagefright/
H A DSecureBuffer.h21 #include <media/ICrypto.h>
33 * and its type, which can be fed to ICrypto::decrypt().
43 ICrypto::DestinationType getDestinationType();
/frameworks/av/media/libmedia/include/media/
H A DIMediaDrmService.h28 struct ICrypto;
36 virtual sp<ICrypto> makeCrypto() = 0;
H A DICrypto.h32 struct ICrypto : public IInterface { struct in namespace:android
83 DISALLOW_EVIL_CONSTRUCTORS(ICrypto);
86 struct BnCrypto : public BnInterface<ICrypto> {
H A DCryptoHal.h24 #include <media/ICrypto.h>
58 const ICrypto::SourceBuffer &source, size_t offset,
60 const ICrypto::DestinationBuffer &destination,
H A DCrypto.h21 #include <media/ICrypto.h>
/frameworks/av/media/libstagefright/foundation/include/
H A DSecureBuffer.h21 #include <media/ICrypto.h>
33 * and its type, which can be fed to ICrypto::decrypt().
43 ICrypto::DestinationType getDestinationType();
/frameworks/av/media/libstagefright/include/
H A DSecureBuffer.h21 #include <media/ICrypto.h>
33 * and its type, which can be fed to ICrypto::decrypt().
43 ICrypto::DestinationType getDestinationType();
/frameworks/av/drm/libmediadrm/
H A DICrypto.cpp18 #define LOG_TAG "ICrypto"
23 #include <media/ICrypto.h>
43 struct BpCrypto : public BpInterface<ICrypto> {
45 : BpInterface<ICrypto>(impl) {
50 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor());
58 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor());
68 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor());
83 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor());
92 data.writeInterfaceToken(ICrypto::getInterfaceDescriptor());
105 data.writeInterfaceToken(ICrypto
[all...]
H A DIMediaDrmService.cpp23 #include <media/ICrypto.h>
45 virtual sp<ICrypto> makeCrypto() {
49 return interface_cast<ICrypto>(reply.readStrongBinder());
71 sp<ICrypto> crypto = makeCrypto();
H A DAndroid.mk23 ICrypto.cpp \
/frameworks/av/services/mediadrm/
H A DMediaDrmService.cpp42 sp<ICrypto> MediaDrmService::makeCrypto() {
H A DMediaDrmService.h37 virtual sp<ICrypto> makeCrypto();
/frameworks/av/media/libstagefright/
H A DBufferImpl.cpp24 #include <media/ICrypto.h>
58 ICrypto::DestinationType SecureBuffer::getDestinationType() {
59 return ICrypto::kDestinationTypeNativeHandle;
H A DACodecBufferChannel.cpp117 ICrypto::DestinationBuffer destination;
122 if (destination.mType != ICrypto::kDestinationTypeNativeHandle) {
128 destination.mType = ICrypto::kDestinationTypeSharedMemory;
132 ICrypto::SourceBuffer source;
144 ICrypto::kDestinationTypeSharedMemory ?
171 if (result > 0 && destination.mType == ICrypto::kDestinationTypeSharedMemory) {
181 if (destination.mType == ICrypto::kDestinationTypeSharedMemory) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDrm.h21 #include <media/ICrypto.h>
77 static sp<ICrypto> createCrypto(status_t *pstatus);
84 static sp<ICrypto> createCryptoAndPlugin(const uint8_t uuid[16],
H A DNuPlayerSource.h23 #include <media/ICrypto.h>
141 sp<ICrypto> */*crypto*/) {

Completed in 5420 milliseconds

123