Home
last modified time | relevance | path

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

12

/packages/services/Car/cpp/watchdog/server/src/
DAIBinderDeathRegistrationWrapper.cpp26 AIBinder_DeathRecipient* recipient, in linkToDeath()
31 AIBinder_DeathRecipient* recipient, in unlinkToDeath()
/packages/services/Car/cpp/watchdog/stable_server/src/
DAIBinderDeathRegistrationWrapper.cpp26 AIBinder_DeathRecipient* recipient, in linkToDeath()
31 AIBinder_DeathRecipient* recipient, in unlinkToDeath()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessagesFilterTest.java73 String recipient = "test_originator"; in setRecipient() local
88 String recipient = "test_recipient"; in testBuilder() local
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/util/
DBinderKeyValueContainerTest.java106 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
115 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
/packages/apps/Contacts/src/com/android/contacts/compat/
DTelephonyThreadsCompat.java49 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()
80 private static long getOrCreateThreadIdInternal(Context context, String recipient) { in getOrCreateThreadIdInternal()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessagesFilter.java36 public String recipient = null; field in MessagesFilter
160 public Builder setRecipient(String recipient) { in setRecipient()
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java214 public abstract void linkToDeath(DeathRecipient recipient) throws RemoteException; in linkToDeath()
304 public abstract void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException; in linkToDeath()
311 public abstract void unlinkToDeath(IVehicleDeathRecipient recipient); in unlinkToDeath()
DHidlVehicleStub.java126 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
140 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
/packages/modules/Media/apex/framework/java/android/media/
DSession2Link.java91 public void linkToDeath(@NonNull IBinder.DeathRecipient recipient, int flags) { in linkToDeath()
104 public boolean unlinkToDeath(@NonNull IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSendMessageAction.java149 final String recipient = recipients.get(0); in queueAction() local
209 final String recipient = actionParameters.getString(KEY_RECIPIENT); in doBackgroundWork() local
DInsertNewMessageAction.java350 final String recipient, final long timestamp, final String sendingConversationId) { in insertSendingSmsMessage()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DHidlVehicleStubUnitTest.java119 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathHidl() local
128 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathHidl() local
137 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathRemoteException() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSmsUtils.java164 public static long getOrCreateThreadId(final Context context, final String recipient) { in getOrCreateThreadId()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClient.cpp114 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in tryRegisterPipeRunner() local
DAidlClientImpl.cpp245 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in init() local
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DVehicleStubWrapper.java485 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
495 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemHelper.java267 final CharSequence recipient; in getNameOrNumber() local
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp237 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath()
242 AIBinder_DeathRecipient* recipient, AIBinder_DeathRecipient_onBinderUnlinked onUnlinked) { in setOnUnlinked()
247 AIBinder_DeathRecipient* recipient) { in deleteDeathRecipient()
/packages/services/Car/cpp/power/server/tests/
DCarPowerPolicyServerTest.cpp382 .WillByDefault(Invoke([this](AIBinder_DeathRecipient* recipient) { in MockLinkUnlinkImpl()
415 [this](AIBinder*, AIBinder_DeathRecipient* recipient, void* cookie) { in expectLinkToDeathStatus()
444 AIBinder_DeathRecipient_onBinderUnlinked getOnUnlinked(AIBinder_DeathRecipient* recipient) { in getOnUnlinked()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarOccupantConnectionServiceTest.java1000 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
1009 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
/packages/services/Car/service/jni/evs/
DEvsServiceContext.cpp127 AIBinder_DeathRecipient* recipient, in linkToDeath()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java1722 public void answer(IBinder.DeathRecipient recipient, int flags) { in answer()
1728 public boolean answer(IBinder.DeathRecipient recipient, int flags) { in answer()
/packages/services/Car/cpp/power/server/src/
DCarPowerPolicyServer.cpp1987 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath()
1992 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in unlinkToDeath()
1997 AIBinder_DeathRecipient* recipient, AIBinder_DeathRecipient_onBinderUnlinked onUnlinked) { in setOnUnlinked()
2002 AIBinder_DeathRecipient* recipient) { in deleteDeathRecipient()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java103 final String recipient = participants.get(i).getNormalizedDestination(); in sanitizeConversationParticipants() local
126 final String recipient = participants.get(i).getNormalizedDestination(); in sanitizeConversationParticipants() local
189 final long threadId, final boolean senderBlocked, final ParticipantData recipient) { in getOrCreateConversationFromRecipient()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp274 [[maybe_unused]] AIBinder_DeathRecipient* recipient, in linkToDeath()
281 void deleteDeathRecipient(AIBinder_DeathRecipient* recipient) override { in deleteDeathRecipient()
294 void setOnUnlinked([[maybe_unused]] AIBinder_DeathRecipient* recipient, in setOnUnlinked()

12