Searched refs:makeCrypto (Results 1 – 8 of 8) sorted by relevance
38 static sp<ICrypto> makeCrypto() { in makeCrypto() function47 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto()64 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported()73 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent()83 sp<ICrypto> tmp = makeCrypto(); in AMediaCrypto_new()
45 virtual sp<ICrypto> makeCrypto() { in makeCrypto() function in android::BpMediaDrmService71 sp<ICrypto> crypto = makeCrypto(); in onTransact()
37 sp<ICrypto> MediaDrmService::makeCrypto() { in makeCrypto() function in android::MediaDrmService
37 virtual sp<ICrypto> makeCrypto();
36 virtual sp<ICrypto> makeCrypto() = 0;
72 sp<ICrypto> crypto = service->makeCrypto(); in createCrypto()
75 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto()