Searched defs:release (Results 151 - 170 of 170) sorted by relevance

1234567

/frameworks/base/core/java/android/view/
H A DSurfaceControl.java597 mCloseGuard.open("release");
610 mCloseGuard.open("release");
621 mCloseGuard.open("release");
679 * Always call release() when you're done with a Surface.
682 public void release() { method in class:SurfaceControl
692 * release this object's reference. This method can only be
714 "mNativeObject is null. Have you called release() already?");
1588 * and it seems really we'd like to just be able to call release here
/frameworks/base/media/java/android/media/
H A DAudioTrack.java981 // release is not necessary
1220 public void release() { method in class:AudioTrack
3157 // TODO also release track as it's not longer usable
H A DMediaCodec.java60 Finally, you request (or receive) a filled output buffer, consume its contents and release it
230 again. When you are done using a codec, you must release it by calling {@link #release}.
235 move the codec back to the Uninitialized state. Otherwise, call {@link #release} to move to the
411 While you are not required to resubmit/release buffers immediately to the codec, holding onto
499 codec.release();</pre>
545 codec.release();</pre>
582 codec.release();</pre>
633 Prior to the {@link android.os.Build.VERSION_CODES#M} release, software decoders may not
646 Note also that as of {@link android.os.Build.VERSION_CODES#N} release, {
1843 public final void release() { method in class:MediaCodec
2004 public void release() { method in class:MediaCodec.PersistentSurface
[all...]
H A DMediaPlayer2Impl.java183 * invoked to release the MediaPlayer2 object, unless the application
202 release();
1250 mWakeLock.release();
1290 mWakeLock.release();
2706 private void release() { method in class:MediaPlayer2Impl
3517 * A {@code reset()} call will release the DRM session implicitly.
3519 * @throws NoDrmSchemeException if there is no active DRM session to release
3532 Log.e(TAG, "releaseDrm(): No active DRM scheme to release.");
3534 "releaseDrm: No active DRM scheme to release.");
3563 * to obtain or release key
[all...]
H A DMediaPlayer.java137 * {@link #release()} is called, it is in the <em>End</em> state. Between these
158 * a MediaPlayer object is no longer being used, call {@link #release()} immediately
162 * failure to call {@link #release()} may cause subsequent instances of
403 * <tr><td>release </p></td>
406 * <td>After {@link #release()}, the object is no longer available. </p></td></tr>
657 * <p>When done with the MediaPlayer, you should call {@link #release()},
857 * <p>When done with the MediaPlayer, you should call {@link #release()},
876 * <p>When done with the MediaPlayer, you should call {@link #release()},
939 * <p>When done with the MediaPlayer, you should call {@link #release()},
1574 mWakeLock.release();
2118 public void release() { method in class:MediaPlayer
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1581 * <p>A subsequent call to this method on the same {@code deviceId} will release the currently
1602 * <p>A subsequent call to this method on the same {@code deviceId} will release the currently
1638 * @param hardware Hardware to release.
1764 public void release() { method in class:TvInputManager.Session
2469 mPendingEventPool.release(p);
/frameworks/native/libs/binder/
H A DParcel.cpp2642 // If the size is going to zero, just release the owner's data.
2701 // Need to release refs on any objects we are dropping.
2847 release();
2850 void Parcel::Blob::release() { function in class:Parcel::Blob
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp444 // release existing RX patch if any
449 // release TX patch if any
3842 // release patch between src device and output device
5914 bool release = false; local
5915 for (size_t j = 0; j < patchDesc->mPatch.num_sources && !release; j++) {
5919 release = true;
5922 for (size_t j = 0; j < patchDesc->mPatch.num_sinks && !release; j++) {
5926 release = true;
5929 if (release) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1220 * Query for a Hotspot 2.0 release 2 OSU icon file. An {@link #ACTION_PASSPOINT_ICON} intent
1625 * release.
2030 * method is used by WifiManager to release LocalOnlyHotspotReservations held by calling
3141 * Locks the Wi-Fi radio on until {@link #release} is called.
3148 * the radio, but subsequent calls will be ignored. Only one call to {@link #release}
3175 * If this WifiLock is reference-counted, each call to {@code release} will decrement the
3177 * zero. If the reference count goes below zero (that is, if {@code release} is called
3180 * If this WifiLock is not reference-counted, the first call to {@code release} (after
3184 public void release() { method in class:WifiManager.WifiLock
3207 * {@link #release}, an
3432 public void release() { method in class:WifiManager.MulticastLock
[all...]
/frameworks/native/cmds/installd/
H A Ddexopt.cpp312 // Do not use dex2oatd for release candidates (give dex2oat more soak time).
1223 other.release();
1231 other.release();
1275 void release() { function in class:android::installd::Dex2oatFileWrapper
1400 return Dex2oatFileWrapper(ufd.release(), cleanup);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp286 } // release lock
511 mRecentQueue.dequeueAtHead()->release();
682 entry->release();
687 mKeyRepeatState.lastKeyEntry->release();
710 entry->release();
1594 // Reset temporary touch state to ensure we release unnecessary references to input channels.
1876 splitMotionEntry->release();
2233 } // release lock
2310 cancelationEventEntry->release();
2419 } // release loc
3923 void InputDispatcher::InjectionState::release() { function in class:android::InputDispatcher::InjectionState
3944 void InputDispatcher::EventEntry::release() { function in class:android::InputDispatcher::EventEntry
[all...]
/frameworks/support/media/src/main/java/android/support/v4/media/session/
H A DMediaSessionCompat.java92 * When an app is finished performing playback it must call {@link #release()}
401 * Creates a new session. You must call {@link #release()} when finished with the session.
420 * a pending intent). You must call {@link #release()} when finished with the session.
643 public void release() { method in class:MediaSessionCompat
644 mImpl.release();
1829 void release(); method in interface:MediaSessionCompat.MediaSessionImpl
2029 public void release() { method in class:MediaSessionCompat.MediaSessionImplBase
3314 public void release() { method in class:MediaSessionCompat.MediaSessionImplApi21
3316 MediaSessionCompatApi21.release(mSessionObj);
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp529 release();
664 if (property_get("ro.build.version.release", val, NULL)
1037 void MPEG4Writer::release() { function in class:MPEG4Writer
1078 release();
1116 release();
1174 release();
1409 nalBuf->release();
2256 (*it)->release();
2903 buffer->release();
2913 buffer->release();
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp252 // call when you release a partial wakelock.
253 void release(const sp<IBinder> &wakeLockToken) { function in struct:android::__anon733
577 // Can temporarily release the lock if waiting for a reply from processConfigEvents_l().
928 gBoottime.release(mWakeLockToken);
1459 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect, bool release) { argument
1470 if (chain->removeEffect_l(effect, release) == 0) {
5549 // use shorter standby delay as on normal output to release
6444 // checkForNewParameters_l() can temporarily release mLock
6458 // if no active track(s), then standby and release wakelock
/frameworks/base/core/java/android/hardware/
H A DCamera.java104 * <li><b>Important:</b> Call {@link #release()} to release the camera for
105 * use by other applications. Applications should release the camera
125 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
367 * <p>You must call {@link #release()} when you are done using the camera,
422 * You must call {@link #release()} when you are done using the camera,
606 release();
620 public final void release() { method in class:Camera
629 * object until {@link #release()} is called. To allow rapid handoff
630 * between processes, you can call this method to release th
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java2056 mLaunchingActivity.release();
3490 mLaunchingActivity.release();
3538 mGoingToSleep.release();
3613 mGoingToSleep.release();
3771 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app);
3778 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Abort release; already destroying: " + r);
3791 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Collecting release task " + task
3805 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Didn't find two or more tasks to release");
3809 // let's iterate through the tasks and release the oldest one.
3817 // Try to release activitie
4946 public void release() { method in class:ActivityStackSupervisor.SleepTokenImpl
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1629 // Because we might release the last suspend blocker here, we need to make sure
2552 mDisplaySuspendBlocker.release();
2611 // Then release suspend blockers if needed.
2613 mWakeLockSuspendBlocker.release();
2617 mDisplaySuspendBlocker.release();
3210 // Grab and release lock for watchdog monitor to detect deadlocks.
4064 public void release() { method in class:PowerManagerService.SuspendBlockerImpl
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2061 mForceControlStreamClient.release();
2072 mForceControlStreamClient.release();
2109 public void release() { method in class:AudioService.ForceControlStreamClient
5357 mSoundPool.release();
5430 mSoundPool.release();
5463 mSoundPool.release();
5522 mp.release();
5606 mAudioEventWakeLock.release();
5624 mAudioEventWakeLock.release();
5630 mAudioEventWakeLock.release();
7927 void release() { method in class:AudioService.AudioPolicyProxy
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/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 392 milliseconds

1234567