Home
last modified time | relevance | path

Searched refs:NativeCryptoInfo (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1916 struct NativeCryptoInfo { struct
1917 NativeCryptoInfo(JNIEnv *env, jobject cryptoInfoObj) in NativeCryptoInfo() argument
2024 explicit NativeCryptoInfo(jint size) in NativeCryptoInfo() argument
2035 ~NativeCryptoInfo() { in ~NativeCryptoInfo() argument
2618 cryptoInfoObj ? NativeCryptoInfo{env, cryptoInfoObj} : NativeCryptoInfo{size}; in android_media_MediaCodec_native_queueLinearBlock()