Home
last modified time | relevance | path

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

1234

/system/core/logd/
DFlushCommand.cpp48 LogTimeEntry::unlock(); in runSocketCommand()
53 LogTimeEntry::unlock(); in runSocketCommand()
61 LogTimeEntry::unlock(); in runSocketCommand()
66 LogTimeEntry::unlock(); in runSocketCommand()
72 LogTimeEntry::unlock(); in runSocketCommand()
DLogTimes.cpp98 unlock(); in threadStart()
141 unlock(); in threadStart()
154 LogTimeEntry::unlock(); in FilterFirstPass()
169 LogTimeEntry::unlock(); in FilterFirstPass()
227 LogTimeEntry::unlock(); in FilterSecondPass()
233 LogTimeEntry::unlock(); in FilterSecondPass()
237 LogTimeEntry::unlock(); in FilterSecondPass()
DLogReader.cpp67 LogTimeEntry::unlock(); in onDataAvailable()
71 LogTimeEntry::unlock(); in onDataAvailable()
128 LogTimeEntry::unlock(); in onDataAvailable()
223 LogTimeEntry::unlock(); in onDataAvailable()
236 LogTimeEntry::unlock(); in onDataAvailable()
253 LogTimeEntry::unlock(); in doSocketDelete()
DLogBuffer.cpp96 unlock(); in init()
113 LogTimeEntry::unlock(); in init()
231 unlock(); in log()
338 unlock(); in log()
345 unlock(); in log()
362 unlock(); in log()
380 unlock(); in log()
437 LogTimeEntry::unlock(); in log()
752 LogTimeEntry::unlock(); in prune()
1025 LogTimeEntry::unlock(); in prune()
[all …]
/system/core/libutils/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.h108 void unlock() RELEASE();
134 inline ~Autolock() RELEASE() { mLock.unlock(); } in RELEASE()
185 inline void Mutex::unlock() { in unlock() function
/system/chre/platform/linux/include/chre/target_platform/
Dmutex_base_impl.h36 inline void Mutex::unlock() { in unlock() function
37 mMutex.unlock(); in unlock()
/system/core/libutils/
DMutex_test.cpp38 mLock.unlock(); in TEST()
46 mLock.unlock(); in TEST()
/system/security/keystore/
Dconfirmation_manager.cpp113 mMutex.unlock(); in cancelConfirmationPrompt()
117 mMutex.unlock(); in cancelConfirmationPrompt()
158 mMutex.unlock(); in finalizeTransaction()
202 mMutex.unlock(); in binderDied()
206 mMutex.unlock(); in binderDied()
/system/core/liblog/
Dfake_log_device.cpp105 static void unlock() { in unlock() function
112 #define unlock() ((void)0) macro
162 unlock(); in deleteFakeFd()
563 unlock(); in fakeLogWritev()
569 unlock(); in fakeLogWritev()
579 unlock(); in fakeLogWritev()
605 unlock(); in fakeLogWritev()
648 unlock(); in fakeLogOpen()
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp192 void FastBootTest::SetLockState(bool unlock, bool assert_change) { in SetLockState() argument
226 if ((unlock && resp == "no") || (!unlock && resp == "yes")) { in SetLockState()
227 std::string cmd = unlock ? "unlock" : "lock"; in SetLockState()
234 ASSERT_EQ(resp, unlock ? "yes" : "no") in SetLockState()
/system/bt/osi/src/
Dmutex.cc29 void mutex_global_unlock(void) { global_mutex.unlock(); } in mutex_global_unlock()
/system/vold/
DIdleMaint.cpp230 lk.unlock(); in waitForGc()
313 lock.unlock(); in onFinish()
369 lk.unlock(); in RunIdleMaint()
387 lk.unlock(); in RunIdleMaint()
414 lk.unlock(); in AbortIdleMaint()
420 lk.unlock(); in AbortIdleMaint()
/system/chre/platform/include/chre/platform/
Dmutex.h63 void unlock();
/system/libhidl/libhidlcache/
DHidlCache.h39 ~HidlCacheLock() { mCache->unlock(mKey); } in ~HidlCacheLock()
48 virtual sp<Value> unlock(const Key& key);
98 sp<Value> HidlCache<Key, Value, Compare>::unlock(const Key& key) { in unlock() function
/system/chre/util/include/chre/util/
Dlock_guard_impl.h32 mMutex.unlock(); in ~LockGuard()
Dconditional_lock_guard_impl.h36 mMutex.unlock(); in ~ConditionalLockGuard()
/system/chre/platform/slpi/include/chre/target_platform/
Dmutex_base_impl.h40 inline void Mutex::unlock() { in unlock() function
/system/core/libmemunreachable/
DPtracerThread.cpp80 lk.unlock(); in PtracerThread()
111 lk.unlock(); in Start()
/system/chre/util/tests/
Dlock_guard_test.cc31 void unlock() { in unlock() function in MockMutex
Dconditional_lock_guard_test.cc31 void unlock() { in unlock() function in MockMutex
/system/extras/tests/tcp_nuke_addr/
Dtcp_nuke_addr_test.cpp84 lock->unlock(); in killSockets()
102 lock->unlock(); in connectLoop()
/system/security/keystore/include/keystore/
Dkeystore_concurrency.h33 UnlockProxyLockHelper(LockedType* value, std::function<void(LockedType*)>&& unlock) in UnlockProxyLockHelper() argument
34 : unlock_(std::move(unlock)), value_(value) {} in UnlockProxyLockHelper()
/system/core/adb/
Dbenchmark_device.py42 def unlock(device): function
149 unlock(device)
Dfdevent_test.h41 mutex.unlock(); in WaitForFdeventLoop()

1234