Searched refs:makeCrypto (Results 1 – 8 of 8) sorted by relevance
39 static sp<ICrypto> makeCrypto() { in makeCrypto() function48 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto()65 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported()74 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent()84 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()