Searched refs:notified (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/ |
D | gc.rs | 36 notified: Arc<AtomicU8>, field 56 let notified = Arc::new(AtomicU8::new(0)); in new_init_with() localVariable 57 let notified_clone = notified.clone(); in new_init_with() 61 let notified = notified_clone; in new_init_with() localVariable 69 notified, in new_init_with() 72 Self { async_task, notified } in new_init_with() 79 if let Ok(0) = self.notified.compare_exchange(0, 1, Ordering::Relaxed, Ordering::Relaxed) { in notify_gc() 92 notified: Arc<AtomicU8>, field 137 self.notified.store(0, Ordering::Relaxed); in step() 145 self.notified.compare_exchange(0, 1, Ordering::Relaxed, Ordering::Relaxed) in step()
|
/system/core/init/ |
D | keychords.cpp | 111 Keychords::Entry::Entry() : notified(false) {} in Entry() 118 entry.notified = false; in LambdaCheck() 124 if (entry.notified) continue; in LambdaCheck() 125 entry.notified = true; in LambdaCheck()
|
D | keychords.h | 70 bool notified; member
|
/system/sepolicy/private/ |
D | atrace.te | 51 # Similarly, on debug builds, allow specific HALs to be notified that
|