Searched defs:release (Results 1 - 25 of 91) sorted by last modified time

1234

/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/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1537 public void release() { method in class:PduPersister
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java37 void release(); method in interface:MediaPlayerProxy
H A DSingleThreadedMediaPlayerProxy.java47 public synchronized void release() { method in class:SingleThreadedMediaPlayerProxy
48 mDelegate.release();
H A DVariableSpeed.java104 public void release() { method in class:VariableSpeed
196 release();
199 check(mHasBeenReleased && mIsReadyToReUse, "to re-use, must call reset after release");
236 mediaPlayer.release();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxManagerService.java63 // Call the release, before the Context gets destroyed.
64 static public synchronized void release(Context context) { method in class:BordeauxManagerService
/frameworks/native/include/utils/
H A DFileMap.h90 void release(void) { function in class:android::FileMap
111 // don't delete objects; call release()
H A DUniquePtr.h75 T* release() __attribute__((warn_unused_result)) { function in class:UniquePtr
121 T* release() __attribute__((warn_unused_result)) { function in class:UniquePtr
181 // Does release work?
186 rawC = c.release();
209 // Does release work?
213 rawC = c.release();
/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/native/libs/gui/
H A DSurfaceComposerClient.cpp622 void ScreenshotClient::release() { function in class:android::ScreenshotClient
/frameworks/native/libs/utils/
H A DSharedBuffer.cpp53 release();
73 release();
91 release();
100 int32_t SharedBuffer::release(uint32_t flags) const function in class:android::SharedBuffer
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp71 status_t Tokenizer::release(uint32_t token) function in class:android::Tokenizer
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h81 void release() const;
110 void egl_object_t::LocalRef<N,T>::release() const { function in class:android::egl_object_t::LocalRef
114 ALOGE("LocalRef::release() removed the last reference!");
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp678 status_t HWComposer::release(int disp) { function in class:android::HWComposer
859 sb->release();
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp77 // release - release a MemoryRegion
78 void MemoryArea::release(MemoryRegion* pRegion) function in class:MemoryArea
90 // we never remove it. Otherwise, we have to synchronize and release
93 // synchronize writable space before we release it.
102 // clear - release all MemoryRegions
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java51 * {@link #init(long)} and {@link #acquire(long)} to start a rendering and {@link #release()}
62 * {@link #init(long)}, and unset in {@link #release()}.
92 * @see #release()
142 * After scene actions have taken place, only one call to {@link #release()} must be
149 * @see #release()
211 public void release() { method in class:RenderAction
/frameworks/base/voip/java/android/net/rtp/
H A DRtpStream.java179 public void release() { method in class:RtpStream
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeLock.java39 release(null);
61 synchronized void release(Object holder) { method in class:SipWakeLock
65 mWakeLock.release();
67 if (DEBUG) Log.v(TAG, "release count=" + mHolders.size());
/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/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/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
H A DScreenOnBlocker.java29 * of calls to release().
37 * It is an error to call release() if the screen on blocker has not been acquired.
40 void release(); method in interface:ScreenOnBlocker
H A DSuspendBlocker.java31 * of calls to release().
39 * It is an error to call release() if the suspend blocker has not been acquired.
42 void release(); method in interface:SuspendBlocker
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java599 public void release() { method in class:WindowStateAnimator.SurfaceTrace
600 super.release();
601 Slog.v(SURFACE_TAG, "release: " + this + ". Called by "
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java197 * listeners for this CallerInfo object, we release the AsyncCursorInfo back into the
216 release();
457 private void release() { method in class:CallerInfoAsyncQuery

Completed in 1719 milliseconds

1234