Searched defs:release (Results 76 - 91 of 91) sorted by relevance

1234

/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java401 * release the effect engine when not in use as control can be returned to
404 public void release() { method in class:AudioEffect
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java728 public void release() { method in class:VideoEditorImpl
754 Log.e(TAG, "dumpHeap returned error in release");
1705 * release on complete by calling stopPreview
1839 retriever.release();
1946 mLock.release();
H A DMediaArtistNativeHelper.java1885 release();
3945 mLock.release();
3989 private native void release() throws IllegalStateException, RuntimeException; method in class:MediaArtistNativeHelper
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp215 mRequestQueue.enqueue(request.release());
224 return mRequestQueue.setStreamSlot(streamRequest.release());
351 status_t res = (*streamI)->release();
353 ALOGE("%s: Unable to release stream %d from HAL device: "
377 status_t res = (*streamI)->release();
379 ALOGE("%s: Unable to release reprocess stream %d from "
961 release();
1136 status_t Camera2Device::StreamAdapter::release() { function in class:android::Camera2Device::StreamAdapter
1143 ALOGE("%s: Unable to release stream %d",
1336 release();
1383 status_t Camera2Device::ReprocessStreamAdapter::release() { function in class:android::Camera2Device::ReprocessStreamAdapter
[all...]
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1438 nodes.get(i).release();
1685 void release() { method in class:RelativeLayout.DependencyGraph.Node
1690 sPool.release(this);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1595 * Locks the Wi-Fi radio on until {@link #release} is called.
1602 * the radio, but subsequent calls will be ignored. Only one call to {@link #release}
1628 * If this WifiLock is reference-counted, each call to {@code release} will decrement the
1630 * zero. If the reference count goes below zero (that is, if {@code release} is called
1633 * If this WifiLock is not reference-counted, the first call to {@code release} (after
1637 public void release() { method in class:WifiManager.WifiLock
1659 * {@link #release}, and only allow the radio to sleep when every call to {@link #acquire}
1660 * has been balanced with a call to {@link #release}. Non-reference-counted WifiLocks
1662 * radio whenever {@link #release} is called and it is locked.
1815 * Locks Wifi Multicast on until {@link #release} i
1878 public void release() { method in class:WifiManager.MulticastLock
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp1414 // If the size is going to zero, just release the owner's data.
1464 // Need to release refs on any objects we are dropping.
1569 release();
1572 void Parcel::Blob::release() { function in class:android::Parcel::Blob
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java86 * {@link #release()} is called, it is in the <em>End</em> state. Between these
107 * a MediaPlayer object is no longer being used, call {@link #release()} immediately
111 * failure to call {@link #release()} may cause subsequent instances of
348 * <tr><td>release </p></td>
351 * <td>After {@link #release()}, the object is no longer available. </p></td></tr>
571 * <p>When done with the MediaPlayer, you should call {@link #release()},
760 * <p>When done with the MediaPlayer, you should call {@link #release()},
775 * <p>When done with the MediaPlayer, you should call {@link #release()},
813 * <p>When done with the MediaPlayer, you should call {@link #release()},
1078 mWakeLock.release();
1303 public void release() { method in class:MediaPlayer
[all...]
H A DMediaScanner.java1841 public void release() { method in class:MediaScanner
H A DAudioService.java965 mForceControlStreamClient.release();
1002 public void release() { method in class:AudioService.ForceControlStreamClient
1615 mSoundPool.release();
1688 mSoundPool.release();
1724 mSoundPool.release();
3214 mp.release();
3370 mMediaEventWakeLock.release();
3375 mMediaEventWakeLock.release();
4533 mMediaEventWakeLock.release();
4549 mMediaEventWakeLock.release();
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java1092 // Because we might release the last suspend blocker here, we need to make sure
1713 mWakeLockSuspendBlocker.release();
2147 // Grab and release lock for watchdog monitor to detect deadlocks.
2494 public void release() { method in class:PowerManagerService.SuspendBlockerImpl
2535 public void release() { method in class:PowerManagerService.ScreenOnBlockerImpl
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java136 void release() { method in class:RILRequest
313 rr.release();
357 rr.release();
366 rr.release();
370 // requests or replies. Thus this code path will only release
383 // not getting a response and release the wake lock.
429 mWakeLock.release();
2080 * There is a WAKE_LOCK_TIMEOUT to release the lock, though it shouldn't
2103 mWakeLock.release();
2114 rr.release();
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp723 void MPEG4Writer::release() { function in class:android::MPEG4Writer
739 release();
772 release();
820 release();
1467 (*it)->release();
2000 buffer->release();
2010 buffer->release();
2037 buffer->release();
2044 // Make a deep copy of the MediaBuffer and Metadata and release
2051 buffer->release();
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java89 * <li><b>Important:</b> Call {@link #release()} to release the camera for
90 * use by other applications. Applications should release the camera
110 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
277 * <p>You must call {@link #release()} when you are done using the camera,
350 release();
362 public final void release() { method in class:Camera
370 * object until {@link #release()} is called. To allow rapid handoff
371 * between processes, you can call this method to release the camera
561 * FIXME: Unhide before release
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.cpp238 } // release lock
625 entry->release();
630 mKeyRepeatState.lastKeyEntry->release();
653 entry->release();
1579 // Reset temporary touch state to ensure we release unnecessary references to input channels.
1807 splitMotionEntry->release();
2161 } // release lock
2231 cancelationEventEntry->release();
2339 } // release lock
2417 } // release loc
3762 void InputDispatcher::InjectionState::release() { function in class:android::InputDispatcher::InjectionState
3783 void InputDispatcher::EventEntry::release() { function in class:android::InputDispatcher::EventEntry
[all...]
/frameworks/base/core/java/android/view/
H A DView.java16309 surface.release();
17661 void release() { method in class:View.AttachInfo.InvalidateInfo
17662 sPool.release(this);

Completed in 1664 milliseconds

1234