Searched refs:hdlr (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | FocusRequester.java | 97 AudioFocusDeathHandler hdlr, @NonNull String pn, int uid, in FocusRequester() argument 103 mDeathHandler = hdlr; in FocusRequester() 116 IBinder source, AudioFocusDeathHandler hdlr, @NonNull MediaFocusControl ctlr) { in FocusRequester() argument 130 mDeathHandler = hdlr; in FocusRequester()
|
H A D | MediaFocusControl.java | 779 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb); in notifyExtFocusPolicyFocusRequest_syncAf() local 781 cb.linkToDeath(hdlr, 0); in notifyExtFocusPolicyFocusRequest_syncAf() 788 new FocusRequester(afi, fd, cb, hdlr, this)); in notifyExtFocusPolicyFocusRequest_syncAf()
|
H A D | AudioService.java | 4376 SetModeDeathHandler hdlr = getAudioModeOwnerHandler(); in dumpAudioMode() local 4377 if (hdlr != null) { in dumpAudioMode() 4378 hdlr.dump(pw, -1); in dumpAudioMode() 5774 SetModeDeathHandler hdlr = getAudioModeOwnerHandler(); in getAudioModeOwner() local 5775 if (hdlr != null) { in getAudioModeOwner() 5777 hdlr.getMode(), hdlr.getPid(), hdlr.getUid()); in getAudioModeOwner() 5788 SetModeDeathHandler hdlr = getAudioModeOwnerHandler(); in getModeOwnerUid() local 5789 if (hdlr != null) { in getModeOwnerUid() 5790 return hdlr.getUid(); in getModeOwnerUid()
|