Searched refs:AudioFocusDeathHandler (Results 1 – 2 of 2) sorted by relevance
369 protected class AudioFocusDeathHandler implements IBinder.DeathRecipient { class in MediaFocusControl372 AudioFocusDeathHandler(IBinder cb) { in AudioFocusDeathHandler() method in MediaFocusControl.AudioFocusDeathHandler544 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb); in notifyExtFocusPolicyFocusRequest_syncAf()550 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb); in notifyExtFocusPolicyFocusRequest_syncAf()756 AudioFocusDeathHandler afdh = new AudioFocusDeathHandler(cb); in requestAudioFocus()
29 import com.android.server.audio.MediaFocusControl.AudioFocusDeathHandler;45 private AudioFocusDeathHandler mDeathHandler; // may be null91 IAudioFocusDispatcher afl, IBinder source, String id, AudioFocusDeathHandler hdlr, in FocusRequester()109 IBinder source, AudioFocusDeathHandler hdlr, @NonNull MediaFocusControl ctlr) { in FocusRequester()245 final AudioFocusDeathHandler deathHdlr = mDeathHandler; in release()