/frameworks/av/media/libmedia/ |
D | ICrypto.cpp | 95 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/ |
D | SurfaceControl.java | 61 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/ |
D | DisplayInfo.h | 35 bool secure; member
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 58 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/ |
D | best-security.jd | 9 keep your app's data secure.</p>
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 180 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()
|
D | SurfaceComposerClient.cpp | 137 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/ |
D | Crypto.cpp | 236 bool secure, in decrypt() argument 255 secure, key, iv, mode, srcPtr, subSamples, numSubSamples, dstPtr, in decrypt()
|
D | Crypto.h | 49 bool secure,
|
/frameworks/base/docs/html/guide/faq/ |
D | security.jd | 6 <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/ |
D | ICrypto.h | 45 bool secure,
|
/frameworks/native/include/media/hardware/ |
D | CryptoAPI.h | 76 bool secure,
|
/frameworks/native/include/gui/ |
D | ISurfaceComposer.h | 77 bool secure) = 0;
|
D | SurfaceComposerClient.h | 90 static sp<IBinder> createDisplay(const String8& displayName, bool secure);
|
/frameworks/base/core/java/android/provider/ |
D | Browser.java | 263 boolean secure = false; in getVisitedLike() 269 secure = true; in getVisitedLike() 275 if (secure) { in getVisitedLike()
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 41 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/ |
D | SSLSocketTest.java | 79 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/ |
D | SSLCertificateSocketFactory.java | 102 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory() argument 105 mSecure = secure; in SSLCertificateSocketFactory()
|
/frameworks/base/services/java/com/android/server/display/ |
D | WifiDisplayAdapter.java | 323 boolean secure = (flags & RemoteDisplay.DISPLAY_FLAG_SECURE) != 0; in addDisplayDeviceLocked() 325 if (secure) { in addDisplayDeviceLocked() 336 IBinder displayToken = SurfaceControl.createDisplay(name, secure); in addDisplayDeviceLocked()
|
D | LocalDisplayAdapter.java | 141 if (mPhys.secure) { in getDisplayDeviceInfoLocked()
|
/frameworks/base/docs/html-intl/ja/guide/publishing/ |
D | app-signing.jd | 31 <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/ |
D | app-signing.jd | 32 <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/ |
D | security-tips.jd | 35 <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/ |
D | MockDrmCryptoPlugin.h | 146 ssize_t decrypt(bool secure,
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | start.jd | 56 <h2 id="secure">Sold Simply</h2> 58 <p>Google Play for Education provides a simple and secure environment in which
|