Home | History | Annotate | Download | only in audio

Lines Matching refs:cb

265     private void removeFocusStackEntryOnDeath(IBinder cb) {
268 mFocusStack.peek().hasSameBinder(cb);
274 if(fr.hasSameBinder(cb)) {
275 Log.i(TAG, "AudioFocus removeFocusStackEntryOnDeath(): removing entry for " + cb);
294 private void removeFocusEntryForExtPolicy(IBinder cb) {
304 if (fr.hasSameBinder(cb)) {
372 AudioFocusDeathHandler(IBinder cb) {
373 mCb = cb;
529 IAudioFocusDispatcher fd, IBinder cb) {
544 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb);
546 new FocusRequester(afi, fd, cb, hdlr, this));
550 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb);
552 new FocusRequester(afi, fd, cb, hdlr, this));
691 protected int requestAudioFocus(AudioAttributes aa, int focusChangeHint, IBinder cb,
703 if (!cb.pingBinder()) {
748 afiForExtPolicy, fd, cb)) {
756 AudioFocusDeathHandler afdh = new AudioFocusDeathHandler(cb);
759 cb.linkToDeath(afdh, 0);
762 Log.w(TAG, "AudioFocus requestAudioFocus() could not link to "+cb+" binder death");
773 cb.unlinkToDeath(afdh, 0);
790 final FocusRequester nfr = new FocusRequester(aa, focusChangeHint, flags, fd, cb,