/system/bt/common/ |
D | leaky_bonded_queue.h | 86 std::mutex lock_; variable 104 std::lock_guard<std::mutex> lock(lock_); in Enqueue() 114 std::lock_guard<std::mutex> lock(lock_); in EnqueueWithPop() 128 std::lock_guard<std::mutex> lock(lock_); in Dequeue() 136 std::lock_guard<std::mutex> lock(lock_); in Clear() 145 std::lock_guard<std::mutex> lock(lock_); in Length() 156 std::lock_guard<std::mutex> lock(lock_); in Empty()
|
/system/extras/libperfmgr/ |
D | NodeLooperThread.cc | 38 ::android::AutoMutex _l(lock_); in Request() 77 ::android::AutoMutex _l(lock_); in Cancel() 92 ::android::AutoMutex _l(lock_); in DumpToFd() 99 ::android::AutoMutex _l(lock_); in threadLoop() 119 wake_cond_.waitRelative(lock_, sleep_timeout_ns); in threadLoop() 136 ::android::AutoMutex _l(lock_); in Stop()
|
/system/extras/perfprofd/ |
D | perfprofd_threaded_handler.h | 104 std::lock_guard<std::mutex> guard(lock_); in StartProfiling() 120 std::lock_guard<std::mutex> unset_guard(service->lock_); in StartProfiling() 130 std::lock_guard<std::mutex> guard(lock_); in StopProfiling() 175 std::lock_guard<std::mutex> guard(lock_); in RunOnConfig() 188 std::mutex lock_; variable
|
/system/bt/service/common/bluetooth/util/ |
D | atomic_string.cc | 24 std::mutex* mutex = const_cast<std::mutex*>(&lock_); in Get() 30 std::lock_guard<std::mutex> lock(lock_); in Set()
|
D | atomic_string.h | 36 std::mutex lock_;
|
/system/bt/btif/src/ |
D | btif_a2dp_audio_interface.cc | 88 std::lock_guard<std::recursive_mutex> lock(lock_); in Reset() 93 std::lock_guard<std::recursive_mutex> lock(lock_); in ResetPreserveSession() 98 std::lock_guard<std::recursive_mutex> lock(lock_); in StoreMetrics() 111 std::lock_guard<std::recursive_mutex> lock(lock_); in LogAudioStart() 115 std::lock_guard<std::recursive_mutex> lock(lock_); in LogAudioStop() 119 std::lock_guard<std::recursive_mutex> lock(lock_); in LogAudioStopMetricsAndReset() 125 std::lock_guard<std::recursive_mutex> lock(lock_); in SetCodecIndex() 130 std::recursive_mutex lock_; member in A2dpOffloadAudioStats
|
/system/bt/gd/os/linux_generic/ |
D | reactor.cc | 50 std::recursive_mutex lock_; member in bluetooth::os::Reactor::Reactable 112 std::lock_guard<std::recursive_mutex> reactable_lock(reactable->lock_); in Run() 166 std::lock_guard<std::recursive_mutex> reactable_lock(reactable->lock_); in Unregister() 196 std::lock_guard<std::recursive_mutex> reactable_lock(reactable->lock_); in ModifyRegistration()
|
/system/extras/simpleperf/app_api/cpp/ |
D | simpleperf.cpp | 186 std::mutex lock_; // Protect all members below. member in simpleperf::ProfileSessionImpl 203 std::lock_guard<std::mutex> guard(lock_); in StartRecording() 215 std::lock_guard<std::mutex> guard(lock_); in PauseRecording() 224 std::lock_guard<std::mutex> guard(lock_); in ResumeRecording() 233 std::lock_guard<std::mutex> guard(lock_); in StopRecording()
|
/system/security/keystore/include/keystore/ |
D | keystore_concurrency.h | 66 GuardType<MutexType> lock_; 73 : lock_(std::move(lock)), value_(value) {} in MutexProxyLockHelper()
|
/system/core/libunwindstack/include/unwindstack/ |
D | JitDebug.h | 66 std::mutex lock_; variable
|
D | DexFiles.h | 67 std::mutex lock_; variable
|
D | Elf.h | 126 std::mutex lock_; variable
|
/system/core/libunwindstack/ |
D | Elf.cpp | 97 std::lock_guard<std::mutex> guard(lock_); in GetSoname() 109 std::lock_guard<std::mutex> guard(lock_); in GetFunctionName() 188 std::lock_guard<std::mutex> guard(lock_); in Step()
|
D | DexFiles.cpp | 159 std::lock_guard<std::mutex> guard(lock_); in GetMethodInformation()
|
D | JitDebug.cpp | 186 std::lock_guard<std::mutex> guard(lock_); in GetElf()
|
/system/extras/libperfmgr/include/perfmgr/ |
D | NodeLooperThread.h | 96 ::android::Mutex lock_;
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 77 std::unique_lock<std::mutex> ul(lock_); in JoinTestLog() 82 std::unique_lock<std::mutex> ul(lock_); in JoinTestLog() 98 std::unique_lock<std::mutex> ul(lock_); in TestLogFunction() 109 std::mutex lock_; member in __anon1728dcb60111::TestLogHelper
|