Home
last modified time | relevance | path

Searched refs:Mutex (Results 1 – 17 of 17) sorted by relevance

/device/google/contexthub/sensorhal/
Dhubconnection.cpp87 Mutex HubConnection::sInstanceLock;
94 Mutex::Autolock autoLock(sInstanceLock); in getInstance()
502 Mutex::Autolock autoLock(mLock); in setLeftyMode()
591 Mutex::Autolock autoLock(mLock); in releaseWakeLockIfAppropriate()
999 Mutex::Autolock autoLock(mLock); in restoreSensorState()
1340 Mutex::Autolock autoLock(mLock); in processBuf()
1596 Mutex::Autolock autoLock(mLock); in queueActivate()
1627 Mutex::Autolock autoLock(mLock); in queueSetDelay()
1658 Mutex::Autolock autoLock(mLock); in queueBatch()
1687 Mutex::Autolock autoLock(mLock); in queueFlush()
[all …]
Dhubconnection.h231 static Mutex sInstanceLock;
236 Mutex mLock;
338 Mutex mDirectChannelLock;
/device/linaro/poplar/wifi/wifi_hal/
Dsync.h24 class Mutex
29 Mutex() { in Mutex() function
32 ~Mutex() { in ~Mutex()
/device/google/cuttlefish/guest/hals/light/
Dlights.rs20 use std::sync::Mutex;
42 lights: Mutex<HashMap<i32, Light>>,
66 lights: Mutex::new(lights_map), in new()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp122 Mutex::Autolock autoLock(mLock); in getParameter()
128 Mutex::Autolock autoLock(mLock); in setParameter()
229 Mutex::Autolock autoLock(mLock); in useBuffer()
317 Mutex::Autolock autoLock(mLock); in freeBuffer()
384 Mutex::Autolock autoLock(mLock); in getState()
392 Mutex::Autolock autoLock(mLock); in onMessageReceived()
DGoldfishVideoDecoderOMXComponent.cpp283 Mutex::Autolock autoLock(mColorAspectsLock); in updateFinalColorAspects()
/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs34 use tokio::sync::Mutex;
127 status: Arc<Mutex<NfcServiceStatus>>,
128 config: Arc<Mutex<NfcHalConfig>>,
162 let status = Arc::new(Mutex::new(NfcServiceStatus { writer, session: Default::default() })); in new()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/
Dtest.rs8 use std::sync::Mutex;
11 static ref LOCK: Mutex<()> = Mutex::new(());
/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.cpp40 Mutex::Autolock lock(mMutex); in checkIfAlive()
88 Mutex::Autolock lock(mMutex); in respondToWatchdog()
DBaseWatchdogClient.h58 ::android::Mutex mMutex;
/device/google/contexthub/util/common/
Dring.cpp38 Mutex::Autolock autoLock(mLock); in write()
70 Mutex::Autolock autoLock(mLock); in read()
Dring.h36 Mutex mLock;
/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs23 use std::sync::{Arc, Mutex};
122 let channel = Arc::new(Mutex::new(FileChannel(unsafe { std::fs::File::from_raw_fd(fd) }))); in inner_main()
/device/generic/goldfish/audio/
Ddevice_port_sink.cpp257 mutable Mutex mFrameCountersMutex;
354 mutable Mutex mFrameCountersMutex;
Ddevice_port_source.cpp228 mutable Mutex mFrameCountersMutex;
312 mutable Mutex mFrameCountersMutex;
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h156 Mutex mColorAspectsLock;
DSimpleGoldfishOMXComponent.h101 Mutex mLock;