/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 26 pub type IDeprecatedDefaultRef = Option<std::sync::Arc<dyn IDeprecatedDefault>>; 29 static ref DEFAULT_IMPL: std::sync::Mutex<IDeprecatedDefaultRef> = std::sync::Mutex::new(None);
|
D | INewName.rs | 30 pub type INewNameDefaultRef = Option<std::sync::Arc<dyn INewNameDefault>>; 33 static ref DEFAULT_IMPL: std::sync::Mutex<INewNameDefaultRef> = std::sync::Mutex::new(None);
|
D | INamedCallback.rs | 30 pub type INamedCallbackDefaultRef = Option<std::sync::Arc<dyn INamedCallbackDefault>>; 33 static ref DEFAULT_IMPL: std::sync::Mutex<INamedCallbackDefaultRef> = std::sync::Mutex::new(None);
|
D | IOldName.rs | 30 pub type IOldNameDefaultRef = Option<std::sync::Arc<dyn IOldNameDefault>>; 33 static ref DEFAULT_IMPL: std::sync::Mutex<IOldNameDefaultRef> = std::sync::Mutex::new(None);
|
/system/core/libsync/ |
D | Android.bp | 22 srcs: ["include/ndk/sync.h"], 34 srcs: ["sync.c"], 57 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/bt/gd/rust/facade/helpers/ |
D | lib.rs | 7 use std::sync::Arc; 9 use tokio::sync::mpsc::Receiver; 10 use tokio::sync::Mutex;
|
/system/bt/gd/rust/hci/src/ |
D | error.rs | 6 use tokio::sync::mpsc::error::SendError; 7 use tokio::sync::oneshot::error::RecvError;
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 19 use std::sync::mpsc::{sync_channel, SyncSender}; 20 use std::sync::Arc; 21 use std::sync::Mutex;
|
/system/bt/gd/rust/linux/stack/src/ |
D | lib.rs | 17 use std::sync::{Arc, Mutex}; 19 use tokio::sync::mpsc::channel; 20 use tokio::sync::mpsc::{Receiver, Sender};
|
D | bluetooth.rs | 14 use std::sync::Arc; 15 use std::sync::Mutex; 17 use tokio::sync::mpsc::Sender;
|
/system/bt/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 14 use std::sync::Arc; 15 use std::sync::Mutex;
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 1547 static const struct tag sync = { 2720, "sync" }; in TEST() local 1550 android_log_event_list ctx(sync.tagNo); in TEST() 1554 EXPECT_TRUE(End_to_End(sync.tagStr, in TEST() 1560 android_log_event_list ctx(sync.tagNo); in TEST() 1564 EXPECT_TRUE(End_to_End(sync.tagStr, "[id=%s,event=43,-1,0]", id)); in TEST() 1569 android_log_event_list ctx(sync.tagNo); in TEST() 1575 sync.tagStr, "[id=%s,event=44,source=-1,account=0]", id)); in TEST() 1580 static const struct tag sync = { 2747, "contacts_aggregation" }; in TEST() local 1582 android_log_event_list ctx(sync.tagNo); in TEST() 1587 End_to_End(sync.tagStr, "[aggregation time=30ms,count=2]")); in TEST() [all …]
|
/system/bt/gd/rust/hal/src/ |
D | lib.rs | 47 use std::sync::Arc; 48 use tokio::sync::mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender}; 49 use tokio::sync::Mutex;
|
D | hidl_hal.rs | 5 use std::sync::Arc; 6 use std::sync::Mutex; 9 use tokio::sync::mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender};
|
/system/security/keystore2/src/database/ |
D | perboot.rs | 24 use std::sync::atomic::{AtomicI64, Ordering}; 25 use std::sync::Arc; 26 use std::sync::RwLock;
|
/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/bt/gd/rust/gddi/src/ |
D | lib.rs | 7 use std::sync::Arc; 8 use tokio::sync::Mutex; 119 impl<T> Stoppable for std::sync::Arc<T> {}
|
/system/bt/gd/rust/shim/src/ |
D | message_loop_thread.rs | 5 use std::sync::Arc; 8 use tokio::sync::mpsc::{unbounded_channel, UnboundedSender};
|
/system/update_engine/ |
D | CPPLINT.cfg | 1 # This should be kept in sync with platform2/CPPLINT.cfg
|
/system/bt/gd/rust/topshim/src/ |
D | topstack.rs | 5 use std::sync::Arc;
|
/system/bt/gd/rust/facade/src/ |
D | lib.rs | 11 use std::sync::Arc; 13 use tokio::sync::mpsc::{channel, Sender}; 14 use tokio::sync::oneshot;
|
/system/security/keystore2/src/ |
D | gc.rs | 28 use std::sync::{ 89 async_task: std::sync::Weak<AsyncTask>,
|
/system/core/fs_mgr/libsnapshot/ |
D | run_power_test.sh | 21 adb $DEVICE_ARGS sync data
|