Searched refs:done (Results 51 - 75 of 93) sorted by relevance

1234

/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCodecBase.h158 * @param done a list of rendered frames.
160 virtual void onOutputFramesRendered(const std::list<RenderedFrameInfo> &done) = 0;
H A DMediaCodec.h199 const std::list<FrameRenderTracker::Info> &done, sp<AMessage> &msg);
/frameworks/base/core/java/android/os/
H A DAsyncTask.java150 * <li>The AsyncTask class must be loaded on the UI thread. This is done
347 protected void done() {
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java198 public int done() { method in class:FileSynthesisCallback
199 if (DBG) Log.d(TAG, "FileSynthesisRequest.done()");
208 Log.w(TAG, "Duplicate call to done()");
H A DSynthesisPlaybackQueueItem.java122 // OR (c) done() is called in which case it will return null.
188 void done() { method in class:SynthesisPlaybackQueueItem
201 // calling done() don't block the synthesis thread forever. Ideally
291 // been called and done() has not been called.
305 // This is the normal playback loop exit case, when done() was
/frameworks/native/cmds/lshal/
H A DListCommand.cpp368 bool done = false;
376 done = true;
384 done = true;
388 if (done) {
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp513 std::atomic<bool> done(false);
524 done = true;
542 while (!done) {
553 done = true;
/frameworks/support/loader/src/main/java/androidx/loader/content/
H A DModernAsyncTask.java153 protected void done() {
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp564 goto done;
720 done:
1207 bool done;
1213 err = reader.ReadNextHeader(&done, &type);
1214 if (done) {
1215 fprintf(stderr, "should not be done yet\n");
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp668 goto done; // need a new buffer
675 done:
690 // released at "done:"; or (3) getNextBuffer() failed.
H A DAudioResamplerSinc.cpp351 goto done; // need a new buffer
356 done:
357 // if done with buffer, save samples
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp460 bool ID3::Iterator::done() const { function in class:android::ID3::Iterator
894 while (!it.done()) {
/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java428 boolean done = mDone;
430 return !done;
/frameworks/native/opengl/libagl/
H A Ddxt.cpp173 goto done;
181 done:
/frameworks/av/media/mtp/
H A DMtpServer.cpp1159 goto done;
1166 goto done;
1183 goto done;
1240 done:
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp134 for (SkRegion::Iterator it(*region); !it.done(); it.next()) {
/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp386 ALOGV("done loading initial frames, available=%zu+%d",
583 bool done = false; local
594 done = true;
597 if (!done) {
628 // Clear the whole ActionQueue as recording is done
1051 // it; done here for safety).
/frameworks/base/core/java/android/widget/
H A DImageView.java1120 boolean done = false;
1134 done = true;
1139 if (!done && resizeHeight) {
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp250 bool skip, done = false; local
274 while (!done) {
411 done = true;
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h199 const std::list<FrameRenderTracker::Info> &done, sp<AMessage> &msg);
/frameworks/base/libs/hwui/
H A DBakedOpRenderer.cpp279 while (!it.done()) {
291 // Prepare scissor (done before stencil, to simplify filling stencil)
H A DRecordingCanvas.cpp325 while (!it.done()) {
337 while (!it.done()) {
/frameworks/base/tools/aapt/
H A DXMLNode.cpp607 bool done; local
610 done = len < (ssize_t)sizeof(buf);
616 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
622 } while (!done);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java223 // done sequentially
224 boolean[] done = new boolean[numNdis];
225 Arrays.fill(done, false);
233 done[interfaceIndex] = true;
242 collector.checkThat("interface deleted -- " + i, done[i], equalTo(true));
/frameworks/native/libs/ui/
H A DRegion.cpp660 while (!it.done()) {
690 while (!it.done()) {

Completed in 377 milliseconds

1234