Searched refs:NativeCryptoInfo (Results 1 – 1 of 1) sorted by relevance
1916 struct NativeCryptoInfo { struct1917 NativeCryptoInfo(JNIEnv *env, jobject cryptoInfoObj) in NativeCryptoInfo() argument2024 explicit NativeCryptoInfo(jint size) in NativeCryptoInfo() argument2035 ~NativeCryptoInfo() { in ~NativeCryptoInfo() argument2618 cryptoInfoObj ? NativeCryptoInfo{env, cryptoInfoObj} : NativeCryptoInfo{size}; in android_media_MediaCodec_native_queueLinearBlock()