Home
last modified time | relevance | path

Searched refs:hdlr (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DFocusRequester.java91 IAudioFocusDispatcher afl, IBinder source, String id, AudioFocusDeathHandler hdlr, in FocusRequester() argument
97 mDeathHandler = hdlr; in FocusRequester()
109 IBinder source, AudioFocusDeathHandler hdlr, @NonNull MediaFocusControl ctlr) { in FocusRequester() argument
122 mDeathHandler = hdlr; in FocusRequester()
DMediaFocusControl.java544 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb); in notifyExtFocusPolicyFocusRequest_syncAf() local
546 new FocusRequester(afi, fd, cb, hdlr, this)); in notifyExtFocusPolicyFocusRequest_syncAf()
550 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb); in notifyExtFocusPolicyFocusRequest_syncAf() local
552 new FocusRequester(afi, fd, cb, hdlr, this)); in notifyExtFocusPolicyFocusRequest_syncAf()
DAudioService.java2869 SetModeDeathHandler hdlr = null; in setModeInt() local
2874 hdlr = h; in setModeInt()
2877 hdlr.getBinder().unlinkToDeath(hdlr, 0); in setModeInt()
2888 hdlr = mSetModeDeathHandlers.get(0); in setModeInt()
2889 cb = hdlr.getBinder(); in setModeInt()
2890 actualMode = hdlr.getMode(); in setModeInt()
2893 + hdlr.mPid); in setModeInt()
2897 if (hdlr == null) { in setModeInt()
2898 hdlr = new SetModeDeathHandler(cb, pid); in setModeInt()
2902 cb.linkToDeath(hdlr, 0); in setModeInt()
[all …]