Searched refs:mSessionBinder (Results 1 – 1 of 1) sorted by relevance
79 private Session2Link mSessionBinder; field in MediaController2152 if (mSessionBinder != null) { in close()154 mSessionBinder.disconnect(mControllerStub, getNextSeqNumber()); in close()155 mSessionBinder.unlinkToDeath(mDeathRecipient, 0); in close()166 mSessionBinder = null; in close()226 if (mSessionBinder != null) { in sendSessionCommand()230 mSessionBinder.sendSessionCommand(mControllerStub, seq, command, args, in sendSessionCommand()251 if (mSessionBinder == null) return; in cancelSessionCommand()254 mSessionBinder.cancelSessionCommand(mControllerStub, seq); in cancelSessionCommand()285 mSessionBinder = sessionBinder; in onConnected()