Searched refs:hasNonSecure (Results 1 – 1 of 1) sorted by relevance
4061 bool hasNonSecure = false; in android_media_MediaCodec_LinearBlock_native_obtain() local4066 hasNonSecure = true; in android_media_MediaCodec_LinearBlock_native_obtain()4069 if (!obtain(context.get(), capacity, names, (hasSecure && !hasNonSecure) /* secure */)) { in android_media_MediaCodec_LinearBlock_native_obtain()4086 bool hasNonSecure = false; in android_media_MediaCodec_LinearBlock_checkCompatible() local4091 hasNonSecure = true; in android_media_MediaCodec_LinearBlock_checkCompatible()4094 if (hasSecure && hasNonSecure) { in android_media_MediaCodec_LinearBlock_checkCompatible()