Searched refs:unlock (Results 176 - 200 of 275) sorted by relevance

1234567891011

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteDatabase.java56 public void unlock() { method in class:ShadowSQLiteDatabase
58 mLock.unlock();
356 unlock();
368 unlock();
377 unlock();
H A DShadowCamera.java45 public void unlock() { method in class:ShadowCamera
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DImage9.h67 void unlock();
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dgralloc.h149 * it for use with (*lock)() and (*unlock)().
162 * (*unlock)(), or (*registerBuffer)().
216 * The (*unlock)() method must be called after all changes to the buffer
220 int (*unlock)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.h121 void (*unlock) (struct apple_glx_drawable * agd); member in struct:apple_glx_drawable
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.cpp84 this->unlock(layer);
106 this->unlock(layer);
222 void GrLayerCache::unlock(GrCachedLayer* layer) { function in class:GrLayerCache
328 this->unlock(toBeRemoved[i]);
/external/chromium_org/third_party/skia/src/utils/
H A DSkTaskGroup.cpp59 ~AutoLock() { fC->unlock(); }
/external/deqp/execserver/
H A DxsTcpServer.cpp137 m_connectionListLock.unlock();
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.h121 void (*unlock) (struct apple_glx_drawable * agd); member in struct:apple_glx_drawable
/external/skia/src/core/
H A DSkScaledImageCache.h102 * ptr to unlock the cache when you are done using
117 * the returned ptr to unlock the cache when you are done using
130 * AddAndLock. Use the returned ptr to unlock the cache when you
148 void unlock(ID*);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh463 l.unlock ();
468 l.unlock ();
474 l.unlock ();
488 l.unlock ();
491 l.unlock ();
502 l.unlock ();
516 l.unlock ();
531 l.unlock ();
536 l.unlock ();
/external/harfbuzz_ng/src/
H A Dhb-private.hh424 l.unlock ();
429 l.unlock ();
435 l.unlock ();
449 l.unlock ();
452 l.unlock ();
463 l.unlock ();
477 l.unlock ();
492 l.unlock ();
497 l.unlock ();
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.cc21 const GURL& unlock, int width, int height)
22 : token(token), audio_url(audio), image_url(img), unlock_url(unlock),
19 Captcha( const std::string& token, const GURL& audio, const GURL& img, const GURL& unlock, int width, int height) argument
/external/chromium_org/ppapi/proxy/
H A Dplugin_globals.cc38 ProxyAutoUnlock unlock; variable
142 ProxyAutoUnlock unlock; local
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioContext.h177 // mustReleaseLock is set to true if we acquired the lock in this method call and caller must unlock(), false if it was previously acquired.
181 // mustReleaseLock is set to true if we acquired the lock in this method call and caller must unlock(), false if it was previously acquired.
184 void unlock();
205 m_context->unlock();
H A DAudioContext.cpp640 void AudioContext::unlock() function in class:blink::AudioContext
645 m_contextGraphMutex.unlock();
682 unlock();
711 unlock();
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/
H A DScheduler.cpp233 m_pendingTasksMutex.unlock();
247 m_pendingTasksMutex.unlock();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingWin.cpp132 atomicallyInitializedStaticMutex->unlock();
175 void MutexBase::unlock() function in class:WTF::MutexBase
193 // If this thread already had the lock, we must unlock and return
/external/chromium_org/third_party/skia/tests/
H A DGpuLayerCacheTest.cpp127 cache.unlock(layer);
157 cache.unlock(layer);
/external/chromium_org/tools/gn/
H A Dinput_file_manager.cc172 base::AutoUnlock unlock(lock_);
209 base::AutoUnlock unlock(lock_);
/external/libcxx/src/
H A Ddebug.cpp245 mut().unlock();
252 mut().unlock();
260 mut().unlock();
282 __libcpp_db::unlock() const function in class:__libcpp_db
284 mut().unlock();
/external/libcxx/test/thread/thread.mutex/thread.lock.algorithm/
H A Dlock.pass.cpp36 void unlock() {locked_ = false;} function in class:L0
59 void unlock() {locked_ = false;} function in class:L1
82 void unlock() {locked_ = false;} function in class:L2
H A Dtry_lock.pass.cpp31 void unlock() {locked_ = false;} function in class:L0
49 void unlock() {locked_ = false;} function in class:L1
67 void unlock() {locked_ = false;} function in class:L2
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCaptureTango.java174 mPreviewBufferLock.unlock();
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationController.cpp164 void ScreenOrientationController::unlock() function in class:blink::ScreenOrientationController

Completed in 5317 milliseconds

1234567891011