HomeSort by relevance Sort by last modified time
    Searched defs:acquire (Results 151 - 175 of 615) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 147 void acquire (void);
188 void acquire (void);
284 acquire();
299 acquire();
343 // Copy from other and acquire reference.
347 acquire();
369 // Copy from other and acquire reference.
373 acquire();
383 * Tries to acquire reference to WeakPtr, releases current reference and
504 inline void SharedPtr<T>::acquire (void function in class:de::SharedPtr
620 inline void WeakPtr<T>::acquire (void) function in class:de::WeakPtr
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineJob.java 151 engineResource.acquire();
156 engineResource.acquire();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StreamAllocation.java 176 acquire(newConnection);
300 public void acquire(RealConnection connection) { method in class:StreamAllocation
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWifiManager.java 154 public synchronized void acquire() { method in class:ShadowWifiManager.ShadowWifiLock
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
WifiManagerTest.java 146 lock.acquire();
147 lock.acquire();
159 lock.acquire();
161 lock.acquire();
176 for (int i=0; i<ShadowWifiManager.ShadowWifiLock.MAX_ACTIVE_LOCKS; i++) lock.acquire();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWifiManagerTest.java 201 lock.acquire();
202 lock.acquire();
214 lock.acquire();
216 lock.acquire();
231 for (int i=0; i<ShadowWifiManager.ShadowWifiLock.MAX_ACTIVE_LOCKS; i++) lock.acquire();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPowerManager.java 115 public void acquire() { method in class:ShadowPowerManager.ShadowWakeLock
116 acquire(0);
121 public synchronized void acquire(long timeout) { method in class:ShadowPowerManager.ShadowWakeLock
ShadowWifiManager.java 210 public synchronized void acquire() { method in class:ShadowWifiManager.ShadowWifiLock
  /frameworks/base/core/java/android/os/
SharedMemory.java 227 Runnable unmapper = new Unmapper(address, length, mMemoryRegistration.acquire());
347 public synchronized MemoryRegistration acquire() { method in class:SharedMemory.MemoryRegistration
TokenWatcher.java 28 * to the collection by calling {@link #acquire}, and removed by calling {@link
65 * Record that this token has been acquired. When acquire is called, and
78 public void acquire(IBinder token, String tag) method in class:TokenWatcher
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 264 mWakeLock.acquire();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 95 //Acquire the full wake lock to keep the device up
98 mWakeLock.acquire();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeTriggers.java 300 mWakeLock.acquire();
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
ActiveRestoreSession.java 111 wakelock.acquire();
388 wakelock.acquire();
  /frameworks/base/services/core/java/com/android/server/
DockObserver.java 148 mWakeLock.acquire();
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 58 * {@link #init(long)} and {@link #acquire(long)} to start a rendering and {@link #release()}
68 * The current context being rendered. This is set through {@link #acquire(long)} and
82 * call to {@link RenderAction#acquire(long)}
99 * @see #acquire(long)
103 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
161 public Result acquire(long timeout) { method in class:RenderAction
166 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
179 * Acquire the lock so that the scene can be acted upon.
186 * @return null if the lock was just acquire or another result depending on the state.
324 * the scene, or if {@link #acquire(long)} was not called
    [all...]
  /frameworks/minikin/libs/minikin/
WordBreaker.cpp 44 ICULineBreakerPool::Slot ICULineBreakerPoolImpl::acquire(const Locale& locale) { function in class:minikin::ICULineBreakerPoolImpl
78 mIcuBreaker = mPool->acquire(locale);
  /frameworks/native/opengl/libs/EGL/
egl_object.h 79 void acquire() const;
102 void egl_object_t::LocalRef<N,T>::acquire() const { function in class:android::egl_object_t::LocalRef
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 72 mWakeLock.acquire(); // wake lock released after we enter idle state
146 mWakeLock.acquire();
164 // this is okay as long as we call release() for every acquire()
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
DynamicRingBuffer.java 85 // Try to acquire a ticket to expand the ring-buffer and save the image.
90 // mQueue. However, for a brief moment, we acquire a ticket from
158 public Collection<Ticket> acquire(int tickets) throws InterruptedException, method in class:DynamicRingBuffer
165 return mTicketPool.acquire(tickets);
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
ReservableTicketPool.java 125 * currently blocked in {@link #acquire}.
131 * {@link #acquire}.
172 public Collection<Ticket> acquire(int tickets) throws InterruptedException, method in class:ReservableTicketPool
209 * @param additionalCapacity The additional capacity to acquire.
210 * @throws InterruptedException If interrupted while trying to acquire the
215 Collection<Ticket> tickets = mParentPool.acquire(additionalCapacity);
294 * @param tickets The number of tickets to acquire.
298 // The list of tickets from mTicketList to acquire.
299 // Try to acquire these immediately, if there are no threads already
327 * be an all-or-nothing attempt to avoid multiple acquire() calls fro
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ProximitySensor.java 182 proximityWakeLock.acquire();
  /packages/apps/Email/provider_src/com/android/email/
EmailConnectivityManager.java 175 // Acquire the wait lock while we work
176 mWakeLock.acquire();
205 mWakeLock.acquire();
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
ImportTask.java 73 mWakeLock.acquire();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 95 sWakeLock.acquire(context, intent, opcode);

Completed in 1303 milliseconds

1 2 3 4 5 67 8 91011>>