Searched refs:notified (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore2/src/ |
D | gc.rs | 35 notified: Arc<AtomicU8>, field 55 let notified = Arc::new(AtomicU8::new(0)); in new_init_with() localVariable 56 let notified_clone = notified.clone(); in new_init_with() 60 let notified = notified_clone; in new_init_with() localVariable 68 notified, in new_init_with() 71 Self { async_task, notified } in new_init_with() 78 if let Ok(0) = self.notified.compare_exchange(0, 1, Ordering::Relaxed, Ordering::Relaxed) { in notify_gc() 91 notified: Arc<AtomicU8>, field 135 self.notified.store(0, Ordering::Relaxed); in step() 143 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 | 52 # Similarly, on debug builds, allow specific HALs to be notified that
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | atrace.te | 52 # Similarly, on debug builds, allow specific HALs to be notified that
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | atrace.te | 52 # Similarly, on debug builds, allow specific HALs to be notified that
|