Home
last modified time | relevance | path

Searched refs:recipient (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/native/libs/binder/
DBpBinder.cpp174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath() argument
177 ob.recipient = recipient; in linkToDeath()
181 LOG_ALWAYS_FATAL_IF(recipient == NULL, in linkToDeath()
208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath() argument
220 if ((obit.recipient == recipient in unlinkToDeath()
221 || (recipient == NULL && obit.cookie == cookie)) in unlinkToDeath()
225 *outRecipient = mObituaries->itemAt(i).recipient; in unlinkToDeath()
278 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
279 ALOGV("Reporting death to recipient: %p\n", recipient.get()); in reportOneDeath()
280 if (recipient == NULL) return; in reportOneDeath()
[all …]
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient() argument
66 sObitRecipients.add(recipient); in addObitRecipient()
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient() argument
74 sObitRecipients.remove(recipient); in removeObitRecipient()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT24 Beta release status has a particular meaning to ARM of which the recipient
30 and documentation may still be encountered. The recipient should consider
33 recipient, but the provision or timeliness of this support cannot be
36 By accepting a Beta release, the recipient agrees to these constraints and
38 defects identified by the recipient. The specific Beta version supplied
41 will only be provided by ARM to a recipient who has a current support and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT24 Beta release status has a particular meaning to ARM of which the recipient
30 and documentation may still be encountered. The recipient should consider
33 recipient, but the provision or timeliness of this support cannot be
36 By accepting a Beta release, the recipient agrees to these constraints and
38 defects identified by the recipient. The specific Beta version supplied
41 will only be provided by ARM to a recipient who has a current support and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT24 Beta release status has a particular meaning to ARM of which the recipient
30 and documentation may still be encountered. The recipient should consider
33 recipient, but the provision or timeliness of this support cannot be
36 By accepting a Beta release, the recipient agrees to these constraints and
38 defects identified by the recipient. The specific Beta version supplied
41 will only be provided by ARM to a recipient who has a current support and
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp370 void add(const sp<JavaDeathRecipient>& recipient);
371 void remove(const sp<JavaDeathRecipient>& recipient);
372 sp<JavaDeathRecipient> find(jobject recipient);
501 void DeathRecipientList::add(const sp<JavaDeathRecipient>& recipient) { in add() argument
504 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get()); in add()
505 mList.push_back(recipient); in add()
508 void DeathRecipientList::remove(const sp<JavaDeathRecipient>& recipient) { in remove() argument
513 if (*iter == recipient) { in remove()
514 LOGDEATH("DRL @ %p : remove JDR %p", this, recipient.get()); in remove()
521 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { in find() argument
[all …]
/frameworks/base/core/java/android/os/
DBinder.java390 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() argument
396 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath() argument
502 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() argument
504 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() argument
548 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice() argument
549 if (false) Log.v("JavaBinder", "sendDeathNotice to " + recipient); in sendDeathNotice()
551 recipient.binderDied(); in sendDeathNotice()
DIBinder.java245 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() argument
266 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() argument
/frameworks/native/include/binder/
DBpBinder.h44 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
103 wp<DeathRecipient> recipient; member
DIBinder.h112 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
123 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
DBinder.h42 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
46 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
/frameworks/base/core/java/android/database/
DCursorToBulkCursorAdaptor.java58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy() argument
62 remoteObserver.asBinder().linkToDeath(recipient, 0); in ContentObserverProxy()
68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath() argument
69 return mRemote.asBinder().unlinkToDeath(recipient, 0); in unlinkToDeath()
/frameworks/av/include/media/
DIMediaDeathNotifier.h39 static void addObitRecipient(const wp<IMediaDeathNotifier>& recipient);
40 static void removeObitRecipient(const wp<IMediaDeathNotifier>& recipient);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestGetMessagesListing.java84 if (filter.recipient != null) { in BluetoothMasRequestGetMessagesListing()
85 oap.add(OAP_TAGID_FILTER_RECIPIENT, filter.recipient); in BluetoothMasRequestGetMessagesListing()
DBluetoothMasClient.java533 String recipient = null; field in BluetoothMasClient.MessagesFilter
557 recipient = null; in setRecipient()
559 recipient = filter; in setRecipient()
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java1791 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId() argument
1794 recipients.add(recipient); in getOrCreateThreadId()
1813 for (String recipient : recipients) { in getOrCreateThreadId()
1814 if (Mms.isEmailAddress(recipient)) { in getOrCreateThreadId()
1815 recipient = Mms.extractAddrSpec(recipient); in getOrCreateThreadId()
1818 uriBuilder.appendQueryParameter("recipient", recipient); in getOrCreateThreadId()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java481 final InternalDeathRecipient recipient = in getSpellCheckerService() local
484 if (recipient == null) { in getSpellCheckerService()
501 recipient.mScLocale, recipient.mScListener, bundle); in getSpellCheckerService()
828 InternalDeathRecipient recipient = null; in addListener() local
838 recipient = new InternalDeathRecipient( in addListener()
840 scListener.asBinder().linkToDeath(recipient, 0); in addListener()
841 mListeners.add(recipient); in addListener()
847 return recipient; in addListener()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduComposer.java793 boolean recipient = false; in makeSendReqPdu()
797 recipient = true; in makeSendReqPdu()
802 recipient = true; in makeSendReqPdu()
807 recipient = true; in makeSendReqPdu()
811 if (false == recipient) { in makeSendReqPdu()
/frameworks/native/include/gui/
DSurfaceComposerClient.h66 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
/frameworks/base/docs/html/guide/faq/
Dframework.jd93 Long based on a counter or time stamp) to the recipient activity via
94 intent extras. The recipient activity retrieves the object using this
/frameworks/base/docs/html/google/gcm/
Dhttp.jd94 just one recipient) using JSON:</p>
119 <p>And here is the same message using plain-text format (but just 1 recipient): </p>
200 processing the message for that recipient. The possible values are the same as
202 were busy and could not process the message for that particular recipient, so
409 <p> Here is a simple case of a JSON message successfully sent to one recipient
Dserver-ref.jd47 <li>Target: specifies the recipient of the message.</li>
78 <td><p>This parameter specifies the recipient of a message. </p>
357 message for the recipient. The possible values can be found in <a href="#table11">table 11
397 <td>This parameter specifies the error value while processing the message for the recipient.
503 <td><p>This parameter specifies the recipient of a response message. </p>
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp469 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath() argument
472 return sm->asBinder()->linkToDeath(recipient, cookie, flags); in linkToComposerDeath()
/frameworks/base/core/java/android/app/
DInstrumentation.java323 public void waitForIdle(Runnable recipient) { in waitForIdle() argument
324 mMessageQueue.addIdleHandler(new Idler(recipient)); in waitForIdle()
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd104 application, enabling users to auto-complete recipient names from the directory.</p>

12