Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/av/media/libmedia/
DICrypto.cpp95 bool secure, in decrypt()
105 data.writeInt32(secure); in decrypt()
133 if (secure) { in decrypt()
145 if (!secure && result >= 0) { in decrypt()
228 bool secure = data.readInt32() != 0; in onTransact() local
251 if (secure) { in onTransact()
259 secure, in onTransact()
275 if (!secure) { in onTransact()
/frameworks/base/core/java/android/view/
DSurfaceControl.java61 private static native IBinder nativeCreateDisplay(String name, boolean secure); in nativeCreateDisplay() argument
399 public boolean secure; field in SurfaceControl.PhysicalDisplayInfo
421 && secure == other.secure; in equals()
436 secure = other.secure; in copyFrom()
443 + "density " + density + ", " + xDpi + " x " + yDpi + " dpi, secure " + secure in toString()
509 public static IBinder createDisplay(String name, boolean secure) { in createDisplay() argument
513 return nativeCreateDisplay(name, secure); in createDisplay()
/frameworks/native/include/ui/
DDisplayInfo.h35 bool secure; member
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp58 jfieldID secure; member
331 jboolean secure) { in nativeCreateDisplay() argument
334 String8(name.c_str()), bool(secure))); in nativeCreateDisplay()
385 env->SetBooleanField(infoObj, gPhysicalDisplayInfoClassInfo.secure, info.secure); in nativeGetDisplayInfo()
472 gPhysicalDisplayInfoClassInfo.secure = env->GetFieldID(clazz, "secure", "Z"); in register_android_view_SurfaceControl()
/frameworks/base/docs/html/training/
Dbest-security.jd9 keep your app's data secure.</p>
/frameworks/native/libs/gui/
DISurfaceComposer.cpp180 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure) in createDisplay() argument
185 data.writeInt32(secure ? 1 : 0); in createDisplay()
300 bool secure = bool(data.readInt32()); in onTransact() local
301 sp<IBinder> display(createDisplay(displayName, secure)); in onTransact()
DSurfaceComposerClient.cpp137 sp<IBinder> createDisplay(const String8& displayName, bool secure);
186 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) { in createDisplay() argument
188 secure); in createDisplay()
489 bool secure) { in createDisplay() argument
490 return Composer::getInstance().createDisplay(displayName, secure); in createDisplay()
/frameworks/av/media/libmediaplayerservice/
DCrypto.cpp236 bool secure, in decrypt() argument
255 secure, key, iv, mode, srcPtr, subSamples, numSubSamples, dstPtr, in decrypt()
DCrypto.h49 bool secure,
/frameworks/base/docs/html/guide/faq/
Dsecurity.jd6 <li><a href="#secure">Is Android Secure?</a></li>
20 <a name="secure" id="secure"></a><h2>Is Android secure?</h2>
24 of the most secure mobile platforms available while still fulfilling our goal
40 <p>We have made great efforts to secure the Android platform, but it is
/frameworks/av/include/media/
DICrypto.h45 bool secure,
/frameworks/native/include/media/hardware/
DCryptoAPI.h76 bool secure,
/frameworks/native/include/gui/
DISurfaceComposer.h77 bool secure) = 0;
DSurfaceComposerClient.h90 static sp<IBinder> createDisplay(const String8& displayName, bool secure);
/frameworks/base/core/java/android/provider/
DBrowser.java263 boolean secure = false; in getVisitedLike()
269 secure = true; in getVisitedLike()
275 if (secure) { in getVisitedLike()
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd41 a remote server, be sure that the device-server handshake is secure.</p>
85 <h3 id="nonce">Use secure random nonces</h3>
86 <p>Nonces must not be predictable or reused. Always use a cryptographically secure random number
95 …s a further security precaution, you should perform the verification on your own secure server.</p>
/frameworks/base/tests/CoreTests/android/core/
DSSLSocketTest.java79 boolean secure, String path, int outerLoop, int innerLoop, in fetch() argument
85 Socket socket = secure ? socketFactory.createSocket() in fetch()
180 private void fetch(String host, int port, boolean secure, String path, in fetch() argument
183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop, in fetch()
/frameworks/base/core/java/android/net/
DSSLCertificateSocketFactory.java102 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory() argument
105 mSecure = secure; in SSLCertificateSocketFactory()
/frameworks/base/services/java/com/android/server/display/
DWifiDisplayAdapter.java323 boolean secure = (flags & RemoteDisplay.DISPLAY_FLAG_SECURE) != 0; in addDisplayDeviceLocked()
325 if (secure) { in addDisplayDeviceLocked()
336 IBinder displayToken = SurfaceControl.createDisplay(name, secure); in addDisplayDeviceLocked()
DLocalDisplayAdapter.java141 if (mPhys.secure) { in getDisplayDeviceInfoLocked()
/frameworks/base/docs/html-intl/ja/guide/publishing/
Dapp-signing.jd31 <li><a href="#secure-key">秘密鍵のセキュリティ設定</a></li>
211 <p class="warning"><strong>注:</strong> Keytool を実行する前に、<a href="#secure-key">秘密鍵のセキュリティ設定</a>を読んで、キ…
321 <h2 id="secure-key">秘密鍵のセキュリティ設定</h2>
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd32 <li><a href="#secure-key">Securing Your Private Key</a></li>
140 data in a secure manner. </li>
309 <p class="warning"><strong>Warning:</strong> Keep your private key secure.
311 <a href="#secure-key">Securing Your Private Key</a> for a discussion of how to keep
312 your key secure and why doing so is critically important to you and to users. In
317 in a safe, secure place. You must use the same key to sign future versions of your application. If
478 in your command line unless you are working at a secure computer.
485 in your command line unless you are working at a secure computer.
592 <h2 id="secure-key">Securing Your Private Key</h2>
612 keeping your key secure: </p>
[all …]
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd35 <p>Some of the core security features that help you build secure apps
41 security functionality such as cryptography, permissions, and secure
264 data secure at all times.</p>
271 secure web traffic. We prefer use of HTTPS over HTTP anywhere that HTTPS is
278 wireless networks using Wi-Fi, the use of secure networking is strongly
485 encryption, and providing secure communications channels, Android provides a
491 requires no knowledge of cryptography. If you need a secure
500 <p>Use a secure random number generator, {@link java.security.SecureRandom},
502 Use of a key that is not generated with a secure random
698 but many of the concerns regarding secure code in other virtual machines also apply to Android.
[all …]
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h146 ssize_t decrypt(bool secure,
/frameworks/base/docs/html/distribute/googleplay/edu/
Dstart.jd56 <h2 id="secure">Sold Simply</h2>
58 <p>Google Play for Education provides a simple and secure environment in which

123