Home
last modified time | relevance | path

Searched defs:unlock (Results 1 – 14 of 14) sorted by relevance

/device/linaro/poplar/wifi/wifi_hal/
Dsync.h41 void unlock() { in unlock() function
/device/generic/goldfish/gralloc/
Dgr.h57 inline void unlock() { pthread_mutex_unlock(&mutex); } in unlock() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmutex.py48 def unlock(self): member in mutex
Dmailbox.py192 def unlock(self): member in Mailbox
392 def unlock(self): member in Maildir
612 def unlock(self): member in _singlefileMailbox
1025 def unlock(self): member in MH
/device/google/cuttlefish_common/guest/hals/camera/
DGrallocModule.h40 int unlock(buffer_handle_t handle) { in unlock() function
/device/generic/goldfish/camera/
DGrallocModule.h28 int unlock(buffer_handle_t handle) { in unlock() function
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc.h37 int (*unlock)(gralloc_module_t const*, buffer_handle_t); member
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp222 int GrallocHalWrapper::unlock(const native_handle_t *handle) { in unlock() function in android::GrallocHalWrapper
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drrcs.py70 def unlock(x, copts, fn): function
Dcvslock.py144 def unlock(self): member in Lock
Drcslib.py104 def unlock(self, name_rev): member in RCS
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidLock.h164 void unlock() { in unlock() function
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h143 void unlock() const { m_lock.unlock(); } in unlock() function
/device/google/cuttlefish_common/guest/hals/gralloc/
Dgralloc.cpp144 int unlock(struct gralloc_module_t const* /*module*/, buffer_handle_t handle) { in unlock() function