Searched refs:cryptoErrorInfo (Results 1 – 1 of 1) sorted by relevance
6349 sp<AMessage> cryptoErrorInfo = new AMessage(); in onQueueInputBuffer() local6350 buildCryptoInfoAMessage(cryptoErrorInfo, CryptoAsync::kActionDecrypt); in onQueueInputBuffer()6351 cryptoErrorInfo->setInt32("err", err); in onQueueInputBuffer()6352 cryptoErrorInfo->setInt32("actionCode", ACTION_CODE_FATAL); in onQueueInputBuffer()6353 cryptoErrorInfo->setString("errorDetail", errorDetailMsg); in onQueueInputBuffer()6354 onCryptoError(cryptoErrorInfo); in onQueueInputBuffer()