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

/frameworks/rs/
H A DrsMutex.cpp49 bool Mutex::unlock() { function in class:Mutex
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp101 status_t GraphicBufferMapper::unlock(buffer_handle_t handle) function in class:android::GraphicBufferMapper
106 err = mAllocMod->unlock(mAllocMod, handle);
108 ALOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
H A DGraphicBuffer.cpp197 status_t GraphicBuffer::unlock() function in class:android::GraphicBuffer
199 status_t res = getBufferMapper().unlock(handle);
/frameworks/base/libs/hwui/
H A DResourceCache.cpp55 void ResourceCache::unlock() { function in class:android::uirenderer::ResourceCache
56 mLock.unlock();
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp209 void FileBase::unlock() { function in class:FileBase
298 unlock();
/frameworks/av/camera/
H A DCamera.cpp95 status_t Camera::unlock() function in class:android::Camera
99 return c->unlock();
H A DCameraMetadata.cpp79 status_t CameraMetadata::unlock(const camera_metadata_t *buffer) { function in class:android::CameraMetadata
81 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__);
85 ALOGE("%s: Can't unlock CameraMetadata with wrong pointer!",
H A DICamera.cpp264 virtual status_t unlock() function in class:android::BpCamera
415 reply->writeInt32(unlock());
/frameworks/base/keystore/java/android/security/
H A DCredentials.java173 public void unlock(Context context) { method in class:Credentials
H A DKeyStore.java188 public boolean unlock(String password) { method in class:KeyStore
190 mError = mBinder.unlock(password);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java40 * {@link #unlock()}. Note, that a Frame must be unlocked before you push it into an output queue.
155 public void unlock() { method in class:Frame
156 if (!mBackingStore.unlock()) {
157 throw new RuntimeException("Attempting to unlock frame that is not locked!");
H A DBackingStore.java97 public boolean unlock() { method in class:BackingStore
105 mLockedBacking.unlock();
359 public void unlock() { method in class:BackingStore.Backing
438 backing.unlock();
442 backing.unlock();
527 backing.unlock();
620 backing.unlock();
741 backing.unlock();
769 public void unlock() { method in class:BackingStore.ByteBufferBacking
870 backing.unlock();
880 public void unlock() { method in class:BackingStore.AllocationBacking
[all...]
H A DCameraStreamer.java228 targetFrame.unlock();
353 targetFrame.unlock();
629 targetFrame.unlock();
839 * a waiting thread by calling unlock (i.e. signal), provided that unlock
841 * from rogue usage of unlock.
865 mLock.unlock();
869 public void unlock(Object context) { method in class:CameraStreamer.CameraRunnable.ExternalCameraLock
880 mLock.unlock();
972 mExternalCameraLock.unlock(contex
[all...]
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java213 public int unlock(String password) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
571 public int unlock(String password) throws RemoteException; method in interface:IKeystoreService
/frameworks/av/services/audioflinger/
H A DEffects.h117 void unlock() { mLock.unlock(); } function in class:EffectModule
259 void unlock() { function in class:EffectChain
260 mLock.unlock();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp105 // client will not be accessed from callback. should unlock to prevent dead-lock in disconnect
106 lock->unlock();
163 status_t CameraClient::unlock() { function in class:android::CameraClient
165 LOG1("unlock (pid %d)", callingPid);
172 ALOGE("Not allowed to unlock camera during recording.");
787 mLock.unlock();
793 mLock.unlock();
811 mLock.unlock();
834 mLock.unlock();
838 mLock.unlock();
[all...]
H A DCamera2Client.cpp474 status_t Camera2Client::unlock() { function in class:android::Camera2Client
485 ALOGD("Not allowed to unlock camera during recording.");
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java916 public void unlock() { method in class:SlidingDrawer
923 * @see #unlock()
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h155 // lock/unlock are used by the callback before accessing the payload of this object
157 void unlock() { mLock.unlock(); } function in class:android::MediaPlayerService::AudioOutput::CallbackData
163 mLock.unlock();
/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();
3941 private void unlock() { method in class:MediaArtistNativeHelper
3943 Log.d(TAG, "unlock: releasing semaphore");
/frameworks/native/opengl/libagl/
H A Degl.cpp241 status_t unlock(ANativeWindowBuffer* buf);
421 unlock(buffer);
445 status_t egl_window_surface_v2_t::unlock(ANativeWindowBuffer* buf) function in class:android::egl_window_surface_v2_t
450 err = module->unlock(module, buf->handle);
514 unlock(previousBuffer);
526 unlock(buffer);
1745 // FIXME: unlock/disconnect the read surface too
1792 // FIXME: unlock/disconnect the read surface too
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1024 void MPEG4Writer::unlock() { function in class:android::MPEG4Writer
1025 mLock.unlock();
1655 mLock.unlock();
/frameworks/base/core/java/android/hardware/
H A DCamera.java106 * <li>Call {@link #unlock()} to allow the media process to access the camera.
395 public native final void unlock(); method in class:Camera
399 * Camera objects are locked by default unless {@link #unlock()} is
416 * After {@link #unlock()} is called, another process may use the
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2634 mTable.unlock();
2710 mTable.unlock();
3370 mLock.unlock();
3378 mLock.unlock();
3386 void ResTable::unlock() const function in class:android::ResTable
3388 mLock.unlock();
3687 mLock.unlock();
3694 mLock.unlock();

Completed in 1607 milliseconds