Searched refs:makeCrypto (Results 1 – 6 of 6) sorted by relevance
47 static sp<ICrypto> makeCrypto() { in makeCrypto() function60 sp<ICrypto> crypto = service->makeCrypto(); in makeCrypto()79 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported()88 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent()98 sp<ICrypto> tmp = makeCrypto(); in AMediaCrypto_new()
56 virtual sp<ICrypto> makeCrypto() = 0;
97 virtual sp<ICrypto> makeCrypto() { in makeCrypto() function in android::BpMediaPlayerService190 sp<ICrypto> crypto = makeCrypto(); in onTransact()
75 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto()
220 virtual sp<ICrypto> makeCrypto();
364 sp<ICrypto> MediaPlayerService::makeCrypto() { in makeCrypto() function in android::MediaPlayerService