Searched defs:done (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java101 // Ensures that done() happens once exactly, handling concurrent callers with atomic operations.
119 done(Result.WANTED_AS_IS);
152 if (mNetwork.equals(lostNetwork)) done(Result.UNWANTED);
216 private void done(Result result) { method in class:CaptivePortalLoginActivity
218 // isDone was already true: done() already called
275 done(result);
372 done(Result.DISMISSED);
408 done(Result.WANTED_AS_IS);
/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/av/media/libstagefright/
H A DFrameDecoder.cpp273 bool done = false; local
371 // from the extractor, decode to the specified frame. Otherwise we're done.
379 err = onOutputReceived(videoFrameBuffer, mOutputFormat, ptsUs, &done);
383 done = true;
388 } while (err == OK && !done);
486 int64_t timeUs, bool *done) {
491 *done = false;
495 *done = (++mNumFramesDecoded >= mNumFrames);
676 const sp<AMessage> &outputFormat, int64_t /*timeUs*/, bool *done) {
722 *done
483 onOutputReceived( const sp<MediaCodecBuffer> &videoFrameBuffer, const sp<AMessage> &outputFormat, int64_t timeUs, bool *done) argument
674 onOutputReceived( const sp<MediaCodecBuffer> &videoFrameBuffer, const sp<AMessage> &outputFormat, int64_t , bool *done) argument
[all...]
H A DMediaCodec.cpp311 virtual void onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) override;
419 void CodecCallback::onOutputFramesRendered(const std::list<FrameRenderTracker::Info> &done) { argument
422 if (MediaCodec::CreateFramesRenderedMessage(done, notify)) {
2620 // it done. The reply token will be replaced after this, and we'll
3245 const std::list<FrameRenderTracker::Info> &done, sp<AMessage> &msg) {
3248 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
3249 it != done.cend(); ++it) {
3244 CreateFramesRenderedMessage( const std::list<FrameRenderTracker::Info> &done, sp<AMessage> &msg) argument
H A DACodec.cpp1436 std::list<FrameRenderTracker::Info> done = local
1440 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
1441 it != done.cend(); ++it) {
1451 mCallback->onOutputFramesRendered(done);
2074 // This is done by SW codecs, but most HW codecs don't support it.
5749 // told us that it's done with the input buffer, we can decrement
/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/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewAnimationsTest.java121 private String prepareLog(RecyclerView.Recycler recycler, RecyclerView.State state, boolean done) { argument
123 builder.append("is pre layout:").append(state.isPreLayout()).append(", done:").append(done);
133 if (state.isPreLayout() && !done) {
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2319 protected void done() { method in class:AccountManager.AmsTask
2438 protected void done() { method in class:AccountManager.Future2Task
2603 // we are done
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp250 bool skip, done = false; local
274 while (!done) {
411 done = true;
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp3330 if (it->done()) {
3335 if (it->done()) {
5451 bool done = false; local
5453 while (!done && offset < kMaxScanOffset) {
5531 done = true;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp364 bool done = false; local
380 done = dispatchConfigurationChangedLocked(currentTime, typedEntry);
388 done = dispatchDeviceResetLocked(currentTime, typedEntry);
410 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
426 done = dispatchMotionLocked(currentTime, typedEntry,
436 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 1656 milliseconds

12