Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 12 of 12) sorted by relevance

/external/dagger2/javatests/dagger/android/support/functional/
DTestService.java70 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {} in linkToDeath()
73 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
/external/flatbuffers/tests/FlatBuffers.GRPC.Swift/Sources/server/
Dmain.swift42 let recipient = request.object.name ?? "Stranger" variable
/external/tcpdump/
Dprint-zephyr.c50 const char *recipient; member
118 z_triple(const char *class, const char *inst, const char *recipient) in z_triple()
/external/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp-sequencer.c282 const char *recipient, void *data, lws_smtp_cb_t done) in lws_smtpc_add_email()
/external/libwebsockets/include/libwebsockets/
Dlws-jose.h120 struct lws_jws_recpient recipient[LWS_JWS_MAX_RECIPIENTS]; member
/external/libcups/scheduler/
Dsubscriptions.h84 char *recipient; /* notify-recipient-uri, if applicable */ member
Dipp.c1957 const char *recipient, /* notify-recipient-uri */ in add_job_subscriptions() local
3623 const char *recipient) /* I - Recipient URI */ in check_rss_recipient()
5585 *recipient, /* notify-recipient-uri */ in create_subscriptions() local
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc834 VirtualSocket* recipient = LookupBinding(remote_addr); in SendUdp() local
899 VirtualSocket* recipient = in SendTcp() local
942 VirtualSocket* recipient, in AddPacketToNetwork()
/external/crosvm/devices/src/usb/host_backend/
Dhost_device.rs83 let recipient = self.control_request_setup.get_recipient(); in intercepted_control_transfer() localVariable
/external/crosvm/usb_util/src/
Dtypes.rs319 let recipient = self.request_type & REQUEST_RECIPIENT_TYPE; in get_recipient() localVariable
/external/libusb/examples/
Dxusb.c715 uint8_t recipient; in read_ms_winsub_feature_descriptors() member
/external/libusb/libusb/os/
Dwindows_winusb.c3434 static int _hid_get_descriptor(struct libusb_device *dev, HANDLE hid_handle, int recipient, in _hid_get_descriptor()