Searched defs:unlock (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/libs/rs/
H A DrsMutex.cpp49 bool Mutex::unlock() { function in class:Mutex
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteStatementTest.java103 unlock();
122 private void unlock() { method in class:SQLiteStatementTest
123 mLock.unlock();
/frameworks/base/libs/ui/
H A DGraphicBufferMapper.cpp82 status_t GraphicBufferMapper::unlock(buffer_handle_t handle) function in class:android::GraphicBufferMapper
86 err = mAllocMod->unlock(mAllocMod, handle);
88 LOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
H A DGraphicBuffer.cpp179 status_t GraphicBuffer::unlock() function in class:android::GraphicBuffer
181 status_t res = getBufferMapper().unlock(handle);
/frameworks/base/keystore/java/android/security/
H A DCredentials.java118 public void unlock(Context context) { method in class:Credentials
H A DKeyStore.java144 private boolean unlock(byte[] password) { method in class:KeyStore
149 public boolean unlock(String password) { method in class:KeyStore
150 return unlock(getBytes(password));
/frameworks/base/libs/camera/
H A DCamera.cpp165 status_t Camera::unlock() function in class:android::Camera
169 return c->unlock();
H A DICamera.cpp260 virtual status_t unlock() function in class:android::BpCamera
408 reply->writeInt32(unlock());
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java898 public void unlock() { method in class:SlidingDrawer
905 * @see #unlock()
/frameworks/base/include/utils/
H A Dthreads.h233 // lock or unlock the mutex
235 void unlock();
246 inline ~Autolock() { mLock.unlock(); }
291 inline void Mutex::unlock() { function in class:android::Mutex
334 void unlock();
339 inline ~AutoRLock() { mLock.unlock(); }
347 inline ~AutoWLock() { mLock.unlock(); }
392 inline void RWLock::unlock() { function in class:android::RWLock
405 * or unlock the mutex and continue. All threads calling wait() must
/frameworks/base/cmds/keystore/
H A Dkeystore.cpp630 * file using the same password when the user unlock it for the first time. If
657 static ResponseCode unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused) { function
701 {unlock, 'u', STATE_LOCKED, UNLOCK, {PASSWORD_SIZE, 0}},
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java463 unlock();
502 unlock();
747 unlock();
956 unlock();
1709 unlock();
1942 private void unlock() { method in class:VideoEditorImpl
1944 Log.d(TAG, "unlock: releasing semaphore");
H A DMediaArtistNativeHelper.java3171 unlock();
3940 private void unlock() { method in class:MediaArtistNativeHelper
3942 Log.d(TAG, "unlock: releasing semaphore");
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp808 void MPEG4Writer::unlock() { function in class:android::MPEG4Writer
809 mLock.unlock();
1406 mLock.unlock();
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp423 status_t CameraService::Client::unlock() { function in class:android::CameraService::Client
425 LOG1("unlock (pid %d)", callingPid);
432 LOGE("Not allowed to unlock camera during recording.");
1051 mLock.unlock();
1057 mLock.unlock();
1075 mLock.unlock();
1098 mLock.unlock();
1102 mLock.unlock();
1111 mLock.unlock();
1126 mLock.unlock();
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java397 * @see #unlock()
478 * @see #unlock()
480 /* package */ void unlock() { method in class:SQLiteDatabase
487 mLock.unlock();
501 mLock.unlock();
1114 unlock();
2076 unlock();
2346 unlock();
2366 unlock();
/frameworks/base/opengl/libagl/
H A Degl.cpp239 status_t unlock(ANativeWindowBuffer* buf);
412 unlock(buffer);
437 status_t egl_window_surface_v2_t::unlock(ANativeWindowBuffer* buf) function in class:android::egl_window_surface_v2_t
442 err = module->unlock(module, buf->handle);
506 unlock(previousBuffer);
518 unlock(buffer);
1722 // FIXME: unlock/disconnect the read surface too
1767 // FIXME: unlock/disconnect the read surface too
/frameworks/base/services/audioflinger/
H A DAudioFlinger.h467 // unlock effect chains after process
1258 void unlock() { function in class:android::AudioFlinger::EffectChain
1259 mLock.unlock();
/frameworks/base/core/java/android/hardware/
H A DCamera.java95 * <li>Call {@link #unlock()} to allow the media process to access the camera.
339 public native final void unlock(); method in class:Camera
343 * Camera objects are locked by default unless {@link #unlock()} is
360 * After {@link #unlock()} is called, another process may use the
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1556 mTable.unlock();
1632 mTable.unlock();
2277 mLock.unlock();
2285 mLock.unlock();
2293 void ResTable::unlock() const function in class:android::ResTable
2295 mLock.unlock();
2613 mLock.unlock();
2620 mLock.unlock();

Completed in 647 milliseconds