Searched refs:done (Results 76 - 85 of 85) sorted by relevance

1234

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2567 std::list<FrameRenderTracker::Info> done, sp<AMessage> &msg) {
2570 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
2571 it != done.cend(); ++it) {
2566 CreateFramesRenderedMessage( std::list<FrameRenderTracker::Info> done, sp<AMessage> &msg) argument
H A DACodec.cpp1368 std::list<FrameRenderTracker::Info> done = local
1372 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
1373 it != done.cend(); ++it) {
1383 if (MediaCodec::CreateFramesRenderedMessage(done, msg)) {
2085 // This is done by SW codecs, but most HW codecs don't support it.
5615 // told us that it's done with the input buffer, we can decrement
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java993 // Fix for case where client called .start() & .error(), but did not called .done()
995 synthesisCallback.done();
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp288 while (!it.done()) {
/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp398 // done with the target save count.
583 while (!it.done()) {
H A DOpenGLRenderer.cpp1010 while (!it.done()) {
1173 * Merged multidraw (such as in drawText and drawBitmaps rely on the fact that no clipping is done
1174 * in the draw path. Instead, clipping is done ahead of time - either as a single clip rect (when at
1689 // not missing call to quickReject/dirtyLayer, always done at a higher level
2100 // The checks for corner-case ignorable text and quick rejection is only done for immediate
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1612 goto done;
1630 goto done;
1635 goto done;
1654 goto done;
1659 done:
6510 // No lookup needs to be done, app package IDs are absolute.
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1919 while (!it.done()) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java934 boolean done = mLatch.await(waitTime, TimeUnit.MILLISECONDS);
935 if (done) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 223 milliseconds

1234