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

/frameworks/base/keystore/java/android/security/
H A DCredentials.java74 public void unlock(Context context) { method in class:Credentials
H A DKeyStore.java140 public boolean unlock(byte[] password) { method in class:KeyStore
145 public boolean unlock(String password) { method in class:KeyStore
146 return unlock(getBytes(password));
/frameworks/base/libs/ui/
H A DGraphicBufferMapper.cpp100 status_t GraphicBufferMapper::unlock(buffer_handle_t handle) function in class:android::GraphicBufferMapper
104 err = mAllocMod->unlock(mAllocMod, handle);
106 err = sw_gralloc_handle_t::unlock((sw_gralloc_handle_t*)handle);
108 LOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
222 status_t sw_gralloc_handle_t::unlock(sw_gralloc_handle_t* hnd) function in class:android::sw_gralloc_handle_t
H A DGraphicBuffer.cpp167 status_t GraphicBuffer::unlock() function in class:android::GraphicBuffer
169 status_t res = getBufferMapper().unlock(handle);
/frameworks/base/libs/camera/
H A DCamera.cpp163 status_t Camera::unlock() function in class:android::Camera
167 return c->unlock();
H A DICamera.cpp235 virtual status_t unlock() function in class:android::BpCamera
368 reply->writeInt32(unlock());
/frameworks/base/cmds/keystore/
H A Dkeystore.c369 * file using the same password when the user unlock it for the first time. If
446 static int8_t unlock() function
483 {unlock, 'u', LOCKED, UNLOCK, {PASSWORD_SIZE}},
/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.h221 // lock or unlock the mutex
223 void unlock();
234 inline ~Autolock() { mLock.unlock(); }
279 inline void Mutex::unlock() { function in class:android::Mutex
322 void unlock();
327 inline ~AutoRLock() { mLock.unlock(); }
335 inline ~AutoWLock() { mLock.unlock(); }
380 inline void RWLock::unlock() { function in class:android::RWLock
393 * or unlock the mutex and continue. All threads calling wait() must
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp697 void MPEG4Writer::unlock() { function in class:android::MPEG4Writer
698 mLock.unlock();
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp399 status_t CameraService::Client::unlock() { function in class:android::CameraService::Client
401 LOG1("unlock (pid %d)", callingPid);
1008 mLock.unlock();
1037 mLock.unlock();
1059 mLock.unlock();
1084 mLock.unlock();
1088 mLock.unlock();
1097 mLock.unlock();
1117 mLock.unlock();
1128 mLock.unlock();
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java304 unlock();
313 unlock();
374 * @see #unlock()
410 * @see #unlock()
412 /* package */ void unlock() { method in class:SQLiteDatabase
419 mLock.unlock();
433 mLock.unlock();
886 unlock();
932 unlock();
963 unlock();
[all...]
/frameworks/base/services/audioflinger/
H A DAudioFlinger.h1104 void unlock() { function in class:android::AudioFlinger::EffectChain
1105 mLock.unlock();
/frameworks/base/core/java/android/hardware/
H A DCamera.java89 * <li>Call {@link #unlock()} to allow the media process to access the camera.
293 public native final void unlock(); method in class:Camera
297 * Camera objects are locked by default unless {@link #unlock()} is
309 * After {@link #unlock()} is called, another process may use the
/frameworks/base/opengl/libagl/
H A Degl.cpp232 status_t unlock(android_native_buffer_t* buf);
431 unlock(buffer);
461 status_t egl_window_surface_v2_t::unlock(android_native_buffer_t* buf) function in class:android::egl_window_surface_v2_t
466 err = module->unlock(module, buf->handle);
556 unlock(previousBuffer);
568 unlock(buffer);
1772 // FIXME: unlock/disconnect the read surface too
1817 // FIXME: unlock/disconnect the read surface too
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1414 mTable.unlock();
1490 mTable.unlock();
2059 mLock.unlock();
2067 mLock.unlock();
2075 void ResTable::unlock() const function in class:android::ResTable
2077 mLock.unlock();
2361 mLock.unlock();
2368 mLock.unlock();

Completed in 652 milliseconds