Searched defs:secure (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, argument
39 if (secure) {
/frameworks/native/include/ui/
H A DDisplayInfo.h36 bool secure; member in struct:android::DisplayInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardMonitor.java107 public void notifyKeyguardState(boolean showing, boolean secure, boolean occluded) { argument
108 if (mShowing == showing && mSecure == secure && mOccluded == occluded) return;
110 mSecure = secure;
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java63 * verify the server's identity yourself to ensure a secure connection.</p>
103 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) {
106 mSecure = secure;
254 // Clear out all cached secure factories since configurations have changed.
102 SSLCertificateSocketFactory( int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) argument
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java96 int width, int height, int densityDpi, int gravity, boolean secure,
101 mSecure = secure;
95 OverlayDisplayWindow(Context context, String name, int width, int height, int densityDpi, int gravity, boolean secure, Listener listener) argument
H A DOverlayDisplayAdapter.java65 * <li><pre>secure</pre>: creates a secure display</li>
195 boolean secure = flagString != null && flagString.contains(",secure");
200 mOverlays.add(new OverlayDisplayHandle(name, modes, gravity, secure, number));
240 boolean secure, int state,
246 mSecure = secure;
372 boolean secure, int number) {
376 mSecure = secure;
237 OverlayDisplayDevice(IBinder displayToken, String name, List<OverlayMode> modes, int activeMode, int defaultMode, float refreshRate, long presentationDeadlineNanos, boolean secure, int state, SurfaceTexture surfaceTexture, int number) argument
371 OverlayDisplayHandle(String name, List<OverlayMode> modes, int gravity, boolean secure, int number) argument
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp182 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure) argument
187 data.writeInt32(secure ? 1 : 0);
490 bool secure = bool(data.readInt32()); local
491 sp<IBinder> display(createDisplay(displayName, secure));
H A DSurfaceComposerClient.cpp139 sp<IBinder> createDisplay(const String8& displayName, bool secure);
199 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) { argument
201 secure);
595 bool secure) {
596 return Composer::getInstance().createDisplay(displayName, secure);
594 createDisplay(const String8& displayName, bool secure) argument
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp322 // byte[] mock-secure-stop -> first secure stop in list
324 ssize_t index = mByteArrayProperties.indexOfKey(String8("mock-secure-stop"));
326 ALOGD("Missing 'mock-secure-stop' parameter for mock");
340 // byte[] mock-secure-stop1 -> first secure stop in list
341 // byte[] mock-secure-stop2 -> second secure stop in list
344 ssize_t index = mByteArrayProperties.indexOfKey(String8("mock-secure-stop1"));
346 ALOGD("Missing 'mock-secure
794 decrypt(bool secure, const uint8_t key[16], const uint8_t iv[16], Mode mode, const Pattern &pattern, const void *srcPtr, const SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString * ) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp269 int32_t secure = 0; local
270 if (format->findInt32("secure", &secure) && secure != 0) {
273 mComponentName.append(".secure");
282 (secure ? "secure " : ""), mime.c_str());
286 mIsSecure = secure;
H A DGenericSource.cpp256 // check if the source requires secure buffers
257 int32_t secure; local
258 if (meta->findInt32(kKeyRequiresSecureBuffers, &secure)
259 && secure) {
375 // comes back as secure, set it to true then.
452 // secure decoders must be instantiated before starting widevine source
462 ALOGE("Failed to instantiate secure decoders!");
540 // For widevine or secure sources we need to prevent any further reads.
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java57 // Assume keyguard is showing and secure until we know for sure. This is here in
62 secure = true;
70 boolean secure; field in class:KeyguardServiceDelegate.KeyguardState
143 mKeyguardState.secure = false;
255 mKeyguardState.secure = mKeyguardService.isSecure(userId);
257 return mKeyguardState.secure;
437 pw.println(prefix + "secure=" + mKeyguardState.secure);
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1711 return toStringInner(/* secure =*/ true, /* includeInternalData =*/ false);
1716 return toStringInner(/* secure =*/ false, /* includeInternalData =*/ true);
1719 private String toStringInner(boolean secure, boolean includeInternalData) { argument
1724 sb.append(secure ? "***" : mId);
1765 sb.append(secure ? "***" : mTitle);
1773 sb.append(secure ? "***" : mText);
1781 sb.append(secure ? "***" : mDisabledMessage);
1804 if (secure) {
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java70 private static native IBinder nativeCreateDisplay(String name, boolean secure); argument
113 * Surface creation flag: The surface contains secure content, special
551 public boolean secure; field in class:SurfaceControl.PhysicalDisplayInfo
575 && secure == other.secure
592 secure = other.secure;
601 + "density " + density + ", " + xDpi + " x " + yDpi + " dpi, secure " + secure
711 public static IBinder createDisplay(String name, boolean secure) { argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp59 jfieldID secure; member in struct:android::__anon954
352 jboolean secure) {
355 String8(name.c_str()), bool(secure)));
432 env->SetBooleanField(infoObj, gPhysicalDisplayInfoClassInfo.secure, info.secure);
801 gPhysicalDisplayInfoClassInfo.secure = GetFieldIDOrDie(env, clazz, "secure", "Z");
351 nativeCreateDisplay(JNIEnv* env, jclass clazz, jstring nameObj, jboolean secure) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java2017 void reclaimSomeSurfaceMemory(String operation, boolean secure) { argument
2018 mService.reclaimSomeSurfaceMemoryLocked(this, operation, secure);
H A DWindowManagerService.java333 private static final String SYSTEM_SECURE = "ro.secure";
2359 // Update secure surface for all windows belonging to this user.
9803 boolean secure) {
9870 if (mActivityManager.killPids(pids, "Free memory", secure)) {
10091 // Check whether the current screen contains any secure content.
9802 reclaimSomeSurfaceMemoryLocked(WindowStateAnimator winAnimator, String operation, boolean secure) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java199 /** Whether the secure RTT protocol is supported. */
340 * Whether the secure RTT protocol needs to be used for ranging this peer device.
342 public boolean secure; field in class:RttManager.RttParams
505 dest.writeByte(params.secure ? (byte) 1 : 0);
536 params[i].secure = (in.readByte() != 0);
715 * Whether the secure RTT protocol was used for ranging.
717 public boolean secure; field in class:RttManager.RttResult
772 dest.writeByte(result.secure ? (byte) 1 : 0);
828 results[i].secure = (in.readByte() != 0);
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java2594 public void createVirtualNetwork(int netId, boolean hasDNS, boolean secure) { argument
2599 secure ? "1" : "0");
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp227 bool secure)
246 DisplayDeviceState info(DisplayDevice::DISPLAY_VIRTUAL, secure);
277 // All non-virtual displays are currently considered secure.
636 // All non-virtual displays are currently considered secure.
637 info.secure = true;
970 // All non-virtual displays are currently considered secure.
3449 // if we have secure windows on this display, never allow the screen capture
226 createDisplay(const String8& displayName, bool secure) argument
H A DSurfaceFlinger_hwc1.cpp225 bool secure)
244 DisplayDeviceState info(DisplayDevice::DISPLAY_VIRTUAL, secure);
274 // All non-virtual displays are currently considered secure.
495 // All non-virtual displays are currently considered secure.
660 // All non-virtual displays are currently considered secure.
661 info.secure = true;
3342 // if we have secure windows on this display, never allow the screen capture
224 createDisplay(const String8& displayName, bool secure) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1626 boolean secure = data.readInt() != 0;
1627 boolean res = killPids(pids, reason, secure);
5094 public boolean killPids(int[] pids, String reason, boolean secure) throws RemoteException { argument
5100 data.writeInt(secure ? 1 : 0);
H A DIActivityManager.java356 public boolean killPids(int[] pids, String reason, boolean secure) throws RemoteException; argument
/frameworks/base/core/java/android/content/
H A DIntent.java7072 * This is NOT a secure mechanism to identify the user who sent the intent.
8353 public String toShortString(boolean secure, boolean comp, boolean extras, boolean clip) { argument
8355 toShortString(b, secure, comp, extras, clip);
8360 public void toShortString(StringBuilder b, boolean secure, boolean comp, boolean extras, argument
8385 if (secure) {
8460 mSelector.toShortString(b, secure, comp, extras, clip);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3812 boolean keyguardOccluded, boolean bouncerShowing, boolean secure,
3820 | ((secure ? 1 : 0) << 11)
4616 * If secure with redaction: Show bouncer, go to unlocked shade.
4618 * <p>If secure without redaction or no security: Go to {@link StatusBarState#SHADE_LOCKED}.</p>
3811 getLoggingFingerprint(int statusBarState, boolean keyguardShowing, boolean keyguardOccluded, boolean bouncerShowing, boolean secure, boolean currentlyInsecure) argument

Completed in 9220 milliseconds

12