Home
last modified time | relevance | path

Searched refs:binderDied (Results 1 – 25 of 242) sorted by relevance

12345678910

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java123 mRecipient.binderDied(); in die()
230 verify(r1, times(1)).binderDied(); in testRegisterAndKill()
231 verify(r2, times(1)).binderDied(); in testRegisterAndKill()
232 verify(r3, times(1)).binderDied(); in testRegisterAndKill()
233 verify(r4, times(0)).binderDied(); in testRegisterAndKill()
234 verify(r5, times(0)).binderDied(); in testRegisterAndKill()
241 verify(r1, times(1)).binderDied(); in testRegisterAndKill()
242 verify(r2, times(0)).binderDied(); in testRegisterAndKill()
243 verify(r3, times(0)).binderDied(); in testRegisterAndKill()
244 verify(r4, times(0)).binderDied(); in testRegisterAndKill()
[all …]
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java182 refcountedResource.binderDied(); in testBinderDeathAfterCleanupAndReleaseDoesNothing()
191 refcountedResource.binderDied(); in testBinderDeath()
192 verify(refcountedResource, times(1)).binderDied(); in testBinderDeath()
276 spi2.binderDied(); in testSampleUdpEncapTranform()
277 transform.binderDied(); in testSampleUdpEncapTranform()
306 spi2.binderDied(); in testSampleDualTransformEncapSocket()
307 spi3.binderDied(); in testSampleDualTransformEncapSocket()
308 transform2.binderDied(); in testSampleDualTransformEncapSocket()
309 transform1.binderDied(); in testSampleDualTransformEncapSocket()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java152 binderDied(); in onServiceConnected()
196 binderDied(); in initializeService()
204 binderDied(); in initializeService()
210 binderDied(); in onServiceDisconnected()
253 public void binderDied() { in binderDied() method in AccessibilityServiceConnection
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java63 binderDied(); in LocalOnlyHotspotRequestInfo()
78 public void binderDied() { in binderDied() method in LocalOnlyHotspotRequestInfo
DWifiMulticastLockManager.java72 binderDied(); in Multicaster()
77 public void binderDied() { in binderDied() method in WifiMulticastLockManager.Multicaster
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceControllerStaticCompat.java53 public void binderDied() { in binderDied() method in ImsServiceControllerStaticCompat.ImsDeathRecipient
86 mImsDeathRecipient.binderDied(); in startBindToService()
/frameworks/av/media/libaudioclient/include/media/
DAudioEffect.h614 virtual void binderDied(const wp<IBinder>& /*who*/) { in binderDied() function
622 effect->binderDied(); in binderDied()
630 void binderDied();
/frameworks/av/include/media/
DAudioEffect.h614 virtual void binderDied(const wp<IBinder>& /*who*/) { in binderDied() function
622 effect->binderDied(); in binderDied()
630 void binderDied();
DIMediaDeathNotifier.h48 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/core/java/com/android/internal/os/
DBinderDeathDispatcher.java65 public void binderDied() { in binderDied() method in BinderDeathDispatcher.RecipientsInfo
80 copy.valueAt(i).binderDied(); in binderDied()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaSync.h163 virtual void binderDied(const wp<IBinder> &who);
181 virtual void binderDied(const wp<IBinder> &who);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DAWakeLock.h50 virtual void binderDied(const wp<IBinder> &who);
/frameworks/native/services/vr/hardware_composer/
Dvr_composer.h37 void binderDied(const wp<IBinder>& who) override;
/frameworks/base/telephony/java/android/telephony/mbms/vendor/
DMbmsGroupCallServiceBase.java104 public void binderDied() {
171 public void binderDied() {
DMbmsStreamingServiceBase.java112 public void binderDied() { in initialize()
231 public void binderDied() { in startStreaming()
DMbmsDownloadServiceBase.java165 public void binderDied() { in initialize()
281 public void binderDied() { in addStatusListener()
394 public void binderDied() { in addProgressListener()
/frameworks/av/media/libmedia/include/media/
DIMediaDeathNotifier.h48 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/media/libmediaplayerservice/
DDeathRecipient.h44 virtual void binderDied(const wp<IBinder>& who);
DDeathNotifier.cpp34 virtual void binderDied(wp<IBinder> const&) override { in binderDied() function in android::DeathNotifier::DeathRecipient
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthenticationClient.java79 public void binderDied() { in binderDied() method in AuthenticationClient
80 super.binderDied(); in binderDied()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityServiceConnectionTest.java133 mConnection.binderDied(); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
151 mConnection.binderDied(); in binderDied_keysGetFlushed()
/frameworks/base/core/java/android/os/
DIBinder.java274 public void binderDied(); in binderDied() method
/frameworks/av/media/utils/include/mediautils/
DBatteryNotifier.h57 virtual void binderDied(const wp<IBinder>& /*who*/);
/frameworks/native/services/surfaceflinger/
DClientCache.h69 void binderDied(const wp<IBinder>& who) override;
/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.h71 void binderDied(const wp<IBinder>& who);

12345678910