Searched refs:decryptApiType (Results 1 – 6 of 6) sorted by relevance
288 int decryptApiType; variable315 decryptApiType(INVALID_VALUE), in DecryptHandle()
279 if (decryptHandle->decryptApiType == DecryptApiType::CONTAINER_BASED) { in SniffDRM()282 } else if (decryptHandle->decryptApiType == DecryptApiType::ELEMENTARY_STREAM_BASED) { in SniffDRM()
109 == mDecryptHandle->decryptApiType) { in readAt()
243 decryptHandle->decryptApiType = DecryptApiType::ELEMENTARY_STREAM_BASED; in onOpenDecryptSession()
506 decryptHandle->decryptApiType = DecryptApiType::CONTAINER_BASED;
45 data->writeInt32(handle->decryptApiType); in writeDecryptHandleToParcelData()77 handle->decryptApiType = data.readInt32(); in readDecryptHandleFromParcelData()