Searched refs:CryptoAsyncInfo (Results 1 – 2 of 2) sorted by relevance
90 struct CryptoAsyncInfo : public CodecCryptoInfo { struct92 explicit CryptoAsyncInfo(const std::unique_ptr<CodecCryptoInfo> &info);93 virtual ~CryptoAsyncInfo() = default;
33 CryptoAsync::CryptoAsyncInfo::CryptoAsyncInfo(const std::unique_ptr<CodecCryptoInfo> &info) { in CryptoAsyncInfo() function in android::CryptoAsync::CryptoAsyncInfo