Searched defs:hdlr (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DAudioService.java1484 SetModeDeathHandler hdlr = null;
1489 hdlr = h;
1492 hdlr.getBinder().unlinkToDeath(hdlr, 0);
1501 hdlr = mSetModeDeathHandlers.get(0);
1502 cb = hdlr.getBinder();
1503 mode = hdlr.getMode();
1506 if (hdlr == null) {
1507 hdlr = new SetModeDeathHandler(cb, pid);
1511 cb.linkToDeath(hdlr,
4025 FocusStackEntry(int streamType, int duration, IAudioFocusDispatcher afl, IBinder source, String id, AudioFocusDeathHandler hdlr, String pn, int uid) argument
[all...]

Completed in 31 milliseconds