Searched refs:mIController (Results 1 – 1 of 1) sorted by relevance
52 private final IMediaController2 mIController; field in Controller2Link56 mIController = new Controller2Stub(); in Controller2Link()61 mIController = IMediaController2.Stub.asInterface(in.readStrongBinder()); in Controller2Link()71 dest.writeStrongBinder(mIController.asBinder()); in writeToParcel()76 return mIController.asBinder().hashCode(); in hashCode()85 return Objects.equals(mIController.asBinder(), other.mIController.asBinder()); in equals()91 mIController.notifyConnected(seq, connectionResult); in notifyConnected()100 mIController.notifyDisconnected(seq); in notifyDisconnected()109 mIController.notifyPlaybackActiveChanged(seq, playbackActive); in notifyPlaybackActiveChanged()119 mIController.sendSessionCommand(seq, command, args, resultReceiver); in sendSessionCommand()[all …]