HomeSort by relevance Sort by last modified time
    Searched defs:binderDied (Results 126 - 150 of 240) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceService.java 248 public void binderDied() {
  /packages/services/Car/service/src/com/android/car/
CarDiagnosticService.java 544 public void binderDied() {
  /packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterService.java 444 public void binderDied() {
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 672 void MediaPlayerService::Client::ServiceDeathNotifier::binderDied(const wp<IBinder>& /*who*/) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 128 void BootAnimation::binderDied(const wp<IBinder>&)
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java     [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 462 void binderDied(const wp<IBinder>& who)
464 LOGDEATH("Receiving binderDied() on JavaDeathRecipient %p\n", this);
482 // Demote from strong ref to weak after binderDied() has been delivered,
550 jobject mObject; // Initial strong ref to Java-side DeathRecipient. Cleared on binderDied().
551 jweak mObjectWeak; // Weak ref to the same Java-side DeathRecipient after binderDied().
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 273 public void binderDied() {
274 if (DBG) log("binderDied " + binder);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 699 public void binderDied() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java     [all...]
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 114 public void binderDied() {
865 public void binderDied() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 697 public void binderDied() {
    [all...]
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 245 public void binderDied() {
498 public void binderDied() {
551 // Client binderDied() method will do necessary cleanup, so nothing to do here
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WificondControlTest.java 214 mWificondControl.binderDied();
327 mWificondControl.binderDied();
525 mWificondControl.binderDied();
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttServiceImplTest.java 500 mDeathRecipientCaptor.getAllValues().get(0).binderDied();
567 mDeathRecipientCaptor.getValue().binderDied();
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
ConnectivityServiceMock.java 377 binderDied();
387 public void binderDied() {
388 log("ConnectivityService NetworkRequestInfo binderDied(" +
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaBrowserServiceCompat.java 672 public void binderDied() {
    [all...]
  /system/security/keystore/
key_store_service.cpp 142 void KeyStoreService::binderDied(const wp<IBinder>& who) {
148 mConfirmationManager->binderDied(who);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 193 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 1230 milliseconds

1 2 3 4 56 7 8 910