/system/nfc/src/rust/hal/ |
D | hal.rs | 21 use std::sync::Arc; 23 use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender}; 24 use tokio::sync::{oneshot, Mutex}; 101 use std::sync::Arc; 102 use tokio::sync::mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender}; 103 use tokio::sync::Mutex;
|
D | hidl_hal.rs | 22 use std::sync::Mutex; 24 use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender}; 25 use tokio::sync::oneshot;
|
/system/core/libsync/ |
D | Android.bp | 22 srcs: ["include/ndk/sync.h"], 37 srcs: ["sync.c"], 60 name: "sync-unit-tests",
|
/system/vold/ |
D | Benchmark.cpp | 118 sync(); in benchmarkInternal() 133 sync(); in benchmarkInternal() 146 sync(); in benchmarkInternal() 160 sync(); in benchmarkInternal() 169 sync(); in benchmarkInternal()
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb.h | 46 bool sync); 56 bool sync);
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 1543 static const struct tag sync = { 2720, "sync" }; in TEST() local 1546 android_log_event_list ctx(sync.tagNo); in TEST() 1550 EXPECT_TRUE(End_to_End(sync.tagStr, in TEST() 1556 android_log_event_list ctx(sync.tagNo); in TEST() 1560 EXPECT_TRUE(End_to_End(sync.tagStr, "[id=%s,event=43,-1,0]", id)); in TEST() 1565 android_log_event_list ctx(sync.tagNo); in TEST() 1571 sync.tagStr, "[id=%s,event=44,source=-1,account=0]", id)); in TEST() 1576 static const struct tag sync = { 2747, "contacts_aggregation" }; in TEST() local 1578 android_log_event_list ctx(sync.tagNo); in TEST() 1583 End_to_End(sync.tagStr, "[aggregation time=30ms,count=2]")); in TEST() [all …]
|
/system/extras/tests/ext4/ |
D | android_emmc_perf_tests.sh | 145 adb shell sync 152 adb shell sync 154 adb shell sync 162 adb shell sync
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 67 pub type IDeprecatedDefaultRef = Option<std::sync::Arc<dyn IDeprecatedDefault>>; 68 static DEFAULT_IMPL: std::sync::Mutex<IDeprecatedDefaultRef> = std::sync::Mutex::new(None);
|
D | INamedCallback.rs | 74 pub type INamedCallbackDefaultRef = Option<std::sync::Arc<dyn INamedCallbackDefault>>; 75 static DEFAULT_IMPL: std::sync::Mutex<INamedCallbackDefaultRef> = std::sync::Mutex::new(None);
|
D | INewName.rs | 74 pub type INewNameDefaultRef = Option<std::sync::Arc<dyn INewNameDefault>>; 75 static DEFAULT_IMPL: std::sync::Mutex<INewNameDefaultRef> = std::sync::Mutex::new(None);
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 67 pub type IDeprecatedDefaultRef = Option<std::sync::Arc<dyn IDeprecatedDefault>>; 68 static DEFAULT_IMPL: std::sync::Mutex<IDeprecatedDefaultRef> = std::sync::Mutex::new(None);
|
D | INamedCallback.rs | 74 pub type INamedCallbackDefaultRef = Option<std::sync::Arc<dyn INamedCallbackDefault>>; 75 static DEFAULT_IMPL: std::sync::Mutex<INamedCallbackDefaultRef> = std::sync::Mutex::new(None);
|
D | IOldName.rs | 74 pub type IOldNameDefaultRef = Option<std::sync::Arc<dyn IOldNameDefault>>; 75 static DEFAULT_IMPL: std::sync::Mutex<IOldNameDefaultRef> = std::sync::Mutex::new(None);
|
/system/nfc/tools/casimir/src/ |
D | main-grpc.rs | 29 use tokio::sync::mpsc; 208 context: std::sync::Arc<std::sync::Mutex<HashMap<Id, DeviceInformation>>>, 218 context: std::sync::Arc::new(std::sync::Mutex::new(HashMap::new())), in new() 309 context: std::sync::Arc<std::sync::Mutex<HashMap<Id, DeviceInformation>>>, 414 let env = std::sync::Arc::new(grpcio::Environment::new(1)); in run()
|
/system/security/keystore2/src/database/ |
D | perboot.rs | 24 use std::sync::Arc; 25 use std::sync::RwLock;
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 22 use std::sync::mpsc::{sync_channel, SyncSender}; 23 use std::sync::Arc; 24 use std::sync::Mutex;
|
/system/update_engine/ |
D | CPPLINT.cfg | 1 # This should be kept in sync with platform2/CPPLINT.cfg
|
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_bench.c | 111 struct dma_buf_sync sync = {0}; in dmabuf_sync() local 114 sync.flags = start_stop | DMA_BUF_SYNC_RW; in dmabuf_sync() 115 ret = ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dmabuf_sync()
|
/system/core/init/fuzzer/ |
D | README.md | 26 $ adb sync data 46 $ adb sync data 96 $ adb sync data
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-rust-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.rs | 15 cached_version: std::sync::atomic::AtomicI32 = std::sync::atomic::AtomicI32::new(-1), 16 cached_hash: std::sync::Mutex<Option<String>> = std::sync::Mutex::new(None) 120 pub type ITrunkStableTestDefaultRef = Option<std::sync::Arc<dyn ITrunkStableTestDefault>>; 121 static DEFAULT_IMPL: std::sync::Mutex<ITrunkStableTestDefaultRef> = std::sync::Mutex::new(None); 201 self.cached_version.store(_aidl_return, std::sync::atomic::Ordering::Relaxed); in read_response_getInterfaceVersion() 239 let _aidl_version = self.cached_version.load(std::sync::atomic::Ordering::Relaxed); 311 let _aidl_version = self.cached_version.load(std::sync::atomic::Ordering::Relaxed); 548 cached_version: std::sync::atomic::AtomicI32 = std::sync::atomic::AtomicI32::new(-1), 549 cached_hash: std::sync::Mutex<Option<String>> = std::sync::Mutex::new(None) 643 pub type IMyCallbackDefaultRef = Option<std::sync::Arc<dyn IMyCallbackDefault>>; [all …]
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-rust-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.rs | 15 cached_version: std::sync::atomic::AtomicI32 = std::sync::atomic::AtomicI32::new(-1), 16 cached_hash: std::sync::Mutex<Option<String>> = std::sync::Mutex::new(None) 120 pub type ITrunkStableTestDefaultRef = Option<std::sync::Arc<dyn ITrunkStableTestDefault>>; 121 static DEFAULT_IMPL: std::sync::Mutex<ITrunkStableTestDefaultRef> = std::sync::Mutex::new(None); 201 self.cached_version.store(_aidl_return, std::sync::atomic::Ordering::Relaxed); in read_response_getInterfaceVersion() 239 let _aidl_version = self.cached_version.load(std::sync::atomic::Ordering::Relaxed); 311 let _aidl_version = self.cached_version.load(std::sync::atomic::Ordering::Relaxed); 548 cached_version: std::sync::atomic::AtomicI32 = std::sync::atomic::AtomicI32::new(-1), 549 cached_hash: std::sync::Mutex<Option<String>> = std::sync::Mutex::new(None) 643 pub type IMyCallbackDefaultRef = Option<std::sync::Arc<dyn IMyCallbackDefault>>; [all …]
|
/system/core/libstats/pull_rust/ |
D | stats_pull.rs | 17 use once_cell::sync::Lazy; 23 use std::sync::Mutex;
|
/system/security/keystore2/src/ |
D | gc.rs | 29 use std::sync::{ 90 async_task: std::sync::Weak<AsyncTask>,
|
/system/core/fs_mgr/tools/ |
D | dmuserd.cpp | 218 sync(); in simple_daemon() 234 sync(); in simple_daemon() 242 sync(); in simple_daemon()
|
/system/librustutils/ |
D | system_properties_fuzzer.rs | 23 use std::sync::Arc; 24 use std::sync::atomic::{AtomicBool, Ordering};
|