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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_mutex.py26 # unlock both locks
27 m.unlock()
28 m.unlock()
H A Dtest_mailbox.py387 # Lock and unlock the mailbox
391 self._box.unlock()
460 self.assertRaises(NotImplementedError, lambda: box.unlock())
693 # Lock and unlock the mailbox. For Maildir, this does nothing.
695 self._box.unlock()
836 # unlock it, and then exit.
844 self._box.unlock()
858 self._box.unlock()
986 self._box.unlock()
1027 self._box.unlock()
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Dcvslock.py124 self.unlock()
144 def unlock(self): member in class:Lock
258 wl.unlock()
262 rl.unlock()
268 rl.unlock()
271 wl.unlock()
H A Drrcs.py70 def unlock(x, copts, fn): function
71 x.unlock(fn)
154 'unlock': ('', unlock),
H A Drcslib.py104 def unlock(self, name_rev): member in class:RCS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dmutex.py48 def unlock(self): member in class:mutex
H A Dmailbox.py192 def unlock(self): member in class:Mailbox
392 def unlock(self): member in class:Maildir
612 def unlock(self): member in class:_singlefileMailbox
692 self.unlock()
1025 def unlock(self): member in class:MH
1040 self.unlock()
/device/google/contexthub/sensorhal/
H A Ddirectchannel.h60 int unlock(const native_handle_t *handle);
H A Ddirectchannel.cpp132 ALOGE("Function pointer for retain, release, lock and unlock are %p, %p, %p, %p",
199 int GrallocHalWrapper::unlock(const native_handle_t *handle) { function in class:android::GrallocHalWrapper
202 return mGrallocModule->unlock(mGrallocModule, handle);
279 GrallocHalWrapper::getInstance().unlock(mNativeHandle);
H A Dhubconnection.cpp1843 mDirectChannelLock.unlock();
/device/linaro/hikey/gralloc/
H A Dframebuffer_device.cpp79 m->base.unlock(&m->base, m->currentBuffer);
102 m->base.unlock(&m->base, buffer);
157 m->base.unlock(&m->base, buffer);
181 m->base.unlock(&m->base, buffer);
182 m->base.unlock(&m->base, m->framebuffer);
H A Dgralloc_module.cpp399 base.unlock = gralloc_unlock;
/device/google/contexthub/contexthubhal/
H A Dnanohubhal.cpp185 lk.unlock();
198 lk.unlock();
329 lk.unlock();
H A Dsystem_comms.h151 lk.unlock();
H A Dsystem_comms.cpp609 lk.unlock();
/device/generic/goldfish/camera/
H A DPreviewWindow.cpp174 grbuffer_mapper.unlock(*buffer);
H A DEmulatedCameraDevice.cpp566 mBufferMutex.unlock();
H A DEmulatedFakeCamera3.cpp925 GraphicBufferMapper::get().unlock(
2390 GraphicBufferMapper::get().unlock(*(buf->buffer));
2475 mCurrentRequest.settings.unlock(result.result);
2492 GraphicBufferMapper::get().unlock(*(jpegBuffer.buffer));
H A DEmulatedFakeCamera2.cpp1369 GraphicBufferMapper::get().unlock(*(b.buffer));
1413 GraphicBufferMapper::get().unlock(*(jpegBuffer.buffer));
1421 GraphicBufferMapper::get().unlock(*(inputBuffer.buffer));
/device/google/marlin/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp1489 camHal->lock.unlock();
1542 camHal->lock.unlock();
1589 camHal->lock.unlock();
2096 /* unlock before exiting the thread */
2097 camHal->lock.unlock();
2111 camHal->lock.unlock();
2239 camHal->lock.unlock();
2492 camHal->lock.unlock();
2594 camHal->lock.unlock();
2640 camHal->lock.unlock();
[all...]
/device/common/
H A Dgenerate-factory-images-common.sh108 fastboot oem unlock
183 fastboot oem unlock
/device/asus/fugu/libaudio/
H A DAudioStreamOut.cpp373 mRoutingLock.unlock();
764 mRoutingLock.unlock();
/device/generic/goldfish/audio/
H A Daudio_hw.c1445 goto unlock;
1504 unlock:
/device/generic/goldfish-opengl/system/gralloc/
H A Dgralloc.cpp1154 return sFallback->unlock(sFallback, handle);
1447 unlock: gralloc_unlock,
/device/google/marlin/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp140 * DESCRIPTION: Mutex unlock CameraContext
1168 mInterpr->mViVVid.graphBuf->unlock();
2279 mCamera->unlock();
3616 * DESCRIPTION: Mutex unlock for PiP capture
3650 * DESCRIPTION: Mutex unlock for ViV Video

Completed in 1030 milliseconds