HomeSort by relevance Sort by last modified time
    Searched refs:recipient (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/av/services/camera/libcameraservice/hidl/
CameraHybridInterface.h 43 const sp<IBinder::DeathRecipient>& recipient,
47 const wp<IBinder::DeathRecipient>& recipient,
55 wp<IBinder::DeathRecipient> recipient; member in struct:android::camerahybrid::H2BConverter::Obituary
63 recipient(r), cookie(c), flags(f), who(w) {
66 recipient(o.recipient),
72 recipient = o.recipient;
79 sp<IBinder::DeathRecipient> dr = recipient.promote();
95 const sp<IBinder::DeathRecipient>& recipient,
    [all...]
  /frameworks/av/media/libmedia/include/media/
IMediaDeathNotifier.h 39 static void addObitRecipient(const wp<IMediaDeathNotifier>& recipient);
40 static void removeObitRecipient(const wp<IMediaDeathNotifier>& recipient);
  /external/e2fsprogs/scrub/
e2scrub_fail.in 5 recipient="$1"
6 test -z "${recipient}" && exit 0
  /external/curl/docs/cmdline-opts/
mail-rcpt.d 10 When performing a mail transfer, the recipient should specify a valid email
13 When performing an address verification (VRFY command), the recipient should be
17 When performing a mailing list expand (EXPN command), the recipient should be
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient)
66 sObitRecipients.add(recipient);
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient)
74 sObitRecipients.remove(recipient);
  /external/tcpdump/
print-zephyr.c 50 const char *recipient; member in struct:z_packet
118 z_triple(const char *class, const char *inst, const char *recipient)
120 if (!*recipient)
121 recipient = "*";
122 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
161 z.recipient = 0;
192 PARSE_FIELD_STR(z.recipient);
325 if (!*z.recipient)
326 z.recipient = "*";
328 ND_PRINT((ndo, " to %s", z_triple(z.class, z.inst, z.recipient)));
    [all...]
  /cts/tests/tests/binder_ndk/libbinder_ndk_test/
test_ibinder.cpp 85 AIBinder_DeathRecipient* recipient = local
89 AIBinder_linkToDeath(binder, recipient, nullptr /*cookie*/));
91 AIBinder_DeathRecipient_delete(recipient);
212 AIBinder_DeathRecipient* recipient = local
214 EXPECT_NE(nullptr, recipient);
231 AIBinder_linkToDeath(nullptr, recipient, kVoidStar /*cookie*/));
235 AIBinder_unlinkToDeath(nullptr, recipient, kVoidStar /*cookie*/));
300 AIBinder_DeathRecipient_delete(recipient);
  /cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
Authenticator.java 81 public void linkToDeath(DeathRecipient recipient, int flags)
85 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 99 Toast.makeText(SmsMessagingDemo.this, "Please enter a message recipient.",
117 String recipient = recipientTextEdit.getText().toString();
119 sms.sendTextMessage(recipient, null, message, PendingIntent.getBroadcast(
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 771 VirtualSocket* recipient = LookupBinding(remote_addr); local
772 if (!recipient) {
773 // Make a fake recipient for address family checking.
786 if (!CanInteractWith(socket, recipient)) {
811 AddPacketToNetwork(socket, recipient, cur_time, data, data_size,
820 // recipient's recv_buffer_size_. Anything beyond that must be stored in the
825 VirtualSocket* recipient = LookupConnection(socket->local_addr_, local
827 if (!recipient) {
838 size_t available = recv_buffer_capacity_ - recipient->recv_buffer_size_;
845 AddPacketToNetwork(socket, recipient, cur_time, &socket->send_buffer_[0]
    [all...]
virtualsocketserver.h 170 VirtualSocket* recipient,
  /external/skia/src/gpu/
GrPipeline.h 110 void addDependenciesTo(GrOpList* recipient, const GrCaps&) const;
  /external/skqp/src/gpu/
GrPipeline.h 109 void addDependenciesTo(GrOpList* recipient, const GrCaps&) const;
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduComposer.java 793 boolean recipient = false;
797 recipient = true;
802 recipient = true;
807 recipient = true;
811 if (false == recipient) {
    [all...]
  /frameworks/av/media/bufferpool/1.0/
ClientManager.cpp 247 sp<ConnectionDeathRecipient> recipient = Accessor::getConnectionDeathRecipient(); local
248 if (recipient) {
249 ALOGV("client death recipient registered %lld", (long long)*receiverId);
252 recipient->addCookieToConnection(cookie, *receiverId);
254 Return<bool> transResult = receiver->linkToDeath(recipient, cookie);
  /frameworks/av/media/bufferpool/2.0/
ClientManager.cpp 255 sp<ConnectionDeathRecipient> recipient = Accessor::getConnectionDeathRecipient(); local
256 if (recipient) {
257 ALOGV("client death recipient registered %lld", (long long)*receiverId);
260 recipient->addCookieToConnection(cookie, *receiverId);
262 Return<bool> transResult = receiver->linkToDeath(recipient, cookie);
  /external/grpc-grpc/tools/http2_interop/
s6.5.go 50 // appear. [...] Once all values have been processed, the recipient MUST immediately
  /external/clang/www/demo/
index.cgi 108 my ( $recipient, $body ) = @_;
110 new Mail::Send( Subject => "LLVM Demo Page Run", To => $recipient );
  /external/libusb/examples/
xusb.c 714 uint8_t recipient; member in struct:__anon29592
727 os_fd[1].recipient = LIBUSB_RECIPIENT_DEVICE;
733 r = libusb_control_transfer(handle, (uint8_t)(LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_VENDOR|os_fd[i].recipient),
746 r = libusb_control_transfer(handle, (uint8_t)(LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_VENDOR|os_fd[i].recipient),
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_data.py 878 for recipient in recipients:
879 recipient_pending_inputs = pending_inputs[recipient]
881 if self.node_op_type(recipient) == "Merge":
    [all...]
  /external/libevent/
bufferevent.c 668 struct bufferevent *recipient)
671 struct bufferevent_private *r = BEV_UPCAST(recipient);
  /external/syzkaller/vendor/golang.org/x/net/http2/
frame.go 595 // field is 0x0, the recipient MUST respond with a
613 // length of the frame payload, the recipient MUST
962 // is received whose stream identifier field is 0x0, the recipient MUST
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli.py 316 help="Show op types of recipient nodes.")
811 output.extend(self._format_neighbors("recipient", recs, ctrl_recs))
    [all...]
  /external/kotlinc/
LICENSE     [all...]
NOTICE     [all...]

Completed in 4368 milliseconds

1 2