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

/frameworks/native/include/ui/
H A DDisplayInfo.h35 bool secure; member in struct:android::DisplayInfo
/frameworks/av/media/libmedia/
H A DICrypto.cpp95 bool secure,
105 data.writeInt32(secure);
133 if (secure) {
145 if (!secure && result >= 0) {
228 bool secure = data.readInt32() != 0; local
251 if (secure) {
259 secure,
275 if (!secure) {
94 decrypt( bool secure, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const void *srcPtr, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString *errorDetailMsg) argument
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp237 bool secure,
256 secure, key, iv, mode, srcPtr, subSamples, numSubSamples, dstPtr,
236 decrypt( bool secure, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const void *srcPtr, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString *errorDetailMsg) argument
/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;
246 // Clear out all cached secure factories since configurations have changed.
102 SSLCertificateSocketFactory( int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) argument
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayAdapter.java156 boolean secure = flagString != null && flagString.contains(",secure");
160 + ", densityDpi=" + densityDpi + ", secure=" + secure);
163 width, height, densityDpi, gravity, secure));
202 int width, int height, float refreshRate, int densityDpi, boolean secure,
210 mSecure = secure;
273 int width, int height, int densityDpi, int gravity, boolean secure) {
279 mSecure = secure;
201 OverlayDisplayDevice(IBinder displayToken, String name, int width, int height, float refreshRate, int densityDpi, boolean secure, SurfaceTexture surfaceTexture) argument
272 OverlayDisplayHandle(String name, int width, int height, int densityDpi, int gravity, boolean secure) argument
H A DOverlayDisplayWindow.java96 int width, int height, int densityDpi, int gravity, boolean secure,
104 mSecure = secure;
109 if (secure) {
95 OverlayDisplayWindow(Context context, String name, int width, int height, int densityDpi, int gravity, boolean secure, Listener listener) argument
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp178 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure) argument
183 data.writeInt32(secure ? 1 : 0);
310 bool secure = bool(data.readInt32()); local
311 sp<IBinder> display(createDisplay(displayName, secure));
H A DSurfaceComposerClient.cpp137 sp<IBinder> createDisplay(const String8& displayName, bool secure);
187 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) { argument
189 secure);
494 bool secure) {
495 return Composer::getInstance().createDisplay(displayName, secure);
493 createDisplay(const String8& displayName, bool secure) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceDelegate.java47 boolean secure; field in class:KeyguardServiceDelegate.KeyguardState
182 mKeyguardState.secure = mKeyguardService.isSecure();
184 return mKeyguardState.secure;
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java79 boolean secure, String path, int outerLoop, int innerLoop,
85 Socket socket = secure ? socketFactory.createSocket()
180 private void fetch(String host, int port, boolean secure, String path, argument
183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop,
78 fetch(SSLSocketFactory socketFactory, String host, int port, boolean secure, String path, int outerLoop, int innerLoop, int delay, int timeout) argument
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp304 // byte[] mock-secure-stop1 -> first secure stop in list
305 // byte[] mock-secure-stop2 -> second secure stop in list
308 ssize_t index = mByteArrayProperties.indexOfKey(String8("mock-secure-stop1"));
310 ALOGD("Missing 'mock-secure-stop1' parameter for mock");
316 index = mByteArrayProperties.indexOfKey(String8("mock-secure-stop2"));
318 ALOGD("Missing 'mock-secure-stop2' parameter for mock");
336 // byte[] secure-stop-release -> mock-ssrelease
667 MockCryptoPlugin::decrypt(bool secure, cons argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp58 jfieldID secure; member in struct:android::__anon1047
330 jboolean secure) {
333 String8(name.c_str()), bool(secure)));
390 env->SetBooleanField(infoObj, gPhysicalDisplayInfoClassInfo.secure, info.secure);
479 gPhysicalDisplayInfoClassInfo.secure = env->GetFieldID(clazz, "secure", "Z");
329 nativeCreateDisplay(JNIEnv* env, jclass clazz, jstring nameObj, jboolean secure) argument
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java62 private static native IBinder nativeCreateDisplay(String name, boolean secure); argument
93 * Surface creation flag: The surface contains secure content, special
392 public boolean secure; field in class:SurfaceControl.PhysicalDisplayInfo
414 && secure == other.secure;
429 secure = other.secure;
436 + "density " + density + ", " + xDpi + " x " + yDpi + " dpi, secure " + secure
502 public static IBinder createDisplay(String name, boolean secure) { argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp215 bool secure)
236 info.isSecure = secure;
266 // All non-virtual displays are currently considered secure.
577 // All non-virtual displays are currently considered secure.
724 // All non-virtual displays are currently considered secure.
725 info->secure = true;
2850 // if we have secure windows on this display, never allow the screen capture
214 createDisplay(const String8& displayName, bool secure) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1280 boolean secure = data.readInt() != 0;
1281 boolean res = killPids(pids, reason, secure);
3650 public boolean killPids(int[] pids, String reason, boolean secure) throws RemoteException { argument
3656 data.writeInt(secure ? 1 : 0);
H A DIActivityManager.java249 public boolean killPids(int[] pids, String reason, boolean secure) throws RemoteException; argument
/frameworks/base/core/java/android/content/
H A DIntent.java6741 public String toShortString(boolean secure, boolean comp, boolean extras, boolean clip) { argument
6743 toShortString(b, secure, comp, extras, clip);
6748 public void toShortString(StringBuilder b, boolean secure, boolean comp, boolean extras, argument
6773 if (secure) {
6836 mSelector.toShortString(b, secure, comp, extras, clip);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java8682 public boolean killPids(int[] pids, String pReason, boolean secure) { argument
8712 // If this is not a secure call, don't let it kill processes that
8714 if (!secure && worstType < ProcessList.SERVICE_ADJ) {
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java286 private static final String SYSTEM_SECURE = "ro.secure";
9608 boolean secure) {
9685 if (mActivityManager.killPids(pids, "Free memory", secure)) {
9607 reclaimSomeSurfaceMemoryLocked(WindowStateAnimator winAnimator, String operation, boolean secure) argument

Completed in 1316 milliseconds