Home
last modified time | relevance | path

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

12

/packages/apps/Nfc/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.cpp78 void CondVar::wait(Mutex& mutex) { in wait()
95 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/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.h68 std::mutex mutex; variable
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/
DSelectionImpl.kt63 private val mutex = Mutex() constant in com.android.photopicker.core.selection.SelectionImpl
DGrantsAwareSelectionImpl.kt68 private val mutex = Mutex() constant in com.android.photopicker.core.selection.GrantsAwareSelectionImpl
/packages/modules/Bluetooth/system/rust/src/core/
Dshared_mutex.rs35 let mutex = self.lock.clone(); in lock() localVariable
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DFetchPreviewsInteractorTest.kt92 private val mutex = Mutex(locked = true) constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/update/
DSelectionChangeCallback.kt75 private val mutex = Mutex() constant
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/cloudmedia/
DMediaPreloaderViewModel.kt119 private val mutex = Mutex() constant in com.android.photopicker.features.cloudmedia.MediaPreloaderViewModel
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp222 std::mutex mutex; in initializeLooper() local
349 std::mutex mutex; in testApplyPowerPolicyPerPowerStateChangeAsyncInternal() local
534 std::mutex mutex; in TEST_F() local
594 std::mutex mutex; in TEST_F() local
/packages/modules/Bluetooth/system/udrv/include/
Duipc.h75 std::recursive_mutex mutex; member
/packages/modules/Bluetooth/system/test/headless/
Dmessenger.cc55 mutable std::mutex mutex; member
/packages/modules/Virtualization/compos/composd_cmd/
Dcomposd_cmd.rs71 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.c43 pthread_mutex_t mutex; member
/packages/modules/adb/libs/adbconnection/
Dadbconnection_client.cpp42 std::mutex mutex; member
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/wallpaperconnection/
DWallpaperConnectionUtils.kt48 private val mutex = Mutex() in <lambda>() constant
/packages/modules/Bluetooth/system/osi/src/
Dreactor.cc57 std::mutex* mutex; // protects the lifetime of this object and all variables. member
Dfixed_queue.cc38 std::mutex* mutex; member
/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native_test.cc47 static std::recursive_mutex mutex; variable

12