/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 317 bool *prepared, bool *underflow, bool *overflow, bool *startServer) { in checkBuffering() argument 347 *prepared = (preparedCount == numTracks); in checkBuffering() 354 bool prepared, underflow, overflow, startServer; in onPollBuffering() local 355 checkBuffering(&prepared, &underflow, &overflow, &startServer); in onPollBuffering() 357 if (prepared && mInPreparationPhase) { in onPollBuffering()
|
D | RTSPSource.h | 136 void checkBuffering(bool *prepared, bool *underflow, bool *overflow, bool *startServer);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | RowsFragment.java | 436 boolean prepared = super.onTransitionPrepare(); in onTransitionPrepare() 437 if (prepared) { in onTransitionPrepare() 440 return prepared; in onTransitionPrepare()
|
D | RowsSupportFragment.java | 438 boolean prepared = super.onTransitionPrepare(); in onTransitionPrepare() 439 if (prepared) { in onTransitionPrepare() 442 return prepared; in onTransitionPrepare()
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | input-latency.jd | 51 <li> Be prepared to handle nominal sample rates of 44,100 and 48,000 Hz as reported by 57 <li>Be prepared to handle the buffer size reported by
|
D | opensl-for-android.jd | 650 <li>Do not depend on a particular result code for an unsuccessful operation; be prepared to deal 656 <li>Callback handlers should be prepared to be called more or less frequently, to receive 658 are configured with an event mask made of enabled event types should be prepared to be called
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableContainer.java | 884 final Drawable prepared = prepareDrawable(cs.newDrawable(mSourceRes)); in getChild() local 885 mDrawables[index] = prepared; in getChild() 890 return prepared; in getChild()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 224 File stageDir, String stageCid, boolean prepared, boolean sealed) { in PackageInstallerSession() argument 244 mPrepared = prepared; in PackageInstallerSession()
|
D | PackageInstallerService.java | 391 final boolean prepared = readBooleanAttribute(in, ATTR_PREPARED, true); in readSessionLocked() 419 params, createdMillis, stageDir, stageCid, prepared, sealed); in readSessionLocked()
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | getting-started.jd | 26 Before beginning, make sure you have the right hardware and platform version prepared. You should
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 128 monitor changes in audio focus and be prepared to resume playback where it was paused once you’ve
|
/frameworks/base/docs/html/guide/practices/ |
D | screens-support-1.5.jd | 104 <p>Your application is now prepared to run on multiple screens, while maintaining support for
|
/frameworks/base/docs/html/work/ |
D | device-management-policy.jd | 154 <p>The application also needs to be prepared to handle set back situations where the user abandons
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 1936 boolean prepared = prepare(); in prepareAppTransitionLocked() 1941 return prepared; in prepareAppTransitionLocked()
|
D | WindowStateAnimator.java | 1585 boolean prepared = in prepareSurfaceLocked() 1593 if (prepared && mLastHidden && mDrawState == HAS_DRAWN) { in prepareSurfaceLocked()
|
/frameworks/base/docs/html/training/basics/intents/ |
D | filters.jd | 29 your app should be prepared to respond to action requests from other apps. For instance, if you
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2.jd | 217 the application is prepared to attempt a restore of any backed-up dataset, even
|
/frameworks/base/docs/html/guide/components/ |
D | aidl.jd | 64 your own process. You must be prepared for incoming calls from unknown threads, with multiple calls
|
D | loaders.jd | 189 so you must be prepared for this to happen. See <a href="#onLoadFinished">
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 82 data in the background. Therefore, you should ensure that your app is prepared
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 51 and design, and are prepared for promotional opportunities in the Google Play
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediarouter.jd | 554 <p>The secondary output approach sends prepared media content to a connected secondary device
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | application-element.jd | 324 <dd>Indicates that the application is prepared to attempt a restore of any
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | 2d-graphics.jd | 120 your application is prepared to be drawn, you must request your View be invalidated by calling
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 125 prepared so as to be conveniently linked with application programs
|