Searched refs:hasNonSecure (Results 1 – 1 of 1) sorted by relevance
3614 bool hasNonSecure = false; in android_media_MediaCodec_LinearBlock_native_obtain() local3619 hasNonSecure = true; in android_media_MediaCodec_LinearBlock_native_obtain()3622 if (!obtain(context.get(), capacity, names, (hasSecure && !hasNonSecure) /* secure */)) { in android_media_MediaCodec_LinearBlock_native_obtain()3639 bool hasNonSecure = false; in android_media_MediaCodec_LinearBlock_checkCompatible() local3644 hasNonSecure = true; in android_media_MediaCodec_LinearBlock_checkCompatible()3647 if (hasSecure && hasNonSecure) { in android_media_MediaCodec_LinearBlock_checkCompatible()