Searched refs:cryptoData (Results 1 – 1 of 1) sorted by relevance
1790 long timeUs, int flags, int size, int offset, @Nullable CryptoData cryptoData) { in sampleMetadata() argument1799 getPopulatedCryptoInfo(cryptoData)); in sampleMetadata()1805 private CryptoInfo getPopulatedCryptoInfo(@Nullable CryptoData cryptoData) { in getPopulatedCryptoInfo() argument1806 if (cryptoData == null) { in getPopulatedCryptoInfo()1810 if (cryptoData != mLastReceivedCryptoData) { in getPopulatedCryptoInfo()1812 createNewCryptoInfoAndPopulateWithCryptoData(cryptoData); in getPopulatedCryptoInfo()1821 CryptoInfo newCryptoInfo = createNewCryptoInfoAndPopulateWithCryptoData(cryptoData); in getPopulatedCryptoInfo()1850 mLastReceivedCryptoData = cryptoData; in getPopulatedCryptoInfo()1854 private CryptoInfo createNewCryptoInfoAndPopulateWithCryptoData(CryptoData cryptoData) { in createNewCryptoInfoAndPopulateWithCryptoData() argument1856 cryptoInfo.key = cryptoData.encryptionKey; in createNewCryptoInfoAndPopulateWithCryptoData()[all …]