Searched refs:hdlr (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | FocusRequester.java | 102 AudioFocusDeathHandler hdlr, @NonNull String pn, int uid, in FocusRequester() argument 108 mDeathHandler = hdlr; in FocusRequester() 121 IBinder source, AudioFocusDeathHandler hdlr, @NonNull MediaFocusControl ctlr) { in FocusRequester() argument 135 mDeathHandler = hdlr; in FocusRequester()
|
D | MediaFocusControl.java | 863 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb); in notifyExtFocusPolicyFocusRequest_syncAf() local 865 cb.linkToDeath(hdlr, 0); in notifyExtFocusPolicyFocusRequest_syncAf() 872 new FocusRequester(afi, fd, cb, hdlr, this)); in notifyExtFocusPolicyFocusRequest_syncAf()
|
D | AudioService.java | 4604 SetModeDeathHandler hdlr = getAudioModeOwnerHandler(); in dumpAudioMode() local 4605 if (hdlr != null) { in dumpAudioMode() 4606 hdlr.dump(pw, -1); in dumpAudioMode() 6044 SetModeDeathHandler hdlr = getAudioModeOwnerHandler(); in getAudioModeOwner() local 6045 if (hdlr != null) { in getAudioModeOwner() 6047 hdlr.getMode(), hdlr.getPid(), hdlr.getUid()); in getAudioModeOwner() 6058 SetModeDeathHandler hdlr = getAudioModeOwnerHandler(); in getModeOwnerUid() local 6059 if (hdlr != null) { in getModeOwnerUid() 6060 return hdlr.getUid(); in getModeOwnerUid()
|
/frameworks/av/media/module/extractors/fuzzers/ |
D | mp4_extractor_fuzzer.dict | 13 kw12="hdlr"
|