Searched refs:getCrypto (Results 1 – 2 of 2) sorted by relevance
157 public MediaCrypto getCrypto() in getCrypto() method in MediaDrmCodecCryptoAsyncTest.ClearKeyDrmSession187 MediaCrypto crypto = drmSession.getCrypto(); in runClearKeyVideoWithNoonCryptoError()204 MediaCrypto crypto = drmSession.getCrypto(); in runClearKeyVideoUsingCodec()221 MediaCrypto crypto = drmSession.getCrypto(); in runClearKeyVideoUsingBlockModel()
47 AMediaCrypto* getCrypto() const { return mCrypto; } in getCrypto() function