Searched refs:oneshot (Results 1 – 25 of 35) sorted by relevance
12
/system/bt/gd/rust/hci/src/ |
D | error.rs | 3 use futures::channel::oneshot; 7 use tokio::sync::oneshot::error::RecvError; 20 OneshotSendError(#[from] oneshot::Canceled),
|
D | lib.rs | 34 use tokio::sync::{oneshot, Mutex}; 84 fut: oneshot::Sender<EventPacket>, 98 let (tx, rx) = oneshot::channel::<EventPacket>(); in send()
|
/system/apex/apexd/ |
D | apexd.rc | 6 oneshot 13 oneshot 20 oneshot
|
/system/bt/gd/rust/facade/src/ |
D | lib.rs | 14 use tokio::sync::oneshot; 62 Start { req: StartStackRequest, done: oneshot::Sender<()> }, 63 Stop { done: oneshot::Sender<()> }, 149 let (tx, rx) = oneshot::channel(); in start() 156 let (tx, rx) = oneshot::channel(); in stop()
|
/system/bt/gd/rust/link/src/acl/ |
D | core.rs | 18 use tokio::sync::{oneshot, Mutex}; 42 close_tx: oneshot::Sender<()>, 56 let (tx, rx) = oneshot::channel(); in register() 64 Register { handle: u16, bt: Bluetooth, fut: oneshot::Sender<Connection> }, 98 let (close_tx, close_rx) = oneshot::channel(); in provide_acl_dispatch()
|
D | fragment.rs | 12 use tokio::sync::oneshot; 95 close_rx: oneshot::Receiver<()>, in fragmenting_stream()
|
/system/logging/logd/ |
D | logd.rc | 14 oneshot 22 oneshot
|
/system/core/usbd/ |
D | usbd.rc | 3 oneshot
|
/system/tools/aidl/tests/lazy_test/ |
D | aidl_lazy_test_server.rc | 6 oneshot
|
/system/core/init/test_service/ |
D | test_service.rc | 7 oneshot
|
/system/core/fs_mgr/libsnapshot/ |
D | snapuserd.rc | 3 oneshot
|
/system/core/init/ |
D | action.h | 60 Action(bool oneshot, Subcontext* subcontext, const std::string& filename, int line, 76 bool oneshot() const { return oneshot_; } in oneshot() function
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 23 use tokio::sync::{oneshot, Mutex}; 77 let (tx, rx) = oneshot::channel(); in disconnect() 85 Disconnect { reason: DisconnectReason, fut: oneshot::Sender<()> }, 108 let (tx, rx) = oneshot::channel(); in cancel_connect() 117 CancelConnect { addr: Address, fut: oneshot::Sender<()> },
|
/system/extras/boottime_tools/bootio/ |
D | bootio.rc | 7 oneshot
|
/system/tools/hidl/test/lazy_test/ |
D | hidl_lazy_test_server.rc | 8 oneshot
|
/system/security/ondevice-signing/ |
D | odsign.rc | 7 # Note that odsign is not oneshot, but stopped manually when it exits. This
|
/system/extras/profcollectd/ |
D | profcollectd.rc | 4 oneshot
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_dev.rc | 23 oneshot
|
/system/gsid/ |
D | gsid.rc | 3 oneshot
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | bootanim.te | 1 # bootanimation oneshot service
|
/system/core/trusty/utils/spiproxyd/ |
D | proxy.rc | 20 oneshot
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | bootanim.te | 1 # bootanimation oneshot service
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | bootanim.te | 1 # bootanimation oneshot service
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | bootanim.te | 1 # bootanimation oneshot service
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | bootanim.te | 1 # bootanimation oneshot service
|
12