Searched defs:binderDied (Results 76 - 100 of 147) sorted by relevance

123456

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp1079 void SoundTriggerHwService::ModuleClient::binderDied( function in class:android::SoundTriggerHwService::ModuleClient
/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.cpp82 void binderDied(const wp<hardware::IBinder>& who) function in class:android::HwBinderDeathRecipient
99 // Demote from strong ref to weak after binderDied() has been delivered,
166 jweak mObjectWeak; // will be a weak ref to the same VM-side DeathRecipient after binderDied()
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java125 public void binderDied() { method in class:MediaBrowserService.ConnectionRecord
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java142 public void binderDied() { method in class:RemoteFillService
/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java164 public void binderDied() { method in class:CompanionDeviceManagerService
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java376 public void binderDied() { method in class:MediaFocusControl.AudioFocusDeathHandler
H A DPlaybackActivityMonitor.java626 public void binderDied() { method in class:PlaybackActivityMonitor.PlayMonitorClient
/frameworks/base/services/core/java/com/android/server/display/
H A DVirtualDisplayAdapter.java232 public void binderDied() { method in class:VirtualDisplayAdapter.VirtualDisplayDevice
/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackController.java157 public void binderDied() { method in class:PinnedStackController.PinnedStackListenerDeathHandler
H A DRecentsAnimationController.java469 public void binderDied() { method in class:RecentsAnimationController
470 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "binderDied");
H A DSession.java175 public void binderDied() { method in class:Session
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java245 public void binderDied() { method in class:MidiService.Client
498 public void binderDied() { method in class:MidiService.Device
551 // Client binderDied() method will do necessary cleanup, so nothing to do here
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java162 public void binderDied() { method in class:RemotePrintService
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRegisteredMediaRouteProvider.java469 binderDied();
557 public void binderDied() { method in class:RegisteredMediaRouteProvider.Connection
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1387 void AudioRecord::DeathNotifier::binderDied(const wp<IBinder>& who __unused) function in class:android::AudioRecord::DeathNotifier
1392 audioRecord->mProxy->binderDied();
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp889 virtual void binderDied(const wp<IBinder> &) { function in class:android::MediaMetricsDeathNotifier
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp1438 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who __unused) { function in class:android::CameraSource::DeathNotifier
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp252 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused) function in class:android::AudioPolicyService::NotificationClient
300 void AudioPolicyService::binderDied(const wp<IBinder>& who) { function in class:android::AudioPolicyService
301 ALOGW("binderDied() %p, calling pid %d", who.unsafe_get(),
529 void AudioPolicyService::UidPolicy::binderDied(__unused const wp<IBinder> &who) { function in class:android::AudioPolicyService::UidPolicy
/frameworks/base/cmds/statsd/src/
H A DStatsService.cpp1006 void StatsService::binderDied(const wp <IBinder>& who) { function in class:android::os::statsd::StatsService
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java855 public void binderDied() { method in class:GeofenceHardwareImpl.Reaper
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java273 public void binderDied() { method in class:TelephonyRegistry.TelephonyRegistryDeathRecipient
274 if (DBG) log("binderDied " + binder);
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1346 binderDied();
1351 public void binderDied() { method in class:ContentService.ObserverNode.ObserverEntry
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java1194 public void binderDied() { method in class:ManagedServices.ManagedServiceInfo
1195 if (DEBUG) Slog.d(TAG, "binderDied");
/frameworks/base/services/core/java/com/android/server/stats/
H A DStatsCompanionService.java1125 public void binderDied() { method in class:StatsCompanionService.StatsdDeathRecipient
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java114 public void binderDied() { method in class:StatusBarManagerService.DisableRecord
865 public void binderDied() {

Completed in 552 milliseconds

123456