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

1234567

/frameworks/base/core/java/android/hardware/
H A DCamera.java96 * <li><b>Important:</b> Call {@link #release()} to release the camera for
97 * use by other applications. Applications should release the camera
117 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
340 * <p>You must call {@link #release()} when you are done using the camera,
395 * You must call {@link #release()} when you are done using the camera,
551 release();
565 public final void release() { method in class:Camera
573 * object until {@link #release()} is called. To allow rapid handoff
574 * between processes, you can call this method to release th
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1171 * Query for a Hotspot 2.0 release 2 OSU icon file. An {@link #ACTION_PASSPOINT_ICON} intent
2037 * method is used by WifiManager to release LocalOnlyHotspotReservations held by calling
3029 * Locks the Wi-Fi radio on until {@link #release} is called.
3036 * the radio, but subsequent calls will be ignored. Only one call to {@link #release}
3063 * If this WifiLock is reference-counted, each call to {@code release} will decrement the
3065 * zero. If the reference count goes below zero (that is, if {@code release} is called
3068 * If this WifiLock is not reference-counted, the first call to {@code release} (after
3072 public void release() { method in class:WifiManager.WifiLock
3095 * {@link #release}, and only allow the radio to sleep when every call to {@link #acquire}
3096 * has been balanced with a call to {@link #release}
3320 public void release() { method in class:WifiManager.MulticastLock
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp247 } // release lock
472 mRecentQueue.dequeueAtHead()->release();
643 entry->release();
648 mKeyRepeatState.lastKeyEntry->release();
671 entry->release();
1556 // Reset temporary touch state to ensure we release unnecessary references to input channels.
1838 splitMotionEntry->release();
2195 } // release lock
2272 cancelationEventEntry->release();
2381 } // release loc
3859 void InputDispatcher::InjectionState::release() { function in class:android::InputDispatcher::InjectionState
3880 void InputDispatcher::EventEntry::release() { function in class:android::InputDispatcher::EventEntry
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java202 void release() { method in class:RILRequest
305 // The number of wakelock requests currently active. Don't release the lock
377 // not getting a response and release the wake lock.
428 rr.release();
4058 rr.release();
4081 rr.release();
4105 * There is a WAKE_LOCK_TIMEOUT to release the lock, though it shouldn't
4181 mWakeLock.release();
4204 mWakeLock.release();
4212 mAckWakeLock.release();
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java83 * When an app is finished performing playback it must call {@link #release()}
345 * Creates a new session. You must call {@link #release()} when finished with the session.
364 * a pending intent). You must call {@link #release()} when finished with the session.
583 public void release() { method in class:MediaSessionCompat
584 mImpl.release();
1785 void release(); method in interface:MediaSessionCompat.MediaSessionImpl
1996 public void release() { method in class:MediaSessionCompat.MediaSessionImplBase
3276 public void release() { method in class:MediaSessionCompat.MediaSessionImplApi21
3278 MediaSessionCompatApi21.release(mSessionObj);
/frameworks/av/services/audioflinger/
H A DThreads.cpp249 // call when you release a partial wakelock.
250 void release(const sp<IBinder> &wakeLockToken) { function in struct:android::__anon946
574 // Can temporarily release the lock if waiting for a reply from processConfigEvents_l().
925 gBoottime.release(mWakeLockToken);
1452 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect, bool release) { argument
1463 if (chain->removeEffect_l(effect, release) == 0) {
5302 // use shorter standby delay as on normal output to release
6164 // checkForNewParameters_l() can temporarily release mLock
6178 // if no active track(s), then standby and release wakelock
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java134 * {@link #release()} is called, it is in the <em>End</em> state. Between these
155 * a MediaPlayer object is no longer being used, call {@link #release()} immediately
159 * failure to call {@link #release()} may cause subsequent instances of
400 * <tr><td>release </p></td>
403 * <td>After {@link #release()}, the object is no longer available. </p></td></tr>
653 * <p>When done with the MediaPlayer, you should call {@link #release()},
853 * <p>When done with the MediaPlayer, you should call {@link #release()},
872 * <p>When done with the MediaPlayer, you should call {@link #release()},
935 * <p>When done with the MediaPlayer, you should call {@link #release()},
1449 mWakeLock.release();
2004 public void release() { method in class:MediaPlayer
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1931 mLaunchingActivity.release();
3163 mLaunchingActivity.release();
3211 mGoingToSleep.release();
3282 mGoingToSleep.release();
3430 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app);
3437 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Abort release; already destroying: " + r);
3450 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Collecting release task " + task
3464 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Didn't find two or more tasks to release");
3468 // let's iterate through the tasks and release the oldest one.
3475 // Try to release activitie
4950 public void release() { method in class:ActivityStackSupervisor.SleepTokenImpl
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1681 // Because we might release the last suspend blocker here, we need to make sure
2538 mDisplaySuspendBlocker.release();
2597 // Then release suspend blockers if needed.
2599 mWakeLockSuspendBlocker.release();
2603 mDisplaySuspendBlocker.release();
3192 // Grab and release lock for watchdog monitor to detect deadlocks.
4066 public void release() { method in class:PowerManagerService.SuspendBlockerImpl
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1844 mForceControlStreamClient.release();
1883 public void release() { method in class:AudioService.ForceControlStreamClient
4745 mSoundPool.release();
4820 mSoundPool.release();
4853 mSoundPool.release();
4913 mp.release();
5001 mAudioEventWakeLock.release();
5007 mAudioEventWakeLock.release();
5012 mAudioEventWakeLock.release();
5017 mAudioEventWakeLock.release();
7073 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 515 milliseconds

1234567