HomeSort by relevance Sort by last modified time
    Searched refs:binderDied (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.h 42 virtual void binderDied(const android::wp<android::IBinder>& who);
QHDMIClient.cpp 40 void QHDMIClient::binderDied(const wp<IBinder>& who __unused)
  /hardware/qcom/display/msmcobalt/hdmi_cec/
QHDMIClient.h 42 virtual void binderDied(const android::wp<android::IBinder>& who);
QHDMIClient.cpp 40 void QHDMIClient::binderDied(const wp<IBinder>& who __unused)
  /frameworks/av/include/media/
IMediaDeathNotifier.h 48 virtual void binderDied(const wp<IBinder>& who);
AudioEffect.h 465 virtual void binderDied(const wp<IBinder>& who) {
468 effect->binderDied();
476 void binderDied();
mediametadataretriever.h 92 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/media/stagefright/foundation/
AWakeLock.h 50 virtual void binderDied(const wp<IBinder> &who);
  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 57 virtual void binderDied(const wp<IBinder>& /*who*/);
  /frameworks/base/core/java/android/os/
IBinder.java 253 public void binderDied();
261 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
282 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
  /system/core/healthd/
BatteryPropertiesRegistrar.h 44 void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/camera/
CameraBase.h 115 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/radio/
Radio.h 73 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/soundtrigger/
SoundTrigger.h 62 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/base/libs/common_time/
common_clock_service.h 59 virtual void binderDied(const wp<IBinder>& who);
67 // binderDied.
70 // and binderDied each call into the core service and obtain the core
  /system/core/fingerprintd/
FingerprintDaemonProxy.h 52 void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/media/stagefright/
MediaSync.h 163 virtual void binderDied(const wp<IBinder> &who);
181 virtual void binderDied(const wp<IBinder> &who);
  /system/bt/service/ipc/binder/
remote_callback_list.h 78 void binderDied(const android::wp<android::IBinder>& who) override;
190 void RemoteCallbackList<T>::CallbackDeathRecipient::binderDied(
192 VLOG(1) << "Received binderDied";
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h 40 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/media/libstagefright/foundation/
AWakeLock.cpp 103 void AWakeLock::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) {
  /frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
ImsUceManager.java 176 public void binderDied() {
  /frameworks/native/include/binder/
IBinder.h 96 virtual void binderDied(const wp<IBinder>& who) = 0;
103 * then DeathRecipient::binderDied() will be called with a reference
  /frameworks/native/include/gui/
StreamSplitter.h 122 virtual void binderDied(const wp<IBinder>& who);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java 29 public void binderDied() {

Completed in 453 milliseconds

1 2 3 4 5 6 7 8 910