/system/teeui/libteeui/src/ |
D | evdev.cpp | 83 for (auto& receiver : newReceivers_) { in processNewReceivers() local 84 receivers_.push_back(std::move(receiver)); in processNewReceivers() 128 for (auto& receiver : receivers_) { in start() local 129 fds[i] = {receiver.eventFd, receiver.eventFlags, 0}; in start() 140 for (auto& receiver : receivers_) { in start() local 141 if (fds[i].revents & receiver.eventFlags) { in start() 142 receiver.handleEvent(fds[i].revents); in start()
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 49 let (sender, receiver) = sync_channel(1); in schedule_periodic() 58 match receiver.recv_timeout(config.collection_interval) { in schedule_periodic()
|
/system/security/keystore2/src/ |
D | enforcements.rs | 74 fn timestamped_op_auth(receiver: Receiver<Result<TimeStampToken, Error>>) -> Arc<Self> { in timestamped_op_auth() 76 state: AuthRequestState::TimeStampedOpAuth(receiver), in timestamped_op_auth() 83 receiver: Receiver<Result<TimeStampToken, Error>>, in timestamp() 85 Arc::new(Self { state: AuthRequestState::TimeStamp(receiver), hat: Mutex::new(Some(hat)) }) in timestamp() 259 let (sender, receiver) = channel::<Result<TimeStampToken, Error>>(); in finalize_create_authorization() 260 let auth_request = AuthRequest::timestamped_op_auth(receiver); in finalize_create_authorization() 270 let (sender, receiver) = channel::<Result<TimeStampToken, Error>>(); in finalize_create_authorization() 271 let auth_request = AuthRequest::timestamp(hat, receiver); in finalize_create_authorization() 295 if let Some(ref receiver) = *locked_receiver { in before_finish() 297 match receiver.try_recv() { in before_finish()
|
D | async_task.rs | 363 let (sender, receiver) = channel(); in test_async_task_chain() 372 receiver.recv().unwrap(); in test_async_task_chain()
|
D | legacy_migrator.rs | 238 let (sender, receiver) = channel(); in do_serialized() 266 let (new_state, result) = match receiver.recv() { in do_serialized()
|
/system/tools/aidl/ |
D | ast_java.cpp | 123 : receiver(o), name(n) {} in FieldVariable() 125 FieldVariable::FieldVariable(const string& c, const string& n) : receiver(c), name(n) {} in FieldVariable() 131 this->receiver); in Write() 187 MethodCall::MethodCall(std::shared_ptr<Expression> o, const string& n) : receiver(o), name(n) {} in MethodCall() 189 MethodCall::MethodCall(const std::string& t, const string& n) : receiver(t), name(n) {} in MethodCall() 193 : receiver(o), name(n), arguments(args) {} in MethodCall() 197 : receiver(t), name(n), arguments(args) {} in MethodCall() 206 this->receiver); in Write()
|
D | ast_java.h | 102 std::variant<std::shared_ptr<Expression>, std::string> receiver; member 172 std::variant<std::monostate, std::shared_ptr<Expression>, std::string> receiver; member
|
/system/bt/gd/l2cap/ |
D | BUILD.gn | 39 "internal/receiver.cc",
|
D | Android.bp | 34 "internal/receiver.cc",
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 86 * Registers a callback receiver which can be used to listen to state updates
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 405 let (sender, receiver) = std::sync::mpsc::channel::<Result<T>>(); in do_serialized() 410 receiver.recv().context("In do_serialized: Failed to receive result.")? in do_serialized()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/core/fastboot/ |
D | README.md | 369 continuation packets. The receiver should respond to a continuation packet with
|