/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | cvslock.py | 124 self.unlock() 144 def unlock(self): member in Lock 258 wl.unlock() 262 rl.unlock() 268 rl.unlock() 271 wl.unlock()
|
D | rrcs.py | 70 def unlock(x, copts, fn): function 71 x.unlock(fn) 154 'unlock': ('', unlock),
|
D | rcslib.py | 104 def unlock(self, name_rev): member in RCS
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_mutex.py | 27 m.unlock() 28 m.unlock()
|
D | test_mailbox.py | 391 self._box.unlock() 460 self.assertRaises(NotImplementedError, lambda: box.unlock()) 695 self._box.unlock() 844 self._box.unlock() 858 self._box.unlock() 986 self._box.unlock() 1027 self._box.unlock()
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 79 m->base.unlock(&m->base, m->currentBuffer); in fb_post() 102 m->base.unlock(&m->base, buffer); in fb_post() 157 m->base.unlock(&m->base, buffer); in fb_post() 181 m->base.unlock(&m->base, buffer); in fb_post() 182 m->base.unlock(&m->base, m->framebuffer); in fb_post()
|
D | gralloc_module.cpp | 399 base.unlock = gralloc_unlock; in private_module_t()
|
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 199 int GrallocHalWrapper::unlock(const native_handle_t *handle) { in unlock() function in android::GrallocHalWrapper 202 return mGrallocModule->unlock(mGrallocModule, handle); in unlock() 279 GrallocHalWrapper::getInstance().unlock(mNativeHandle); in ~GrallocDirectChannel()
|
D | directchannel.h | 60 int unlock(const native_handle_t *handle);
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/LegacyRegionDxe/ |
D | LegacyRegionDxe.uni | 5 // perform any lock/unlock operations. This module may be used on platforms 25 …ntation of the Legacy Region Protocol does not actually perform any lock/unlock operations. This …
|
D | LegacyRegionDxe.inf | 5 # perform any lock/unlock operations. This module may be used on platforms
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mutex.py | 48 def unlock(self): member in mutex
|
D | mailbox.py | 192 def unlock(self): member in Mailbox 392 def unlock(self): member in Maildir 612 def unlock(self): member in _singlefileMailbox 692 self.unlock() 1025 def unlock(self): member in MH 1040 self.unlock()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/ |
D | LegacyRegion2Dxe.uni | 5 // perform any lock/unlock operations. This module may be used on platforms 29 …ation of the Legacy Region 2 Protocol does not actually perform any lock/unlock operations. This …
|
D | LegacyRegion2Dxe.inf | 5 # perform any lock/unlock operations. This module may be used on platforms
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 185 lk.unlock(); in doSendToApp() 198 lk.unlock(); in runAppTx() 329 lk.unlock(); in closeHub()
|
D | system_comms.h | 151 lk.unlock(); in complete()
|
D | system_comms.cpp | 609 lk.unlock(); in handleRx()
|
/device/generic/goldfish/camera/ |
D | PreviewWindow.cpp | 174 grbuffer_mapper.unlock(*buffer); in onNextFrameAvailable()
|
D | EmulatedFakeCamera3.cpp | 925 GraphicBufferMapper::get().unlock( in processCaptureRequest() 2390 GraphicBufferMapper::get().unlock(*(buf->buffer)); in threadLoop() 2475 mCurrentRequest.settings.unlock(result.result); in threadLoop() 2492 GraphicBufferMapper::get().unlock(*(jpegBuffer.buffer)); in onJpegDone()
|
D | EmulatedCameraDevice.cpp | 566 mBufferMutex.unlock(); in unlockPrimaryBuffer()
|
/device/google/marlin/camera/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 1489 camHal->lock.unlock(); in stopPreviewInternal() 1542 camHal->lock.unlock(); in prvwThreadTakePictureInternal() 1589 camHal->lock.unlock(); in prvwThreadTakePictureInternal() 2097 camHal->lock.unlock(); in previewloop() 2111 camHal->lock.unlock(); in previewloop() 2239 camHal->lock.unlock(); in previewloop() 2492 camHal->lock.unlock(); in takePictureThread() 2594 camHal->lock.unlock(); in takePictureThread() 2640 camHal->lock.unlock(); in takePictureThread()
|
/device/common/ |
D | generate-factory-images-common.sh | 108 fastboot oem unlock 183 fastboot oem unlock
|
/device/asus/fugu/libaudio/ |
D | AudioStreamOut.cpp | 373 mRoutingLock.unlock(); in getPresentationPosition() 764 mRoutingLock.unlock(); in dump()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc.cpp | 1154 return sFallback->unlock(sFallback, handle); in gralloc_unlock() 1447 unlock: gralloc_unlock,
|