Home
last modified time | relevance | path

Searched refs:cryptoData (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Media/apex/framework/java/android/media/
DMediaParser.java1790 long timeUs, int flags, int size, int offset, @Nullable CryptoData cryptoData) { in sampleMetadata() argument
1799 getPopulatedCryptoInfo(cryptoData)); in sampleMetadata()
1805 private CryptoInfo getPopulatedCryptoInfo(@Nullable CryptoData cryptoData) { in getPopulatedCryptoInfo() argument
1806 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() argument
1856 cryptoInfo.key = cryptoData.encryptionKey; in createNewCryptoInfoAndPopulateWithCryptoData()
[all …]