Home
last modified time | relevance | path

Searched refs:prepared (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp317 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()
DRTSPSource.h136 void checkBuffering(bool *prepared, bool *underflow, bool *overflow, bool *startServer);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DRowsFragment.java436 boolean prepared = super.onTransitionPrepare(); in onTransitionPrepare()
437 if (prepared) { in onTransitionPrepare()
440 return prepared; in onTransitionPrepare()
DRowsSupportFragment.java438 boolean prepared = super.onTransitionPrepare(); in onTransitionPrepare()
439 if (prepared) { in onTransitionPrepare()
442 return prepared; in onTransitionPrepare()
/frameworks/base/docs/html/ndk/guides/audio/
Dinput-latency.jd51 <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
Dopensl-for-android.jd650 <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/
DDrawableContainer.java884 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/
DPackageInstallerSession.java224 File stageDir, String stageCid, boolean prepared, boolean sealed) { in PackageInstallerSession() argument
244 mPrepared = prepared; in PackageInstallerSession()
DPackageInstallerService.java391 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/
Dgetting-started.jd26 Before beginning, make sure you have the right hardware and platform version prepared. You should
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd128 monitor changes in audio focus and be prepared to resume playback where it was paused once you’ve
/frameworks/base/docs/html/guide/practices/
Dscreens-support-1.5.jd104 <p>Your application is now prepared to run on multiple screens, while maintaining support for
/frameworks/base/docs/html/work/
Ddevice-management-policy.jd154 <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/
DAppTransition.java1936 boolean prepared = prepare(); in prepareAppTransitionLocked()
1941 return prepared; in prepareAppTransitionLocked()
DWindowStateAnimator.java1585 boolean prepared = in prepareSurfaceLocked()
1593 if (prepared && mLastHidden && mDrawState == HAS_DRAWN) { in prepareSurfaceLocked()
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd29 your app should be prepared to respond to action requests from other apps. For instance, if you
/frameworks/base/docs/html/about/versions/
Dandroid-2.2.jd217 the application is prepared to attempt a restore of any backed-up dataset, even
/frameworks/base/docs/html/guide/components/
Daidl.jd64 your own process. You must be prepared for incoming calls from unknown threads, with multiple calls
Dloaders.jd189 so you must be prepared for this to happen. See <a href="#onLoadFinished">
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd82 data in the background. Therefore, you should ensure that your app is prepared
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd51 and design, and are prepared for promotional opportunities in the Google Play
/frameworks/base/docs/html/guide/topics/media/
Dmediarouter.jd554 <p>The secondary output approach sends prepared media content to a connected secondary device
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd324 <dd>Indicates that the application is prepared to attempt a restore of any
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd120 your application is prepared to be drawn, you must request your View be invalidated by calling
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt125 prepared so as to be conveniently linked with application programs

12