Home
last modified time | relevance | path

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

12

/system/core/adb/sysdeps/
Dmutex.h54 void unlock() { in unlock() function
79 void unlock() { in unlock() function
83 mutex_.unlock(); in unlock()
92 mutex_.unlock(); in try_lock()
/system/core/logd/
DFlushCommand.cpp64 LogTimeEntry::unlock(); in runSocketCommand()
69 LogTimeEntry::unlock(); in runSocketCommand()
81 LogTimeEntry::unlock(); in runSocketCommand()
93 LogTimeEntry::unlock(); in runSocketCommand()
DLogTimes.cpp110 unlock(); in threadStop()
151 unlock(); in threadStart()
179 unlock(); in threadStart()
194 LogTimeEntry::unlock(); in FilterFirstPass()
209 LogTimeEntry::unlock(); in FilterFirstPass()
267 LogTimeEntry::unlock(); in FilterSecondPass()
273 LogTimeEntry::unlock(); in FilterSecondPass()
277 LogTimeEntry::unlock(); in FilterSecondPass()
DLogTimes.h64 static void unlock(void) { pthread_mutex_unlock(&timesLock); } in unlock() function
97 void error(void) { lock(); error_Locked(); unlock(); } in error()
DLogReader.cpp114 LogTimeEntry::unlock(); in onDataAvailable()
205 LogTimeEntry::unlock(); in doSocketDelete()
DLogBufferElement.cpp120 parent->unlock(); in populateDroppedMessage()
128 parent->unlock(); in populateDroppedMessage()
DLogAudit.cpp156 logbuf->unlock(); in logPrint()
201 logbuf->unlock(); in logPrint()
DLogBuffer.cpp191 LogTimeEntry::unlock(); in init()
277 LogTimeEntry::unlock(); in log()
539 LogTimeEntry::unlock(); in prune()
834 LogTimeEntry::unlock(); in prune()
867 LogTimeEntry::unlock(); in clear()
DLogBuffer.h137 void unlock() { pthread_mutex_unlock(&mLogElementsLock); } in unlock() function
/system/core/include/utils/
DRWLock.h58 void unlock();
63 inline ~AutoRLock() { mLock.unlock(); } in ~AutoRLock()
71 inline ~AutoWLock() { mLock.unlock(); } in ~AutoWLock()
116 inline void RWLock::unlock() { in unlock() function
DMutex.h61 void unlock();
82 inline ~Autolock() { mLock.unlock(); } in ~Autolock()
129 inline void Mutex::unlock() { in unlock() function
/system/core/adb/
Dsysdeps_test.cpp259 m.unlock(); in TEST()
265 m.unlock(); in TEST()
269 m.unlock(); in TEST()
288 m.unlock(); in TEST()
294 m.unlock(); in TEST()
298 m.unlock(); in TEST()
302 m.unlock(); in TEST()
/system/core/liblog/
Dfake_log_device.c105 static void unlock() in unlock() function
113 #define unlock() ((void)0) macro
167 unlock(); in deleteFakeFd()
610 unlock(); in logWritev()
613 unlock(); in logWritev()
644 unlock(); in logOpen()
Dlog_is_loggable.c44 static void unlock() in unlock() function
232 unlock(); in __android_log_level()
281 unlock(); in __android_log_is_debuggable()
/system/core/libmemunreachable/
DPtracerThread.cpp80 lk.unlock(); in PtracerThread()
111 lk.unlock(); in Start()
/system/extras/tests/tcp_nuke_addr/
Dtcp_nuke_addr_test.cpp84 lock->unlock(); in killSockets()
102 lock->unlock(); in connectLoop()
/system/bt/osi/src/
Dmetrics.cpp194 log_lock.unlock(); in metrics_write()
218 log_lock.unlock(); in metrics_print()
/system/core/base/
Dlogging.cpp133 void unlock() {
149 lock_.unlock();
/system/sepolicy/
Dsystem_app.te62 unlock
Daccess_vectors595 unlock
/system/core/libutils/
DLooper.cpp331 mLock.unlock(); in pollInner()
351 mLock.unlock(); in pollInner()
/system/security/keystore/
Dkey_store_service.h54 int32_t unlock(int32_t userId, const String16& pw);
/system/security/keystore/include/keystore/
DIKeystoreService.h173 virtual int32_t unlock(int32_t userId, const String16& password) = 0;
/system/connectivity/shill/doc/
Ddevice-api.txt84 (Cellular only) Provide a PIN to unlock a SIM card.
115 (Cellular only) Change the PIN used to unlock a SIM
404 to unlock the SIM (and the LockType changes to
420 unlock the SIM. This differs from the
/system/core/libsync/tests/
Dsync_test.cpp506 lock.unlock(); in TEST_P()

12