Home
last modified time | relevance | path

Searched defs:mutex (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/Nfc/NfcNci/nci/jni/
DMutex.h94 inline Autolock(Mutex& mutex) : mLock(mutex) { mLock.lock(); } in Autolock()
95 inline Autolock(Mutex* mutex) : mLock(*mutex) { mLock.lock(); } in Autolock()
DCondVar.cpp79 void CondVar::wait(Mutex& mutex) { in wait()
97 bool CondVar::wait(Mutex& mutex, long millisec) { in wait()
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DWaitForBroadcasts.kt37 private val mutex = Mutex() constant
DSafetySourceIntentHandler.kt58 private val mutex = Mutex() constant in com.android.safetycenter.testing.SafetySourceIntentHandler
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/
DCollectionInfoState.kt43 private val mutex = Mutex() constant
/packages/apps/TV/jni/
Dmutex.h43 Autolock(Mutex &mutex) : lock(&mutex) { in Autolock()
/packages/modules/adb/fdevent/
Dfdevent_test.h36 std::mutex mutex; in WaitForFdeventLoop() local
/packages/modules/adb/
Dadb_utils.h65 std::mutex mutex; variable
/packages/modules/Bluetooth/system/rust/src/core/
Dshared_mutex.rs37 let mutex = self.lock.clone(); in lock() localVariable
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/
DSelectionImpl.kt68 private val mutex = Mutex() constant in com.android.photopicker.core.selection.SelectionImpl
DGrantsAwareSelectionImpl.kt73 private val mutex = Mutex() constant
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DFetchPreviewsInteractorTest.kt93 private val mutex = Mutex(locked = true) constant in com.android.intentresolver.contentpreview.payloadtoggle.domain.interactor.FetchPreviewsInteractorTest.FakeCursorResolver
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/update/
DSelectionChangeCallback.kt76 private val mutex = Mutex() constant
/packages/services/Car/cpp/power/server/tests/
DCarPowerPolicyServerTest.cpp306 std::mutex mutex; in initializeLooper() local
537 std::mutex mutex; in testApplyPowerPolicyPerPowerStateChangeAsyncInternal() local
723 std::mutex mutex; in TEST_F() local
783 std::mutex mutex; in TEST_F() local
1116 std::mutex mutex; in TEST_F() local
1162 std::mutex mutex; in TEST_F() local
1287 std::mutex mutex; in TEST_F() local
1350 std::mutex mutex; in TEST_F() local
/packages/modules/Bluetooth/system/udrv/include/
Duipc.h74 std::recursive_mutex mutex; member
/packages/modules/Bluetooth/system/test/headless/
Dmessenger.cc55 mutable std::mutex mutex; member
/packages/modules/Virtualization/android/composd_cmd/
Dcomposd_cmd.rs79 mutex: Mutex<Option<Outcome>>, field
/packages/modules/adb/daemon/
Dproperty_monitor_test.cpp39 std::mutex mutex; member
Dadb_wifi.cpp77 std::mutex mutex; in Start() local
/packages/services/BuiltInPrintService/jni/lib/
Dwprint_msgq.c44 pthread_mutex_t mutex; member
/packages/modules/adb/libs/adbconnection/
Dadbconnection_client.cpp42 std::mutex mutex; member
/packages/modules/Bluetooth/system/osi/src/
Dreactor.cc56 std::mutex* mutex; // protects the lifetime of this object and all variables. member
Dfixed_queue.cc38 std::mutex* mutex; member
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/wallpaperconnection/
DWallpaperConnectionUtils.kt61 private val mutex = Mutex() in <lambda>() constant in com.android.wallpaper.util.wallpaperconnection.WallpaperConnectionUtils
/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native_test.cc47 static std::recursive_mutex mutex; variable

12