Searched refs:NativeCryptoInfo (Results 1 – 1 of 1) sorted by relevance
1750 struct NativeCryptoInfo { struct1751 NativeCryptoInfo(JNIEnv *env, jobject cryptoInfoObj) in NativeCryptoInfo() function1856 explicit NativeCryptoInfo(jint size) in NativeCryptoInfo() argument1867 ~NativeCryptoInfo() { in ~NativeCryptoInfo() argument2337 NativeCryptoInfo cryptoInfo = [env, cryptoInfoObj, size]{ in android_media_MediaCodec_native_queueLinearBlock()2339 return NativeCryptoInfo{size}; in android_media_MediaCodec_native_queueLinearBlock()2341 return NativeCryptoInfo{env, cryptoInfoObj}; in android_media_MediaCodec_native_queueLinearBlock()